Skip to content

Commit 6fab24f

Browse files
chore(deps): update dependency eslint to v9.39.3 (#1144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07ab64e commit 6fab24f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@typescript-eslint/eslint-plugin": "7.18.0",
122122
"@typescript-eslint/parser": "7.18.0",
123123
"dotenv": "17.3.1",
124-
"eslint": "9.39.2",
124+
"eslint": "9.39.3",
125125
"eslint-config-prettier": "^10.0.0",
126126
"generate-package-json-webpack-plugin": "2.6.0",
127127
"husky": "9.1.7",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,10 +1289,10 @@
12891289
minimatch "^3.1.2"
12901290
strip-json-comments "^3.1.1"
12911291

1292-
"@eslint/js@9.39.2":
1293-
version "9.39.2"
1294-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
1295-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
1292+
"@eslint/js@9.39.3":
1293+
version "9.39.3"
1294+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
1295+
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
12961296

12971297
"@eslint/object-schema@^2.1.7":
12981298
version "2.1.7"
@@ -5559,18 +5559,18 @@ eslint-visitor-keys@^4.2.1:
55595559
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
55605560
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
55615561

5562-
eslint@9.39.2:
5563-
version "9.39.2"
5564-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
5565-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
5562+
eslint@9.39.3:
5563+
version "9.39.3"
5564+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
5565+
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
55665566
dependencies:
55675567
"@eslint-community/eslint-utils" "^4.8.0"
55685568
"@eslint-community/regexpp" "^4.12.1"
55695569
"@eslint/config-array" "^0.21.1"
55705570
"@eslint/config-helpers" "^0.4.2"
55715571
"@eslint/core" "^0.17.0"
55725572
"@eslint/eslintrc" "^3.3.1"
5573-
"@eslint/js" "9.39.2"
5573+
"@eslint/js" "9.39.3"
55745574
"@eslint/plugin-kit" "^0.4.1"
55755575
"@humanfs/node" "^0.16.6"
55765576
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)