Skip to content

Commit 1088852

Browse files
Update dependency @babel/eslint-parser to v7.28.0
1 parent a6577b5 commit 1088852

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

yarn.lock

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
chalk "^2.4.2"
6565

6666
"@babel/eslint-parser@^7.22.11":
67-
version "7.22.15"
68-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.15.tgz#263f059c476e29ca4972481a17b8b660cb025a34"
69-
integrity sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==
67+
version "7.28.0"
68+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz#c1b3fbba070f5bac32e3d02f244201add4afdd6e"
69+
integrity sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==
7070
dependencies:
7171
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
7272
eslint-visitor-keys "^2.1.0"
@@ -4674,7 +4674,7 @@ string-length@^6.0.0:
46744674
dependencies:
46754675
strip-ansi "^7.1.0"
46764676

4677-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4677+
"string-width-cjs@npm:string-width@^4.2.0":
46784678
version "4.2.3"
46794679
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
46804680
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4691,6 +4691,15 @@ string-width@^2.0.0:
46914691
is-fullwidth-code-point "^2.0.0"
46924692
strip-ansi "^4.0.0"
46934693

4694+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
4695+
version "4.2.3"
4696+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4697+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4698+
dependencies:
4699+
emoji-regex "^8.0.0"
4700+
is-fullwidth-code-point "^3.0.0"
4701+
strip-ansi "^6.0.1"
4702+
46944703
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
46954704
version "5.1.2"
46964705
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -4714,7 +4723,7 @@ string_decoder@~1.1.1:
47144723
dependencies:
47154724
safe-buffer "~5.1.0"
47164725

4717-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4726+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
47184727
version "6.0.1"
47194728
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
47204729
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4735,6 +4744,13 @@ strip-ansi@^4.0.0:
47354744
dependencies:
47364745
ansi-regex "^3.0.0"
47374746

4747+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4748+
version "6.0.1"
4749+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4750+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4751+
dependencies:
4752+
ansi-regex "^5.0.1"
4753+
47384754
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
47394755
version "7.1.0"
47404756
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -5257,8 +5273,7 @@ widest-line@^4.0.1:
52575273
dependencies:
52585274
string-width "^5.0.1"
52595275

5260-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
5261-
name wrap-ansi-cjs
5276+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
52625277
version "7.0.0"
52635278
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
52645279
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -5276,6 +5291,15 @@ wrap-ansi@^6.2.0:
52765291
string-width "^4.1.0"
52775292
strip-ansi "^6.0.0"
52785293

5294+
wrap-ansi@^7.0.0:
5295+
version "7.0.0"
5296+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
5297+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
5298+
dependencies:
5299+
ansi-styles "^4.0.0"
5300+
string-width "^4.1.0"
5301+
strip-ansi "^6.0.0"
5302+
52795303
wrap-ansi@^8.1.0:
52805304
version "8.1.0"
52815305
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)