Skip to content

Commit 2ca097e

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: [next](https://github.com/vercel/next.js), [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) and [fast-uri](https://github.com/fastify/fast-uri). Updates `next` from 15.5.15 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.15...v15.5.18) Updates `@babel/plugin-transform-modules-systemjs` from 7.27.1 to 7.29.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) Updates `fast-uri` from 3.0.6 to 3.1.2 - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.0.6...v3.1.2) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cd7c39 commit 2ca097e

1 file changed

Lines changed: 173 additions & 68 deletions

File tree

yarn.lock

Lines changed: 173 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,15 @@
147147
js-tokens "^4.0.0"
148148
picocolors "^1.1.1"
149149

150+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
151+
version "7.29.0"
152+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
153+
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
154+
dependencies:
155+
"@babel/helper-validator-identifier" "^7.28.5"
156+
js-tokens "^4.0.0"
157+
picocolors "^1.1.1"
158+
150159
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
151160
version "7.27.2"
152161
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.27.2.tgz"
@@ -193,6 +202,17 @@
193202
"@jridgewell/trace-mapping" "^0.3.25"
194203
jsesc "^3.0.2"
195204

205+
"@babel/generator@^7.29.0":
206+
version "7.29.1"
207+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
208+
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
209+
dependencies:
210+
"@babel/parser" "^7.29.0"
211+
"@babel/types" "^7.29.0"
212+
"@jridgewell/gen-mapping" "^0.3.12"
213+
"@jridgewell/trace-mapping" "^0.3.28"
214+
jsesc "^3.0.2"
215+
196216
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.27.1":
197217
version "7.27.1"
198218
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz"
@@ -244,6 +264,11 @@
244264
lodash.debounce "^4.0.8"
245265
resolve "^1.14.2"
246266

267+
"@babel/helper-globals@^7.28.0":
268+
version "7.28.0"
269+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
270+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
271+
247272
"@babel/helper-member-expression-to-functions@^7.27.1":
248273
version "7.27.1"
249274
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz"
@@ -260,6 +285,14 @@
260285
"@babel/traverse" "^7.27.1"
261286
"@babel/types" "^7.27.1"
262287

288+
"@babel/helper-module-imports@^7.28.6":
289+
version "7.28.6"
290+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
291+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
292+
dependencies:
293+
"@babel/traverse" "^7.28.6"
294+
"@babel/types" "^7.28.6"
295+
263296
"@babel/helper-module-transforms@^7.27.1":
264297
version "7.27.1"
265298
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz"
@@ -269,6 +302,15 @@
269302
"@babel/helper-validator-identifier" "^7.27.1"
270303
"@babel/traverse" "^7.27.1"
271304

305+
"@babel/helper-module-transforms@^7.28.6":
306+
version "7.28.6"
307+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
308+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
309+
dependencies:
310+
"@babel/helper-module-imports" "^7.28.6"
311+
"@babel/helper-validator-identifier" "^7.28.5"
312+
"@babel/traverse" "^7.28.6"
313+
272314
"@babel/helper-optimise-call-expression@^7.27.1":
273315
version "7.27.1"
274316
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz"
@@ -281,6 +323,11 @@
281323
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz"
282324
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
283325

326+
"@babel/helper-plugin-utils@^7.28.6":
327+
version "7.28.6"
328+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
329+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
330+
284331
"@babel/helper-remap-async-to-generator@^7.27.1":
285332
version "7.27.1"
286333
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz"
@@ -317,6 +364,11 @@
317364
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz"
318365
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
319366

367+
"@babel/helper-validator-identifier@^7.28.5":
368+
version "7.28.5"
369+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
370+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
371+
320372
"@babel/helper-validator-option@^7.27.1":
321373
version "7.27.1"
322374
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz"
@@ -356,6 +408,13 @@
356408
dependencies:
357409
"@babel/types" "^7.27.1"
358410

411+
"@babel/parser@^7.28.6", "@babel/parser@^7.29.0":
412+
version "7.29.3"
413+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e"
414+
integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==
415+
dependencies:
416+
"@babel/types" "^7.29.0"
417+
359418
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
360419
version "7.27.1"
361420
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz"
@@ -825,14 +884,14 @@
825884
"@babel/helper-plugin-utils" "^7.27.1"
826885

827886
"@babel/plugin-transform-modules-systemjs@^7.27.1":
828-
version "7.27.1"
829-
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz"
830-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
887+
version "7.29.4"
888+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
889+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
831890
dependencies:
832-
"@babel/helper-module-transforms" "^7.27.1"
833-
"@babel/helper-plugin-utils" "^7.27.1"
834-
"@babel/helper-validator-identifier" "^7.27.1"
835-
"@babel/traverse" "^7.27.1"
891+
"@babel/helper-module-transforms" "^7.28.6"
892+
"@babel/helper-plugin-utils" "^7.28.6"
893+
"@babel/helper-validator-identifier" "^7.28.5"
894+
"@babel/traverse" "^7.29.0"
836895

837896
"@babel/plugin-transform-modules-umd@^7.27.1":
838897
version "7.27.1"
@@ -1247,6 +1306,15 @@
12471306
"@babel/parser" "^7.27.2"
12481307
"@babel/types" "^7.27.1"
12491308

1309+
"@babel/template@^7.28.6":
1310+
version "7.28.6"
1311+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
1312+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
1313+
dependencies:
1314+
"@babel/code-frame" "^7.28.6"
1315+
"@babel/parser" "^7.28.6"
1316+
"@babel/types" "^7.28.6"
1317+
12501318
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
12511319
version "7.27.1"
12521320
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz"
@@ -1273,6 +1341,19 @@
12731341
debug "^4.3.1"
12741342
globals "^11.1.0"
12751343

1344+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
1345+
version "7.29.0"
1346+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
1347+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
1348+
dependencies:
1349+
"@babel/code-frame" "^7.29.0"
1350+
"@babel/generator" "^7.29.0"
1351+
"@babel/helper-globals" "^7.28.0"
1352+
"@babel/parser" "^7.29.0"
1353+
"@babel/template" "^7.28.6"
1354+
"@babel/types" "^7.29.0"
1355+
debug "^4.3.1"
1356+
12761357
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.27.1", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
12771358
version "7.27.1"
12781359
resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz"
@@ -1281,6 +1362,14 @@
12811362
"@babel/helper-string-parser" "^7.27.1"
12821363
"@babel/helper-validator-identifier" "^7.27.1"
12831364

1365+
"@babel/types@^7.28.6", "@babel/types@^7.29.0":
1366+
version "7.29.0"
1367+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
1368+
integrity sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==
1369+
dependencies:
1370+
"@babel/helper-string-parser" "^7.27.1"
1371+
"@babel/helper-validator-identifier" "^7.28.5"
1372+
12841373
"@base-org/account@^1.1.0":
12851374
version "1.1.1"
12861375
resolved "https://registry.yarnpkg.com/@base-org/account/-/account-1.1.1.tgz#779f1fa7d10501201c4b6d5e21bfe17580cfddbc"
@@ -3621,6 +3710,14 @@
36213710
magic-string "^0.27.0"
36223711
react-docgen-typescript "^2.2.2"
36233712

3713+
"@jridgewell/gen-mapping@^0.3.12":
3714+
version "0.3.13"
3715+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
3716+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
3717+
dependencies:
3718+
"@jridgewell/sourcemap-codec" "^1.5.0"
3719+
"@jridgewell/trace-mapping" "^0.3.24"
3720+
36243721
"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5":
36253722
version "0.3.8"
36263723
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz"
@@ -3669,6 +3766,14 @@
36693766
"@jridgewell/resolve-uri" "^3.1.0"
36703767
"@jridgewell/sourcemap-codec" "^1.4.14"
36713768

3769+
"@jridgewell/trace-mapping@^0.3.28":
3770+
version "0.3.31"
3771+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
3772+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
3773+
dependencies:
3774+
"@jridgewell/resolve-uri" "^3.1.0"
3775+
"@jridgewell/sourcemap-codec" "^1.4.14"
3776+
36723777
"@keystonehq/alias-sampling@^0.1.1":
36733778
version "0.1.2"
36743779
resolved "https://registry.npmjs.org/@keystonehq/alias-sampling/-/alias-sampling-0.1.2.tgz"
@@ -4174,10 +4279,10 @@
41744279
"@emnapi/runtime" "^1.4.3"
41754280
"@tybys/wasm-util" "^0.10.0"
41764281

4177-
"@next/env@15.5.15":
4178-
version "15.5.15"
4179-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.15.tgz#24b29b94852da52dd8e10f3ea0382a3ddb8733a6"
4180-
integrity sha512-vcmyu5/MyFzN7CdqRHO3uHO44p/QPCZkuTUXroeUmhNP8bL5PHFEhik22JUazt+CDDoD6EpBYRCaS2pISL+/hg==
4282+
"@next/env@15.5.18":
4283+
version "15.5.18"
4284+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.18.tgz#207ab150d3f1c787ac343946155392d478506c1b"
4285+
integrity sha512-hAV85Ckd9QR6RvH04MEKwsfLTksvFpO47j9xwtoIuvuPnlwecpSi+uZTtm8HirVbtlI2Fnz//xpcSTjFdyJk+g==
41814286

41824287
"@next/eslint-plugin-next@15.5.15":
41834288
version "15.5.15"
@@ -4186,45 +4291,45 @@
41864291
dependencies:
41874292
fast-glob "3.3.1"
41884293

4189-
"@next/swc-darwin-arm64@15.5.15":
4190-
version "15.5.15"
4191-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.15.tgz#c8de0985b21b6914c17097d548dbf9b95e12bc57"
4192-
integrity sha512-6PvFO2Tzt10GFK2Ro9tAVEtacMqRmTarYMFKAnV2vYMdwWc73xzmDQyAV7SwEdMhzmiRoo7+m88DuiXlJlGeaw==
4193-
4194-
"@next/swc-darwin-x64@15.5.15":
4195-
version "15.5.15"
4196-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.15.tgz#e237a2c7991e729a8b5051e019b3ea1ea16a9071"
4197-
integrity sha512-G+YNV+z6FDZTp/+IdGyIMFqalBTaQSnvAA+X/hrt+eaTRFSznRMz9K7rTmzvM6tDmKegNtyzgufZW0HwVzEqaQ==
4198-
4199-
"@next/swc-linux-arm64-gnu@15.5.15":
4200-
version "15.5.15"
4201-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.15.tgz#d9e52844ec5585c75ec23e9eb9b2a1b4ab37780c"
4202-
integrity sha512-eVkrMcVIBqGfXB+QUC7jjZ94Z6uX/dNStbQFabewAnk13Uy18Igd1YZ/GtPRzdhtm7QwC0e6o7zOQecul4iC1w==
4203-
4204-
"@next/swc-linux-arm64-musl@15.5.15":
4205-
version "15.5.15"
4206-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.15.tgz#4f727669c0070bafc8ace8686600c49b9d4de777"
4207-
integrity sha512-RwSHKMQ7InLy5GfkY2/n5PcFycKA08qI1VST78n09nN36nUPqCvGSMiLXlfUmzmpQpF6XeBYP2KRWHi0UW3uNg==
4208-
4209-
"@next/swc-linux-x64-gnu@15.5.15":
4210-
version "15.5.15"
4211-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.15.tgz#25435233caf9bb60e3be3e7291f0c2e7b9424e4e"
4212-
integrity sha512-nplqvY86LakS+eeiuWsNWvfmK8pFcOEW7ZtVRt4QH70lL+0x6LG/m1OpJ/tvrbwjmR8HH9/fH2jzW1GlL03TIg==
4213-
4214-
"@next/swc-linux-x64-musl@15.5.15":
4215-
version "15.5.15"
4216-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.15.tgz#951dab9e9679365cbeb6dd88d3c77e840a4c14ae"
4217-
integrity sha512-eAgl9NKQ84/sww0v81DQINl/vL2IBxD7sMybd0cWRw6wqgouVI53brVRBrggqBRP/NWeIAE1dm5cbKYoiMlqDQ==
4218-
4219-
"@next/swc-win32-arm64-msvc@15.5.15":
4220-
version "15.5.15"
4221-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.15.tgz#36d4c6df0ac194a5d3cc2e7f16c62a5b31ab0671"
4222-
integrity sha512-GJVZC86lzSquh0MtvZT+L7G8+jMnJcldloOjA8Kf3wXvBrvb6OGe2MzPuALxFshSm/IpwUtD2mIoof39ymf52A==
4223-
4224-
"@next/swc-win32-x64-msvc@15.5.15":
4225-
version "15.5.15"
4226-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.15.tgz#d2ad3b9506c761ed07297acaeb00fb2c694c41f8"
4227-
integrity sha512-nFucjVdwlFqxh/JG3hWSJ4p8+YJV7Ii8aPDuBQULB6DzUF4UNZETXLfEUk+oI2zEznWWULPt7MeuTE6xtK1HSA==
4294+
"@next/swc-darwin-arm64@15.5.18":
4295+
version "15.5.18"
4296+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.18.tgz#d4376e2d31f90679128c5d83aecfb7aa244e475c"
4297+
integrity sha512-w0WvQf1n+txiwns/9pwIQteCJpZTbxzO2SE0FLcwuD4v0WEh1JPOjdyxWL21XwJsdpx8cFRjyzxzCS/siP7HcQ==
4298+
4299+
"@next/swc-darwin-x64@15.5.18":
4300+
version "15.5.18"
4301+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.18.tgz#35e179f2863d0ea1b249d5f8a1616593431f1645"
4302+
integrity sha512-znn71QmDuxm+BOaglihMZfvyySMnNljkVIY5Z2TCssBmm+WqL6c19VhtH5ktFkHa8EZ2bnTUpcNcmNSQsg67og==
4303+
4304+
"@next/swc-linux-arm64-gnu@15.5.18":
4305+
version "15.5.18"
4306+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.18.tgz#5c97bd8422cc0d43b6b07329514bfaceb04b8014"
4307+
integrity sha512-yPPe5MNL+igZUa+OsqQJisqSfh6oarIuA1Q0BDxljGJhRQyZeP+WRHh7rs/jZUGMh5aY0YdIjXZG0VohkKkUdw==
4308+
4309+
"@next/swc-linux-arm64-musl@15.5.18":
4310+
version "15.5.18"
4311+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.18.tgz#497dda6be6e905e3ab7b02624a5493ccf08f06e7"
4312+
integrity sha512-glaCczEWIrHsokFZ3pP08U4BpKxwIdnT+txdOM32OBgpL9Yw4aqx8NejmgtZQZOdstQ5f0L3CasIZudzCuD+nw==
4313+
4314+
"@next/swc-linux-x64-gnu@15.5.18":
4315+
version "15.5.18"
4316+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.18.tgz#c5863100284c0182ff546d212c74dc9348d16564"
4317+
integrity sha512-oUfg2EgJmU3R0OCOWiokGFUTvZiPfXtriXiuF3YNxRoROCdgvTedHIzYoeKH34gsZxS/V7mHbfq2hpAHwhH1/A==
4318+
4319+
"@next/swc-linux-x64-musl@15.5.18":
4320+
version "15.5.18"
4321+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.18.tgz#26f3fdc26707458481d40649a1420584bf1f3bf7"
4322+
integrity sha512-JLxSP3KTd9iu/bvUMQxH7RJo9xKSHf55/6RPE4a6FTSZygGn7uvZbCej0AHXydwkggQGSD9UddSjwv6Xz5ESfA==
4323+
4324+
"@next/swc-win32-arm64-msvc@15.5.18":
4325+
version "15.5.18"
4326+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.18.tgz#8acdb2aeec6d768bffa3043485d22ecdf48a6e4c"
4327+
integrity sha512-ir1v7enP52K2HNz3tQQvwF+x7VNxBk1ciiZ18WBPvxf4C59IqdfmHPJYK3vH7rSxpuCVw/8C712wTXNAtEp+NA==
4328+
4329+
"@next/swc-win32-x64-msvc@15.5.18":
4330+
version "15.5.18"
4331+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.18.tgz#beac6228e60e3ee08ce7a20b7f61b3dc516d4b10"
4332+
integrity sha512-LIu5me6QTANCd25E7I5uIEfvgQ06RK7tvHAbYo3zCb3VpxQEPvMcSpd87NwUABDT6MbGPdEGR5VRiK4PPTJhQg==
42284333

42294334
"@ngraveio/bc-ur@^1.0.0", "@ngraveio/bc-ur@^1.1.5":
42304335
version "1.1.13"
@@ -12715,9 +12820,9 @@ camelize@^1.0.0:
1271512820
integrity sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==
1271612821

1271712822
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001702, caniuse-lite@^1.0.30001716:
12718-
version "1.0.30001718"
12719-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001718.tgz"
12720-
integrity sha512-AflseV1ahcSunK53NfEs9gFWgOEmzr0f+kaMFA4xiLZlr9Hzt7HxcSpIFcnNCUkz6R6dWKa54rUz3HUmI3nVcw==
12823+
version "1.0.30001792"
12824+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001792.tgz#ca8bb9be244835a335e2018272ce7223691873c5"
12825+
integrity sha512-hVLMUZFgR4JJ6ACt1uEESvQN1/dBVqPAKY0hgrV70eN3391K6juAfTjKZLKvOMsx8PxA7gsY1/tLMMTcfFLLpw==
1272112826

1272212827
canonicalize@^2.0.0:
1272312828
version "2.1.0"
@@ -15892,9 +15997,9 @@ fast-stable-stringify@^1.0.0:
1589215997
integrity sha512-wpYMUmFu5f00Sm0cj2pfivpmawLZ0NKdviQ4w9zJeR8JVtOpOxHmLaJuj0vxvGqMJQWyP/COUkF75/57OKyRag==
1589315998

1589415999
fast-uri@^3.0.1:
15895-
version "3.0.6"
15896-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz"
15897-
integrity sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==
16000+
version "3.1.2"
16001+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
16002+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
1589816003

1589916004
fast-xml-parser@^4.4.1:
1590016005
version "4.5.3"
@@ -21456,24 +21561,24 @@ next-tick@^1.1.0:
2145621561
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
2145721562

2145821563
next@^15.5.15:
21459-
version "15.5.15"
21460-
resolved "https://registry.yarnpkg.com/next/-/next-15.5.15.tgz#b25a59a232bd992a83da045fa289ee803c23c836"
21461-
integrity sha512-VSqCrJwtLVGwAVE0Sb/yikrQfkwkZW9p+lL/J4+xe+G3ZA+QnWPqgcfH1tDUEuk9y+pthzzVFp4L/U8JerMfMQ==
21564+
version "15.5.18"
21565+
resolved "https://registry.yarnpkg.com/next/-/next-15.5.18.tgz#b0a9d82763f7358938fe4732bb6f605f7e941815"
21566+
integrity sha512-eKL8zUJkX9Y5lE+RX/2YJoItVdGlIscyVyboeD9wSpp0PaGqjoA4tTpT2qPqz9ax+5IzGESyLSeZ/RCwbSZ2uQ==
2146221567
dependencies:
21463-
"@next/env" "15.5.15"
21568+
"@next/env" "15.5.18"
2146421569
"@swc/helpers" "0.5.15"
2146521570
caniuse-lite "^1.0.30001579"
2146621571
postcss "8.4.31"
2146721572
styled-jsx "5.1.6"
2146821573
optionalDependencies:
21469-
"@next/swc-darwin-arm64" "15.5.15"
21470-
"@next/swc-darwin-x64" "15.5.15"
21471-
"@next/swc-linux-arm64-gnu" "15.5.15"
21472-
"@next/swc-linux-arm64-musl" "15.5.15"
21473-
"@next/swc-linux-x64-gnu" "15.5.15"
21474-
"@next/swc-linux-x64-musl" "15.5.15"
21475-
"@next/swc-win32-arm64-msvc" "15.5.15"
21476-
"@next/swc-win32-x64-msvc" "15.5.15"
21574+
"@next/swc-darwin-arm64" "15.5.18"
21575+
"@next/swc-darwin-x64" "15.5.18"
21576+
"@next/swc-linux-arm64-gnu" "15.5.18"
21577+
"@next/swc-linux-arm64-musl" "15.5.18"
21578+
"@next/swc-linux-x64-gnu" "15.5.18"
21579+
"@next/swc-linux-x64-musl" "15.5.18"
21580+
"@next/swc-win32-arm64-msvc" "15.5.18"
21581+
"@next/swc-win32-x64-msvc" "15.5.18"
2147721582
sharp "^0.34.3"
2147821583

2147921584
nice-try@^1.0.4:

0 commit comments

Comments
 (0)