4444 " @babel/highlight" " ^7.24.2"
4545 picocolors "^1.0.0"
4646
47+ " @babel/code-frame@^7.27.1 " :
48+ version "7.27.1"
49+ resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
50+ integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
51+ dependencies :
52+ " @babel/helper-validator-identifier" " ^7.27.1"
53+ js-tokens "^4.0.0"
54+ picocolors "^1.1.1"
55+
4756" @babel/compat-data@^7.17.7 " :
4857 version "7.17.7"
4958 resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
265274 resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
266275 integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
267276
277+ " @babel/helper-string-parser@^7.27.1 " :
278+ version "7.27.1"
279+ resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
280+ integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
281+
268282" @babel/helper-validator-identifier@^7.12.11 " :
269283 version "7.12.11"
270284 resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
280294 resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
281295 integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
282296
297+ " @babel/helper-validator-identifier@^7.27.1 " :
298+ version "7.27.1"
299+ resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
300+ integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
301+
283302" @babel/helper-validator-option@^7.16.7 " :
284303 version "7.16.7"
285304 resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
290309 resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
291310 integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
292311
293- " @babel/helpers@^7.17.9 " :
294- version "7.17.9 "
295- resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9 .tgz#b2af120821bfbe44f9907b1826e168e819375a1a "
296- integrity sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q ==
312+ " @babel/helpers@^7.17.9" , "@babel/helpers@^7.24.1" :
313+ version "7.27.6 "
314+ resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.6 .tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c "
315+ integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug ==
297316 dependencies :
298- " @babel/template" " ^7.16.7"
299- " @babel/traverse" " ^7.17.9"
300- " @babel/types" " ^7.17.0"
301-
302- " @babel/helpers@^7.24.1 " :
303- version "7.24.1"
304- resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
305- integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
306- dependencies :
307- " @babel/template" " ^7.24.0"
308- " @babel/traverse" " ^7.24.1"
309- " @babel/types" " ^7.24.0"
317+ " @babel/template" " ^7.27.2"
318+ " @babel/types" " ^7.27.6"
310319
311320" @babel/highlight@^7.12.13 " :
312321 version "7.13.10"
351360 resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
352361 integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
353362
363+ " @babel/parser@^7.27.2 " :
364+ version "7.27.5"
365+ resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
366+ integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
367+ dependencies :
368+ " @babel/types" " ^7.27.3"
369+
354370" @babel/plugin-syntax-async-generators@^7.8.4 " :
355371 version "7.8.4"
356372 resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
467483 " @babel/parser" " ^7.24.0"
468484 " @babel/types" " ^7.24.0"
469485
486+ " @babel/template@^7.27.2 " :
487+ version "7.27.2"
488+ resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
489+ integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
490+ dependencies :
491+ " @babel/code-frame" " ^7.27.1"
492+ " @babel/parser" " ^7.27.2"
493+ " @babel/types" " ^7.27.1"
494+
470495" @babel/template@^7.3.3 " :
471496 version "7.12.13"
472497 resolved "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
534559 " @babel/helper-validator-identifier" " ^7.16.7"
535560 to-fast-properties "^2.0.0"
536561
562+ " @babel/types@^7.27.1" , "@babel/types@^7.27.3", "@babel/types@^7.27.6":
563+ version "7.27.6"
564+ resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
565+ integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
566+ dependencies :
567+ " @babel/helper-string-parser" " ^7.27.1"
568+ " @babel/helper-validator-identifier" " ^7.27.1"
569+
537570" @bcoe/v8-coverage@^0.2.3 " :
538571 version "0.2.3"
539572 resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -5594,6 +5627,11 @@ picocolors@^1.0.0:
55945627 resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
55955628 integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
55965629
5630+ picocolors@^1.1.1 :
5631+ version "1.1.1"
5632+ resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5633+ integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
5634+
55975635picomatch@^2.0.4 :
55985636 version "2.2.2"
55995637 resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
@@ -6218,7 +6256,16 @@ string-length@^4.0.1:
62186256 char-regex "^1.0.2"
62196257 strip-ansi "^6.0.0"
62206258
6221- " string-width-cjs@npm:string-width@^4.2.0" , "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
6259+ " string-width-cjs@npm:string-width@^4.2.0 " :
6260+ version "4.2.3"
6261+ resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6262+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6263+ dependencies :
6264+ emoji-regex "^8.0.0"
6265+ is-fullwidth-code-point "^3.0.0"
6266+ strip-ansi "^6.0.1"
6267+
6268+ " string-width@^1.0.2 || 2 || 3 || 4" , string-width@^4.2.3:
62226269 version "4.2.3"
62236270 resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
62246271 integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6259,7 +6306,7 @@ string_decoder@~1.1.1:
62596306 dependencies :
62606307 safe-buffer "~5.1.0"
62616308
6262- " strip-ansi-cjs@npm:strip-ansi@^6.0.1" , strip-ansi@^6.0.1 :
6309+ " strip-ansi-cjs@npm:strip-ansi@^6.0.1 " :
62636310 version "6.0.1"
62646311 resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
62656312 integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6273,6 +6320,13 @@ strip-ansi@^6.0.0:
62736320 dependencies :
62746321 ansi-regex "^5.0.0"
62756322
6323+ strip-ansi@^6.0.1 :
6324+ version "6.0.1"
6325+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6326+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6327+ dependencies :
6328+ ansi-regex "^5.0.1"
6329+
62766330strip-ansi@^7.0.1 :
62776331 version "7.1.0"
62786332 resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -6754,7 +6808,7 @@ wordwrap@^1.0.0:
67546808 resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
67556809 integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
67566810
6757- " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0" , wrap-ansi@^7.0.0 :
6811+ " wrap-ansi-cjs@npm:wrap-ansi@^7.0.0 " :
67586812 version "7.0.0"
67596813 resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
67606814 integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -6772,6 +6826,15 @@ wrap-ansi@^6.0.1:
67726826 string-width "^4.1.0"
67736827 strip-ansi "^6.0.0"
67746828
6829+ wrap-ansi@^7.0.0 :
6830+ version "7.0.0"
6831+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6832+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6833+ dependencies :
6834+ ansi-styles "^4.0.0"
6835+ string-width "^4.1.0"
6836+ strip-ansi "^6.0.0"
6837+
67756838wrap-ansi@^8.1.0 :
67766839 version "8.1.0"
67776840 resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
0 commit comments