diff options
author | dependabot[bot] | 2023-02-10 22:35:12 +0000 |
---|---|---|
committer | vitalyster | 2023-02-11 03:52:40 +0300 |
commit | 2a741f117f69cffc19b5c82b90d0273087a56bfe (patch) | |
tree | 7a91037dcfb525704860fb8a6c1a56e4828e3508 /vnext | |
parent | 3cca49ee5935572b1b3660ff25b9c64256c2bcc5 (diff) |
build(deps-dev): bump eslint from 8.33.0 to 8.34.0 in /vnext
Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.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.33.0...v8.34.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 442cb569..f511d1d5 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -48,7 +48,7 @@ "concurrently": "^7.6.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", - "eslint": "^8.33.0", + "eslint": "^8.34.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", @@ -6232,9 +6232,9 @@ } }, "node_modules/eslint": { - "version": "8.33.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz", - "integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==", + "version": "8.34.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.34.0.tgz", + "integrity": "sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.4.1", @@ -21857,9 +21857,9 @@ } }, "eslint": { - "version": "8.33.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz", - "integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==", + "version": "8.34.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.34.0.tgz", + "integrity": "sha512-1Z8iFsucw+7kSqXNZVslXS8Ioa4u2KM7GPwuKtkTFAqZ/cHMcEaR+1+Br0wLlot49cNxIiZk5wp8EAbPcYZxTg==", "dev": true, "requires": { "@eslint/eslintrc": "^1.4.1", diff --git a/vnext/package.json b/vnext/package.json index 29784ad4..a3e77ff4 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -25,7 +25,7 @@ "concurrently": "^7.6.0", "cross-env": "^7.0.3", "cssnano": "^5.1.14", - "eslint": "^8.33.0", + "eslint": "^8.34.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.1", "eslint-plugin-jest-dom": "^4.0.3", |