Skip to content

Commit d9cf4a6

Browse files
build(deps-dev): bump eslint from 8.49.0 to 8.50.0 (#1426)
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.49.0...v8.50.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcaf2b2 commit d9cf4a6

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"chai": "^4.3.10",
4646
"cssnano": "^6.0.1",
4747
"cypress": "13.3.0",
48-
"eslint": "^8.49.0",
48+
"eslint": "^8.50.0",
4949
"eslint-plugin-jest": "^27.4.2",
5050
"http-server": "^14.1.1",
5151
"jest": "^29.7.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,10 +1142,10 @@
11421142
minimatch "^3.1.2"
11431143
strip-json-comments "^3.1.1"
11441144

1145-
"@eslint/js@8.49.0":
1146-
version "8.49.0"
1147-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
1148-
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
1145+
"@eslint/js@8.50.0":
1146+
version "8.50.0"
1147+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
1148+
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
11491149

11501150
"@gar/promisify@^1.1.3":
11511151
version "1.1.3"
@@ -4418,15 +4418,15 @@ eslint@^6.0.0:
44184418
text-table "^0.2.0"
44194419
v8-compile-cache "^2.0.3"
44204420

4421-
eslint@^8.49.0:
4422-
version "8.49.0"
4423-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
4424-
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
4421+
eslint@^8.50.0:
4422+
version "8.50.0"
4423+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
4424+
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
44254425
dependencies:
44264426
"@eslint-community/eslint-utils" "^4.2.0"
44274427
"@eslint-community/regexpp" "^4.6.1"
44284428
"@eslint/eslintrc" "^2.1.2"
4429-
"@eslint/js" "8.49.0"
4429+
"@eslint/js" "8.50.0"
44304430
"@humanwhocodes/config-array" "^0.11.11"
44314431
"@humanwhocodes/module-importer" "^1.0.1"
44324432
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)