Skip to content

Commit d2e3f54

Browse files
Merge pull request #812 from devoxa/renovate/eslint-monorepo
Update dependency eslint from 9.39.2 to 9.39.3
2 parents 9364790 + a2a90ce commit d2e3f54

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
@@ -27,7 +27,7 @@
2727
"@swc/jest": "0.2.39",
2828
"@types/jest": "29.5.14",
2929
"@types/node": "20.9.5",
30-
"eslint": "9.39.2",
30+
"eslint": "9.39.3",
3131
"jest": "29.7.0",
3232
"prettier": "3.8.1",
3333
"typescript": "5.9.3"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@
580580
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.17.0.tgz#1523e586791f80376a6f8398a3964455ecc651ec"
581581
integrity sha512-Sxc4hqcs1kTu0iID3kcZDW3JHq2a77HO9P8CP6YEA/FpH3Ll8UXE2r/86Rz9YJLKme39S9vU5OWNjC6Xl0Cr3w==
582582

583-
"@eslint/js@9.39.2":
584-
version "9.39.2"
585-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
586-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
583+
"@eslint/js@9.39.3":
584+
version "9.39.3"
585+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
586+
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
587587

588588
"@eslint/object-schema@^2.1.7":
589589
version "2.1.7"
@@ -2171,18 +2171,18 @@ eslint-visitor-keys@^4.2.1:
21712171
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
21722172
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
21732173

2174-
eslint@9.39.2:
2175-
version "9.39.2"
2176-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
2177-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
2174+
eslint@9.39.3:
2175+
version "9.39.3"
2176+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
2177+
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
21782178
dependencies:
21792179
"@eslint-community/eslint-utils" "^4.8.0"
21802180
"@eslint-community/regexpp" "^4.12.1"
21812181
"@eslint/config-array" "^0.21.1"
21822182
"@eslint/config-helpers" "^0.4.2"
21832183
"@eslint/core" "^0.17.0"
21842184
"@eslint/eslintrc" "^3.3.1"
2185-
"@eslint/js" "9.39.2"
2185+
"@eslint/js" "9.39.3"
21862186
"@eslint/plugin-kit" "^0.4.1"
21872187
"@humanfs/node" "^0.16.6"
21882188
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)