aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-07-28 16:54:28 +0300
committerGitHub <[email protected]>2020-07-28 16:54:28 +0300
commit29e10266f008a2acba7d6cf99c65054f82f25d92 (patch)
tree6cfa4254f26798882ff931e9bede9984a0e49d43
parent5ae2748f8cb8cb4375f8b1c3e3c984df47c3355c (diff)
downloadbootstrap-29e10266f008a2acba7d6cf99c65054f82f25d92.tar.xz
bootstrap-29e10266f008a2acba7d6cf99c65054f82f25d92.zip
Bump eslint-config-xo from 0.32.0 to 0.32.1 (#31371)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.32.0 to 0.32.1. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.32.0...v0.32.1) 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 b1f6f6104..7c6d6ae0f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3974,9 +3974,9 @@
}
},
"eslint-config-xo": {
- "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==",
+ "version": "0.32.1",
+ "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.32.1.tgz",
+ "integrity": "sha512-achnYLilUTtljR1CGRikVj9HRAf5GplJeGgeyQMvph7mKo+AqTkNuig4EO/IrNOChcjoazgw9YT4cW/3+69i3Q==",
"dev": true,
"requires": {
"confusing-browser-globals": "1.0.9"
diff --git a/package.json b/package.json
index cc7116587..05b04f04d 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,7 @@
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
"eslint": "^7.5.0",
- "eslint-config-xo": "^0.32.0",
+ "eslint-config-xo": "^0.32.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-unicorn": "^20.1.0",
"find-unused-sass-variables": "^2.0.0",