Skip to content

Commit 22eec2c

Browse files
chore(deps): update dependency eslint to v9.39.3 (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 193b626 commit 22eec2c

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
@@ -46,7 +46,7 @@
4646
"ava": "6.4.1",
4747
"axios-mock-adapter": "2.1.0",
4848
"c8": "10.1.3",
49-
"eslint": "9.39.2",
49+
"eslint": "9.39.3",
5050
"eslint-config-prettier": "10.1.8",
5151
"eslint-plugin-tsdoc": "0.5.0",
5252
"mocksse": "1.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
minimatch "^3.1.2"
7070
strip-json-comments "^3.1.1"
7171

72-
"@eslint/js@9.39.2":
73-
version "9.39.2"
74-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
75-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
72+
"@eslint/js@9.39.3":
73+
version "9.39.3"
74+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
75+
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
7676

7777
"@eslint/object-schema@^2.1.7":
7878
version "2.1.7"
@@ -1277,18 +1277,18 @@ eslint-visitor-keys@^4.2.1:
12771277
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
12781278
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
12791279

1280-
eslint@9.39.2:
1281-
version "9.39.2"
1282-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
1283-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
1280+
eslint@9.39.3:
1281+
version "9.39.3"
1282+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
1283+
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
12841284
dependencies:
12851285
"@eslint-community/eslint-utils" "^4.8.0"
12861286
"@eslint-community/regexpp" "^4.12.1"
12871287
"@eslint/config-array" "^0.21.1"
12881288
"@eslint/config-helpers" "^0.4.2"
12891289
"@eslint/core" "^0.17.0"
12901290
"@eslint/eslintrc" "^3.3.1"
1291-
"@eslint/js" "9.39.2"
1291+
"@eslint/js" "9.39.3"
12921292
"@eslint/plugin-kit" "^0.4.1"
12931293
"@humanfs/node" "^0.16.6"
12941294
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)