diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 12:24:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-16 12:24:11 +0200 |
| commit | c6b3ebf1244173815ff363a6cd2aec6940660339 (patch) | |
| tree | e245054adc09a7eb749191a6237ca3d133309d0f | |
| parent | ca9087ba92f1bd75983aeec56b348285d3776ef1 (diff) | |
| download | bootstrap-c6b3ebf1244173815ff363a6cd2aec6940660339.tar.xz bootstrap-c6b3ebf1244173815ff363a6cd2aec6940660339.zip | |
Bump eslint from 7.19.0 to 7.20.0 (#33103)
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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.19.0...v7.20.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.json | 19 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 15 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 755f07689..382e8a01f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3477,12 +3477,12 @@ "dev": true }, "eslint": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.19.0.tgz", - "integrity": "sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.20.0.tgz", + "integrity": "sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==", "dev": true, "requires": { - "@babel/code-frame": "^7.0.0", + "@babel/code-frame": "7.12.11", "@eslint/eslintrc": "^0.3.0", "ajv": "^6.10.0", "chalk": "^4.0.0", @@ -3494,7 +3494,7 @@ "eslint-utils": "^2.1.0", "eslint-visitor-keys": "^2.0.0", "espree": "^7.3.1", - "esquery": "^1.2.0", + "esquery": "^1.4.0", "esutils": "^2.0.2", "file-entry-cache": "^6.0.0", "functional-red-black-tree": "^1.0.1", @@ -3521,6 +3521,15 @@ "v8-compile-cache": "^2.0.3" }, "dependencies": { + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "requires": { + "@babel/highlight": "^7.10.4" + } + }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", diff --git a/package.json b/package.json index 5f84d5e90..72f6c9034 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "bundlewatch": "^0.3.2", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.3", - "eslint": "^7.19.0", + "eslint": "^7.20.0", "eslint-config-xo": "^0.34.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-unicorn": "^27.0.0", |
