aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-06-30 14:46:51 +0300
committerGitHub <[email protected]>2020-06-30 14:46:51 +0300
commit78e95c801a3cbf6cbce2b0b5b015fdd5f98b6f9d (patch)
tree5d05fc789dc3ff4d37016d42c5784e54b7958f55
parentf7cf44d3a0815e51364acaba929895dd975131ef (diff)
downloadbootstrap-78e95c801a3cbf6cbce2b0b5b015fdd5f98b6f9d.tar.xz
bootstrap-78e95c801a3cbf6cbce2b0b5b015fdd5f98b6f9d.zip
Bump eslint-config-xo from 0.31.0 to 0.32.0 (#31207)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.31.0...v0.32.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.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 368cacc80..4956b5656 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3880,9 +3880,9 @@
}
},
"eslint-config-xo": {
- "version": "0.31.0",
- "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.31.0.tgz",
- "integrity": "sha512-bSFmDVrIVZoA0TnNtUEp4KIdPYuEquq3XCWruiU0eflMx2BtxQtASUuMAVqUg3rDZaHguaCY50/WtTH6IZSPdg==",
+ "version": "0.32.0",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.32.0.tgz",
+ "integrity": "sha512-P9PRu4+DjquvonD12lbgdzFtqaDDK8hQHlMiHRi7X1UDdTA60/e8QeucOZtCu+tm5STOQkowcgS4fMnEw9C5nQ==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.9"
diff --git a/package.json b/package.json
index 29577f3e0..0d52ad081 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
"eslint": "^7.3.1",
- "eslint-config-xo": "^0.31.0",
+ "eslint-config-xo": "^0.32.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-unicorn": "^20.1.0",
"find-unused-sass-variables": "^2.0.0",