aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-05 15:24:56 +0200
committerGitHub <[email protected]>2021-01-05 15:24:56 +0200
commitfdd76d6d0cef996fd53967f0217bc6777a21b041 (patch)
tree49496d92ae04ccc756716d02dd1fb61fb4ab65df
parentc6240401f5e1838f724f7508cf213c43dac932db (diff)
downloadbootstrap-fdd76d6d0cef996fd53967f0217bc6777a21b041.tar.xz
bootstrap-fdd76d6d0cef996fd53967f0217bc6777a21b041.zip
Bump eslint-config-xo from 0.33.1 to 0.34.0 (#32679)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.33.1 to 0.34.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.33.1...v0.34.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index bc6e8c2d8..e43819edd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2754,9 +2754,9 @@
}
},
"confusing-browser-globals": {
- "version": "1.0.9",
- "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz",
- "integrity": "sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw==",
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz",
+ "integrity": "sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==",
"dev": true
},
"connect": {
@@ -3742,12 +3742,12 @@
}
},
"eslint-config-xo": {
- "version": "0.33.1",
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.33.1.tgz",
- "integrity": "sha512-ZdnT4Q/m3CLCX0o3nKKW3Q8CfNiRy/ojkeffLtz8f0EQJMHP/9fJyncIvI0mik1wE61EI6PHrXdLeAbeb62cZw==",
+ "version": "0.34.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.34.0.tgz",
+ "integrity": "sha512-lbpHNfVmSrEQsHsyQ44wY8VA5mEI4Jri5Dk1BJUH0jiCw6nTkj16VQeHiuWzIBJ/uf+mF2FzSqLVf3tD1cHhYA==",
"dev": true,
"requires": {
- "confusing-browser-globals": "1.0.9"
+ "confusing-browser-globals": "1.0.10"
}
},
"eslint-import-resolver-node": {
diff --git a/package.json b/package.json
index 108c382f0..72edf0570 100644
--- a/package.json
+++ b/package.json
@@ -111,7 +111,7 @@
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^7.17.0",
- "eslint-config-xo": "^0.33.1",
+ "eslint-config-xo": "^0.34.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^25.0.1",
"find-unused-sass-variables": "^3.0.0",