diff options
author | dependabot[bot] | 2022-11-08 17:05:52 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | d6cbfdf46fb3f3c3613bc7bd69336fb62997c40d (patch) | |
tree | 8524e6d6f3611f7cd965931dac873f0b48fb43f8 /vnext | |
parent | 33f7b844d90776f7ac1bbd7d21ae793792df8ea4 (diff) |
Bump eslint from 8.26.0 to 8.27.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.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.26.0...v8.27.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 14 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 143c8c3f..c52271c2 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -48,7 +48,7 @@ "concurrently": "^7.5.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-plugin-jest": "^27.1.4", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jsdoc": "^39.6.2", @@ -5905,9 +5905,9 @@ } }, "node_modules/eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", + "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.3", @@ -21016,9 +21016,9 @@ } }, "eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.27.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz", + "integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.3", diff --git a/vnext/package.json b/vnext/package.json index 3b51bc4e..3a287be4 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -25,7 +25,7 @@ "concurrently": "^7.5.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", - "eslint": "^8.26.0", + "eslint": "^8.27.0", "eslint-plugin-jest": "^27.1.4", "eslint-plugin-jest-dom": "^4.0.2", "eslint-plugin-jsdoc": "^39.6.2", |