Skip to content

Commit dc463d6

Browse files
committed
fix(deps): bump fast-uri & @babel/plugin-transform-modules-systemjs
ticket: cecho-904
1 parent 4db2fd1 commit dc463d6

2 files changed

Lines changed: 70 additions & 15 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@
125125
"basic-ftp": "5.3.1",
126126
"flatted": "3.4.2",
127127
"sjcl": "npm:@bitgo/sjcl@1.0.1",
128-
"picomatch": ">=2.3.2"
128+
"picomatch": ">=2.3.2",
129+
"fast-uri": "^3.1.2",
130+
"@babel/plugin-transform-modules-systemjs": "^7.29.4"
129131
},
130132
"workspaces": [
131133
"modules/*"

yarn.lock

Lines changed: 67 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
js-tokens "^4.0.0"
125125
picocolors "^1.1.1"
126126

127-
"@babel/code-frame@^7.28.6":
127+
"@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0":
128128
version "7.29.0"
129129
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz#7cd7a59f15b3cc0dcd803038f7792712a7d0b15c"
130130
integrity sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==
@@ -170,6 +170,17 @@
170170
"@jridgewell/trace-mapping" "^0.3.28"
171171
jsesc "^3.0.2"
172172

173+
"@babel/generator@^7.29.0":
174+
version "7.29.1"
175+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz#d09876290111abbb00ef962a7b83a5307fba0d50"
176+
integrity sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==
177+
dependencies:
178+
"@babel/parser" "^7.29.0"
179+
"@babel/types" "^7.29.0"
180+
"@jridgewell/gen-mapping" "^0.3.12"
181+
"@jridgewell/trace-mapping" "^0.3.28"
182+
jsesc "^3.0.2"
183+
173184
"@babel/helper-annotate-as-pure@^7.22.5", "@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
174185
version "7.27.3"
175186
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz"
@@ -242,6 +253,14 @@
242253
"@babel/traverse" "^7.27.1"
243254
"@babel/types" "^7.27.1"
244255

256+
"@babel/helper-module-imports@^7.28.6":
257+
version "7.28.6"
258+
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
259+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
260+
dependencies:
261+
"@babel/traverse" "^7.28.6"
262+
"@babel/types" "^7.28.6"
263+
245264
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
246265
version "7.28.3"
247266
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz"
@@ -251,6 +270,15 @@
251270
"@babel/helper-validator-identifier" "^7.27.1"
252271
"@babel/traverse" "^7.28.3"
253272

273+
"@babel/helper-module-transforms@^7.28.6":
274+
version "7.28.6"
275+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
276+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
277+
dependencies:
278+
"@babel/helper-module-imports" "^7.28.6"
279+
"@babel/helper-validator-identifier" "^7.28.5"
280+
"@babel/traverse" "^7.28.6"
281+
254282
"@babel/helper-optimise-call-expression@^7.27.1":
255283
version "7.27.1"
256284
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz"
@@ -263,6 +291,11 @@
263291
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz"
264292
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
265293

294+
"@babel/helper-plugin-utils@^7.28.6":
295+
version "7.28.6"
296+
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
297+
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
298+
266299
"@babel/helper-remap-async-to-generator@^7.27.1":
267300
version "7.27.1"
268301
resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz"
@@ -350,6 +383,13 @@
350383
dependencies:
351384
"@babel/types" "^7.29.0"
352385

386+
"@babel/parser@^7.29.0":
387+
version "7.29.3"
388+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz#116f70a77958307fceac27747573032f8a62f88e"
389+
integrity sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==
390+
dependencies:
391+
"@babel/types" "^7.29.0"
392+
353393
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
354394
version "7.27.1"
355395
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"
@@ -619,15 +659,15 @@
619659
"@babel/helper-module-transforms" "^7.27.1"
620660
"@babel/helper-plugin-utils" "^7.27.1"
621661

622-
"@babel/plugin-transform-modules-systemjs@^7.27.1":
623-
version "7.27.1"
624-
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz"
625-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
662+
"@babel/plugin-transform-modules-systemjs@^7.27.1", "@babel/plugin-transform-modules-systemjs@^7.29.4":
663+
version "7.29.4"
664+
resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz#f621105da99919c15cf4bde6fcc7346ef95e7b20"
665+
integrity sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==
626666
dependencies:
627-
"@babel/helper-module-transforms" "^7.27.1"
628-
"@babel/helper-plugin-utils" "^7.27.1"
629-
"@babel/helper-validator-identifier" "^7.27.1"
630-
"@babel/traverse" "^7.27.1"
667+
"@babel/helper-module-transforms" "^7.28.6"
668+
"@babel/helper-plugin-utils" "^7.28.6"
669+
"@babel/helper-validator-identifier" "^7.28.5"
670+
"@babel/traverse" "^7.29.0"
631671

632672
"@babel/plugin-transform-modules-umd@^7.27.1":
633673
version "7.27.1"
@@ -941,6 +981,19 @@
941981
"@babel/types" "^7.28.2"
942982
debug "^4.3.1"
943983

984+
"@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0":
985+
version "7.29.0"
986+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
987+
integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==
988+
dependencies:
989+
"@babel/code-frame" "^7.29.0"
990+
"@babel/generator" "^7.29.0"
991+
"@babel/helper-globals" "^7.28.0"
992+
"@babel/parser" "^7.29.0"
993+
"@babel/template" "^7.28.6"
994+
"@babel/types" "^7.29.0"
995+
debug "^4.3.1"
996+
944997
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.4.4":
945998
version "7.28.2"
946999
resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz"
@@ -11604,10 +11657,10 @@ fast-text-encoding@^1.0.6:
1160411657
resolved "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.6.tgz"
1160511658
integrity sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w==
1160611659

11607-
fast-uri@^3.0.1:
11608-
version "3.1.0"
11609-
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz"
11610-
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
11660+
fast-uri@^3.0.1, fast-uri@^3.1.2:
11661+
version "3.1.2"
11662+
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
11663+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
1161111664

1161211665
fastest-levenshtein@^1.0.12:
1161311666
version "1.0.16"
@@ -18953,7 +19006,7 @@ sisteransi@^1.0.5:
1895319006
resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
1895419007
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
1895519008

18956-
sjcl@^1.0.6, "sjcl@npm:@bitgo/sjcl@1.0.1":
19009+
sjcl@1.0.1, sjcl@^1.0.6, "sjcl@npm:@bitgo/sjcl@1.0.1":
1895719010
version "1.0.1"
1895819011
resolved "https://registry.npmjs.org/@bitgo/sjcl/-/sjcl-1.0.1.tgz#633fa84608c1cb7461b17ceb6131d96722921fd3"
1895919012
integrity sha512-dBICMzShC8gXdpSj9cvl4wl9Jkt4h14wt4XQ+/6V6qcC2IObyKRJfaG5TYUU6RvVknhPBPyBx9v84vNKODM5fQ==

0 commit comments

Comments
 (0)