Skip to content

Commit c21b453

Browse files
Bump eslint from 9.12.0 to 9.13.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.12.0 to 9.13.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.12.0...v9.13.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c4185c commit c21b453

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@
148148
debug "^4.3.1"
149149
minimatch "^3.1.2"
150150

151-
"@eslint/core@^0.6.0":
152-
version "0.6.0"
153-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.6.0.tgz#9930b5ba24c406d67a1760e94cdbac616a6eb674"
154-
integrity sha512-8I2Q8ykA4J0x0o7cg67FPVnehcqWTBehu/lmY+bolPFHGjh49YzGBMXTvpqVgEbBdvNCSxj6iFgiIyHzf03lzg==
151+
"@eslint/core@^0.7.0":
152+
version "0.7.0"
153+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.7.0.tgz#a1bb4b6a4e742a5ff1894b7ee76fbf884ec72bd3"
154+
integrity sha512-xp5Jirz5DyPYlPiKat8jaq0EmYvDXKKpzTbxXMpT9eqlRJkRKIz9AGMdlvYjih+im+QlhWrpvVjl8IPC/lHlUw==
155155

156156
"@eslint/eslintrc@^3.1.0":
157157
version "3.1.0"
@@ -168,10 +168,10 @@
168168
minimatch "^3.1.2"
169169
strip-json-comments "^3.1.1"
170170

171-
"@eslint/js@9.12.0":
172-
version "9.12.0"
173-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.12.0.tgz#69ca3ca9fab9a808ec6d67b8f6edb156cbac91e1"
174-
integrity sha512-eohesHH8WFRUprDNyEREgqP6beG6htMeUYeCpkEgBCieCMme5r9zFWjzAJp//9S+Kub4rqE+jXe9Cp1a7IYIIA==
171+
"@eslint/js@9.13.0":
172+
version "9.13.0"
173+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.13.0.tgz#c5f89bcd57eb54d5d4fa8b77693e9c28dc97e547"
174+
integrity sha512-IFLyoY4d72Z5y/6o/BazFBezupzI/taV8sGumxTAVw3lXG9A6md1Dc34T9s1FoD/an9pJH8RHbAxsaEbBed9lA==
175175

176176
"@eslint/object-schema@^2.1.4":
177177
version "2.1.4"
@@ -914,16 +914,16 @@ eslint-visitor-keys@^4.1.0:
914914
integrity sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==
915915

916916
eslint@^9.12.0:
917-
version "9.12.0"
918-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.12.0.tgz#54fcba2876c90528396da0fa44b6446329031e86"
919-
integrity sha512-UVIOlTEWxwIopRL1wgSQYdnVDcEvs2wyaO6DGo5mXqe3r16IoCNWkR29iHhyaP4cICWjbgbmFUGAhh0GJRuGZw==
917+
version "9.13.0"
918+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.13.0.tgz#7659014b7dda1ff876ecbd990f726e11c61596e6"
919+
integrity sha512-EYZK6SX6zjFHST/HRytOdA/zE72Cq/bfw45LSyuwrdvcclb/gqV8RRQxywOBEWO2+WDpva6UZa4CcDeJKzUCFA==
920920
dependencies:
921921
"@eslint-community/eslint-utils" "^4.2.0"
922922
"@eslint-community/regexpp" "^4.11.0"
923923
"@eslint/config-array" "^0.18.0"
924-
"@eslint/core" "^0.6.0"
924+
"@eslint/core" "^0.7.0"
925925
"@eslint/eslintrc" "^3.1.0"
926-
"@eslint/js" "9.12.0"
926+
"@eslint/js" "9.13.0"
927927
"@eslint/plugin-kit" "^0.2.0"
928928
"@humanfs/node" "^0.16.5"
929929
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)