diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-05 18:18:02 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-05 18:18:02 +0300 |
| commit | 4eeaee78aa640738716e4882f8dfaee343fa12d4 (patch) | |
| tree | a5787461e1471eb46a767a1ff7f7710b0c0e0b65 | |
| parent | aa4e707f031549871907e208a02d0e8fa6bf4cd6 (diff) | |
| download | bootstrap-4eeaee78aa640738716e4882f8dfaee343fa12d4.tar.xz bootstrap-4eeaee78aa640738716e4882f8dfaee343fa12d4.zip | |
Bump eslint from 8.11.0 to 8.12.0 (#36079)
Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 1c0b0d657..eff0324ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "bundlewatch": "^0.3.3", "clean-css-cli": "^5.5.2", "cross-env": "^7.0.3", - "eslint": "^8.11.0", + "eslint": "^8.12.0", "eslint-config-xo": "^0.40.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-unicorn": "^41.0.0", @@ -4181,9 +4181,9 @@ } }, "node_modules/eslint": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.11.0.tgz", - "integrity": "sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz", + "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.2.1", @@ -13754,9 +13754,9 @@ "dev": true }, "eslint": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.11.0.tgz", - "integrity": "sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz", + "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==", "dev": true, "requires": { "@eslint/eslintrc": "^1.2.1", diff --git a/package.json b/package.json index fcd2a94ae..3e11cb96a 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "bundlewatch": "^0.3.3", "clean-css-cli": "^5.5.2", "cross-env": "^7.0.3", - "eslint": "^8.11.0", + "eslint": "^8.12.0", "eslint-config-xo": "^0.40.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-unicorn": "^41.0.0", |
