Skip to content

Commit 8f17aa2

Browse files
author
Shannon Anahata
committed
update yarn.lock
1 parent 1519f54 commit 8f17aa2

File tree

1 file changed

+42
-52
lines changed

1 file changed

+42
-52
lines changed

yarn.lock

Lines changed: 42 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
dependencies:
227227
"@auth/core" "0.37.4"
228228

229-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
229+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
230230
version "7.26.2"
231231
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz"
232232
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
@@ -381,12 +381,12 @@
381381
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
382382

383383
"@babel/helpers@^7.26.0":
384-
version "7.26.0"
385-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz"
386-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
384+
version "7.27.0"
385+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
386+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
387387
dependencies:
388-
"@babel/template" "^7.25.9"
389-
"@babel/types" "^7.26.0"
388+
"@babel/template" "^7.27.0"
389+
"@babel/types" "^7.27.0"
390390

391391
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2":
392392
version "7.26.2"
@@ -395,6 +395,13 @@
395395
dependencies:
396396
"@babel/types" "^7.26.0"
397397

398+
"@babel/parser@^7.27.0":
399+
version "7.27.0"
400+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
401+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
402+
dependencies:
403+
"@babel/types" "^7.27.0"
404+
398405
"@babel/plugin-syntax-async-generators@^7.8.4":
399406
version "7.8.4"
400407
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
@@ -546,9 +553,9 @@
546553
"@babel/plugin-transform-typescript" "^7.25.9"
547554

548555
"@babel/runtime@^7.12.0", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.8", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
549-
version "7.26.0"
550-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz"
551-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
556+
version "7.26.10"
557+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
558+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
552559
dependencies:
553560
regenerator-runtime "^0.14.0"
554561

@@ -561,6 +568,15 @@
561568
"@babel/parser" "^7.25.9"
562569
"@babel/types" "^7.25.9"
563570

571+
"@babel/template@^7.27.0":
572+
version "7.27.0"
573+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
574+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
575+
dependencies:
576+
"@babel/code-frame" "^7.26.2"
577+
"@babel/parser" "^7.27.0"
578+
"@babel/types" "^7.27.0"
579+
564580
"@babel/traverse@^7.25.9":
565581
version "7.25.9"
566582
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz"
@@ -582,6 +598,14 @@
582598
"@babel/helper-string-parser" "^7.25.9"
583599
"@babel/helper-validator-identifier" "^7.25.9"
584600

601+
"@babel/types@^7.27.0":
602+
version "7.27.0"
603+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
604+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
605+
dependencies:
606+
"@babel/helper-string-parser" "^7.25.9"
607+
"@babel/helper-validator-identifier" "^7.25.9"
608+
585609
"@bcoe/v8-coverage@^0.2.3":
586610
version "0.2.3"
587611
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -10002,7 +10026,7 @@ mz@^2.7.0:
1000210026
object-assign "^4.0.1"
1000310027
thenify-all "^1.0.0"
1000410028

10005-
nanoid@^3.3.6, nanoid@^3.3.7, nanoid@^3.3.8:
10029+
nanoid@^3.3.6, nanoid@^3.3.8:
1000610030
version "3.3.8"
1000710031
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz"
1000810032
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
@@ -10624,16 +10648,7 @@ [email protected]:
1062410648
picocolors "^1.0.0"
1062510649
source-map-js "^1.0.2"
1062610650

10627-
postcss@^8.4.33, postcss@^8.4.47:
10628-
version "8.4.49"
10629-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz"
10630-
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
10631-
dependencies:
10632-
nanoid "^3.3.7"
10633-
picocolors "^1.1.1"
10634-
source-map-js "^1.2.1"
10635-
10636-
postcss@^8.5.3:
10651+
postcss@^8.4.33, postcss@^8.4.47, postcss@^8.5.3:
1063710652
version "8.5.3"
1063810653
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
1063910654
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
@@ -12015,16 +12030,7 @@ string-length@^4.0.1:
1201512030
char-regex "^1.0.2"
1201612031
strip-ansi "^6.0.0"
1201712032

12018-
"string-width-cjs@npm:string-width@^4.2.0":
12019-
version "4.2.3"
12020-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
12021-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
12022-
dependencies:
12023-
emoji-regex "^8.0.0"
12024-
is-fullwidth-code-point "^3.0.0"
12025-
strip-ansi "^6.0.1"
12026-
12027-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
12033+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1202812034
version "4.2.3"
1202912035
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1203012036
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -12120,14 +12126,7 @@ stringify-entities@^4.0.0:
1212012126
character-entities-html4 "^2.0.0"
1212112127
character-entities-legacy "^3.0.0"
1212212128

12123-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
12124-
version "6.0.1"
12125-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
12126-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
12127-
dependencies:
12128-
ansi-regex "^5.0.1"
12129-
12130-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
12129+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1213112130
version "6.0.1"
1213212131
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1213312132
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12951,9 +12950,9 @@ vite-tsconfig-paths@^5.0.1:
1295112950
tsconfck "^3.0.3"
1295212951

1295312952
"vite@^5.0.0 || ^6.0.0":
12954-
version "6.2.0"
12955-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.0.tgz#9dcb543380dab18d8384eb840a76bf30d78633f0"
12956-
integrity sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==
12953+
version "6.2.3"
12954+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2"
12955+
integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==
1295712956
dependencies:
1295812957
esbuild "^0.25.0"
1295912958
postcss "^8.5.3"
@@ -13221,16 +13220,7 @@ word-wrap@^1.2.5:
1322113220
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz"
1322213221
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1322313222

13224-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
13225-
version "7.0.0"
13226-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
13227-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
13228-
dependencies:
13229-
ansi-styles "^4.0.0"
13230-
string-width "^4.1.0"
13231-
strip-ansi "^6.0.0"
13232-
13233-
wrap-ansi@^7.0.0:
13223+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1323413224
version "7.0.0"
1323513225
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1323613226
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -13357,4 +13347,4 @@ zod@^3.22.4:
1335713347
zwitch@^2.0.0, zwitch@^2.0.4:
1335813348
version "2.0.4"
1335913349
resolved "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz"
13360-
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==
13350+
integrity sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==

0 commit comments

Comments
 (0)