aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-08-18 18:26:47 +0300
committerGitHub <[email protected]>2020-08-18 18:26:47 +0300
commit537eb7966224468c79c066168c068c9b78afa85f (patch)
treef0e45e93b4b51fa5b9ecdbd0ac6e35bd368d7abb
parent98e9411a3c966d1304c49db076771f87004685ef (diff)
downloadbootstrap-537eb7966224468c79c066168c068c9b78afa85f.tar.xz
bootstrap-537eb7966224468c79c066168c068c9b78afa85f.zip
Bump eslint from 7.6.0 to 7.7.0 (#31491)
Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.6.0...v7.7.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
-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 f7fee8ee3..9d1f3a594 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3974,9 +3974,9 @@
"dev": true
},
"eslint": {
- "version": "7.6.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.6.0.tgz",
- "integrity": "sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==",
+ "version": "7.7.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.7.0.tgz",
+ "integrity": "sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
diff --git a/package.json b/package.json
index 047cdde62..b0fb8cd42 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
"bundlewatch": "^0.2.7",
"clean-css-cli": "^4.3.0",
"cross-env": "^7.0.2",
- "eslint": "^7.6.0",
+ "eslint": "^7.7.0",
"eslint-config-xo": "^0.32.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-unicorn": "^21.0.0",