Skip to content

Commit c3fb913

Browse files
Bump eslint from 8.49.0 to 8.50.0 (#40)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcae79a commit c3fb913

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "Tw93",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"eslint": "^8.49.0",
21+
"eslint": "^8.50.0",
2222
"eslint-config-prettier": "^9.0.0",
2323
"eslint-plugin-import": "^2.28.1",
2424
"eslint-plugin-prettier": "^5.0.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
minimatch "^3.1.2"
3535
strip-json-comments "^3.1.1"
3636

37-
"@eslint/js@8.49.0":
38-
version "8.49.0"
39-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
40-
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
37+
"@eslint/js@8.50.0":
38+
version "8.50.0"
39+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.50.0.tgz#9e93b850f0f3fa35f5fa59adfd03adae8488e484"
40+
integrity sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==
4141

4242
"@humanwhocodes/config-array@^0.11.11":
4343
version "0.11.11"
@@ -490,15 +490,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
490490
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
491491
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
492492

493-
eslint@^8.49.0:
494-
version "8.49.0"
495-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
496-
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
493+
eslint@^8.50.0:
494+
version "8.50.0"
495+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.50.0.tgz#2ae6015fee0240fcd3f83e1e25df0287f487d6b2"
496+
integrity sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==
497497
dependencies:
498498
"@eslint-community/eslint-utils" "^4.2.0"
499499
"@eslint-community/regexpp" "^4.6.1"
500500
"@eslint/eslintrc" "^2.1.2"
501-
"@eslint/js" "8.49.0"
501+
"@eslint/js" "8.50.0"
502502
"@humanwhocodes/config-array" "^0.11.11"
503503
"@humanwhocodes/module-importer" "^1.0.1"
504504
"@nodelib/fs.walk" "^1.2.8"

0 commit comments

Comments
 (0)