Skip to content

Commit 7450771

Browse files
renovate[bot]nodebb-misty
authored andcommitted
chore(deps): update dependency eslint to v9.13.0
1 parent 0d801fa commit 7450771

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "19.5.0",
5151
"@commitlint/config-angular": "19.5.0",
52-
"eslint": "9.12.0",
52+
"eslint": "9.13.0",
5353
"eslint-config-airbnb-base": "15.0.0",
5454
"eslint-plugin-import": "2.31.0",
5555
"husky": "9.1.6",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@
208208
debug "^4.3.1"
209209
minimatch "^3.1.2"
210210

211-
"@eslint/core@^0.6.0":
212-
version "0.6.0"
213-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
214-
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
211+
"@eslint/core@^0.7.0":
212+
version "0.7.0"
213+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.7.0.tgz#a1bb4b6a4e742a5ff1894b7ee76fbf884ec72bd3"
214+
integrity sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==
215215

216216
"@eslint/eslintrc@^3.1.0":
217217
version "3.1.0"
@@ -228,10 +228,10 @@
228228
minimatch "^3.1.2"
229229
strip-json-comments "^3.1.1"
230230

231-
"@eslint/js@9.12.0":
232-
version "9.12.0"
233-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1"
234-
integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==
231+
"@eslint/js@9.13.0":
232+
version "9.13.0"
233+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.13.0.tgz#c5f89bcd57eb54d5d4fa8b77693e9c28dc97e547"
234+
integrity sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==
235235

236236
"@eslint/object-schema@^2.1.4":
237237
version "2.1.4"
@@ -1226,17 +1226,17 @@ eslint-visitor-keys@^4.1.0:
12261226
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz#1f785cc5e81eb7534523d85922248232077d2f8c"
12271227
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
12281228

1229-
eslint@9.12.0:
1230-
version "9.12.0"
1231-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.12.0.tgz#54fcba2876c90528396da0fa44b6446329031e86"
1232-
integrity sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==
1229+
eslint@9.13.0:
1230+
version "9.13.0"
1231+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.13.0.tgz#7659014b7dda1ff876ecbd990f726e11c61596e6"
1232+
integrity sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==
12331233
dependencies:
12341234
"@eslint-community/eslint-utils" "^4.2.0"
12351235
"@eslint-community/regexpp" "^4.11.0"
12361236
"@eslint/config-array" "^0.18.0"
1237-
"@eslint/core" "^0.6.0"
1237+
"@eslint/core" "^0.7.0"
12381238
"@eslint/eslintrc" "^3.1.0"
1239-
"@eslint/js" "9.12.0"
1239+
"@eslint/js" "9.13.0"
12401240
"@eslint/plugin-kit" "^0.2.0"
12411241
"@humanfs/node" "^0.16.5"
12421242
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)