Skip to content

Commit 65bb5e3

Browse files
chore(deps): update babel monorepo to ^7.26.7 (#1084)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5e2ce73 commit 65bb5e3

File tree

2 files changed

+86
-95
lines changed

2 files changed

+86
-95
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
},
5454
"devDependencies": {
5555
"@apollo/client": "^3.12.7",
56-
"@babel/core": "^7.26.0",
57-
"@babel/preset-env": "^7.26.0",
56+
"@babel/core": "^7.26.7",
57+
"@babel/preset-env": "^7.26.7",
5858
"@react-navigation/native": "^6.1.18",
5959
"@sentry/react-native": "^5.36.0",
6060
"@txo-peer-dep/error-handler": "^3.1.1",

yarn.lock

Lines changed: 84 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -30,48 +30,48 @@
3030
tslib "^2.3.0"
3131
zen-observable-ts "^1.2.5"
3232

33-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0":
34-
version "7.26.0"
35-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815"
36-
integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g==
33+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.24.7", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
34+
version "7.26.2"
35+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
36+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
3737
dependencies:
3838
"@babel/helper-validator-identifier" "^7.25.9"
3939
js-tokens "^4.0.0"
4040
picocolors "^1.0.0"
4141

42-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
43-
version "7.26.0"
44-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819"
45-
integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA==
42+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.26.5":
43+
version "7.26.5"
44+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
45+
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
4646

47-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.7", "@babel/core@^7.25.2", "@babel/core@^7.26.0":
48-
version "7.26.0"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
50-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
47+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.7", "@babel/core@^7.25.2", "@babel/core@^7.26.7":
48+
version "7.26.7"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24"
50+
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
5151
dependencies:
5252
"@ampproject/remapping" "^2.2.0"
53-
"@babel/code-frame" "^7.26.0"
54-
"@babel/generator" "^7.26.0"
55-
"@babel/helper-compilation-targets" "^7.25.9"
53+
"@babel/code-frame" "^7.26.2"
54+
"@babel/generator" "^7.26.5"
55+
"@babel/helper-compilation-targets" "^7.26.5"
5656
"@babel/helper-module-transforms" "^7.26.0"
57-
"@babel/helpers" "^7.26.0"
58-
"@babel/parser" "^7.26.0"
57+
"@babel/helpers" "^7.26.7"
58+
"@babel/parser" "^7.26.7"
5959
"@babel/template" "^7.25.9"
60-
"@babel/traverse" "^7.25.9"
61-
"@babel/types" "^7.26.0"
60+
"@babel/traverse" "^7.26.7"
61+
"@babel/types" "^7.26.7"
6262
convert-source-map "^2.0.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
6565
json5 "^2.2.3"
6666
semver "^6.3.1"
6767

68-
"@babel/generator@^7.25.0", "@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.7.2":
69-
version "7.26.0"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7"
71-
integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w==
68+
"@babel/generator@^7.25.0", "@babel/generator@^7.25.9", "@babel/generator@^7.26.5", "@babel/generator@^7.7.2":
69+
version "7.26.5"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
71+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
7272
dependencies:
73-
"@babel/parser" "^7.26.0"
74-
"@babel/types" "^7.26.0"
73+
"@babel/parser" "^7.26.5"
74+
"@babel/types" "^7.26.5"
7575
"@jridgewell/gen-mapping" "^0.3.5"
7676
"@jridgewell/trace-mapping" "^0.3.25"
7777
jsesc "^3.0.2"
@@ -83,20 +83,12 @@
8383
dependencies:
8484
"@babel/types" "^7.25.9"
8585

86-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9":
87-
version "7.25.9"
88-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9"
89-
integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==
90-
dependencies:
91-
"@babel/traverse" "^7.25.9"
92-
"@babel/types" "^7.25.9"
93-
94-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9":
95-
version "7.25.9"
96-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875"
97-
integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==
86+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9", "@babel/helper-compilation-targets@^7.26.5":
87+
version "7.26.5"
88+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
89+
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
9890
dependencies:
99-
"@babel/compat-data" "^7.25.9"
91+
"@babel/compat-data" "^7.26.5"
10092
"@babel/helper-validator-option" "^7.25.9"
10193
browserslist "^4.24.0"
10294
lru-cache "^5.1.1"
@@ -222,20 +214,20 @@
222214
"@babel/traverse" "^7.25.9"
223215
"@babel/types" "^7.25.9"
224216

225-
"@babel/helpers@^7.26.0":
226-
version "7.26.0"
227-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
228-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
217+
"@babel/helpers@^7.26.7":
218+
version "7.26.7"
219+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
220+
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
229221
dependencies:
230222
"@babel/template" "^7.25.9"
231-
"@babel/types" "^7.26.0"
223+
"@babel/types" "^7.26.7"
232224

233-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.7", "@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0":
234-
version "7.26.5"
235-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
236-
integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
225+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.7", "@babel/parser@^7.25.3", "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
226+
version "7.26.7"
227+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
228+
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
237229
dependencies:
238-
"@babel/types" "^7.26.5"
230+
"@babel/types" "^7.26.7"
239231

240232
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
241233
version "7.25.9"
@@ -454,12 +446,12 @@
454446
"@babel/helper-plugin-utils" "^7.25.9"
455447
"@babel/helper-remap-async-to-generator" "^7.25.9"
456448

457-
"@babel/plugin-transform-block-scoped-functions@^7.25.9":
458-
version "7.25.9"
459-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458"
460-
integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==
449+
"@babel/plugin-transform-block-scoped-functions@^7.26.5":
450+
version "7.26.5"
451+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
452+
integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
461453
dependencies:
462-
"@babel/helper-plugin-utils" "^7.25.9"
454+
"@babel/helper-plugin-utils" "^7.26.5"
463455

464456
"@babel/plugin-transform-block-scoping@^7.25.0", "@babel/plugin-transform-block-scoping@^7.25.9":
465457
version "7.25.9"
@@ -541,12 +533,11 @@
541533
dependencies:
542534
"@babel/helper-plugin-utils" "^7.25.9"
543535

544-
"@babel/plugin-transform-exponentiation-operator@^7.25.9":
545-
version "7.25.9"
546-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f"
547-
integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==
536+
"@babel/plugin-transform-exponentiation-operator@^7.26.3":
537+
version "7.26.3"
538+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
539+
integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
548540
dependencies:
549-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9"
550541
"@babel/helper-plugin-utils" "^7.25.9"
551542

552543
"@babel/plugin-transform-export-namespace-from@^7.25.9":
@@ -617,7 +608,7 @@
617608
"@babel/helper-module-transforms" "^7.25.9"
618609
"@babel/helper-plugin-utils" "^7.25.9"
619610

620-
"@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.25.9":
611+
"@babel/plugin-transform-modules-commonjs@^7.24.7", "@babel/plugin-transform-modules-commonjs@^7.24.8", "@babel/plugin-transform-modules-commonjs@^7.25.9", "@babel/plugin-transform-modules-commonjs@^7.26.3":
621612
version "7.26.3"
622613
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
623614
integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
@@ -658,12 +649,12 @@
658649
dependencies:
659650
"@babel/helper-plugin-utils" "^7.25.9"
660651

661-
"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7", "@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
662-
version "7.25.9"
663-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949"
664-
integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==
652+
"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7", "@babel/plugin-transform-nullish-coalescing-operator@^7.26.6":
653+
version "7.26.6"
654+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
655+
integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
665656
dependencies:
666-
"@babel/helper-plugin-utils" "^7.25.9"
657+
"@babel/helper-plugin-utils" "^7.26.5"
667658

668659
"@babel/plugin-transform-numeric-separator@^7.24.7", "@babel/plugin-transform-numeric-separator@^7.25.9":
669660
version "7.25.9"
@@ -831,12 +822,12 @@
831822
dependencies:
832823
"@babel/helper-plugin-utils" "^7.25.9"
833824

834-
"@babel/plugin-transform-typeof-symbol@^7.25.9":
835-
version "7.25.9"
836-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
837-
integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
825+
"@babel/plugin-transform-typeof-symbol@^7.26.7":
826+
version "7.26.7"
827+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937"
828+
integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==
838829
dependencies:
839-
"@babel/helper-plugin-utils" "^7.25.9"
830+
"@babel/helper-plugin-utils" "^7.26.5"
840831

841832
"@babel/plugin-transform-typescript@^7.25.2", "@babel/plugin-transform-typescript@^7.25.9":
842833
version "7.26.5"
@@ -880,14 +871,14 @@
880871
"@babel/helper-create-regexp-features-plugin" "^7.25.9"
881872
"@babel/helper-plugin-utils" "^7.25.9"
882873

883-
"@babel/preset-env@^7.26.0":
884-
version "7.26.0"
885-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
886-
integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
874+
"@babel/preset-env@^7.26.7":
875+
version "7.26.7"
876+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d"
877+
integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ==
887878
dependencies:
888-
"@babel/compat-data" "^7.26.0"
889-
"@babel/helper-compilation-targets" "^7.25.9"
890-
"@babel/helper-plugin-utils" "^7.25.9"
879+
"@babel/compat-data" "^7.26.5"
880+
"@babel/helper-compilation-targets" "^7.26.5"
881+
"@babel/helper-plugin-utils" "^7.26.5"
891882
"@babel/helper-validator-option" "^7.25.9"
892883
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
893884
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
@@ -901,7 +892,7 @@
901892
"@babel/plugin-transform-arrow-functions" "^7.25.9"
902893
"@babel/plugin-transform-async-generator-functions" "^7.25.9"
903894
"@babel/plugin-transform-async-to-generator" "^7.25.9"
904-
"@babel/plugin-transform-block-scoped-functions" "^7.25.9"
895+
"@babel/plugin-transform-block-scoped-functions" "^7.26.5"
905896
"@babel/plugin-transform-block-scoping" "^7.25.9"
906897
"@babel/plugin-transform-class-properties" "^7.25.9"
907898
"@babel/plugin-transform-class-static-block" "^7.26.0"
@@ -912,7 +903,7 @@
912903
"@babel/plugin-transform-duplicate-keys" "^7.25.9"
913904
"@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
914905
"@babel/plugin-transform-dynamic-import" "^7.25.9"
915-
"@babel/plugin-transform-exponentiation-operator" "^7.25.9"
906+
"@babel/plugin-transform-exponentiation-operator" "^7.26.3"
916907
"@babel/plugin-transform-export-namespace-from" "^7.25.9"
917908
"@babel/plugin-transform-for-of" "^7.25.9"
918909
"@babel/plugin-transform-function-name" "^7.25.9"
@@ -921,12 +912,12 @@
921912
"@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
922913
"@babel/plugin-transform-member-expression-literals" "^7.25.9"
923914
"@babel/plugin-transform-modules-amd" "^7.25.9"
924-
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
915+
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
925916
"@babel/plugin-transform-modules-systemjs" "^7.25.9"
926917
"@babel/plugin-transform-modules-umd" "^7.25.9"
927918
"@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
928919
"@babel/plugin-transform-new-target" "^7.25.9"
929-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
920+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6"
930921
"@babel/plugin-transform-numeric-separator" "^7.25.9"
931922
"@babel/plugin-transform-object-rest-spread" "^7.25.9"
932923
"@babel/plugin-transform-object-super" "^7.25.9"
@@ -943,7 +934,7 @@
943934
"@babel/plugin-transform-spread" "^7.25.9"
944935
"@babel/plugin-transform-sticky-regex" "^7.25.9"
945936
"@babel/plugin-transform-template-literals" "^7.25.9"
946-
"@babel/plugin-transform-typeof-symbol" "^7.25.9"
937+
"@babel/plugin-transform-typeof-symbol" "^7.26.7"
947938
"@babel/plugin-transform-unicode-escapes" "^7.25.9"
948939
"@babel/plugin-transform-unicode-property-regex" "^7.25.9"
949940
"@babel/plugin-transform-unicode-regex" "^7.25.9"
@@ -1024,23 +1015,23 @@
10241015
debug "^4.3.1"
10251016
globals "^11.1.0"
10261017

1027-
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9":
1028-
version "7.25.9"
1029-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84"
1030-
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==
1018+
"@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.7":
1019+
version "7.26.7"
1020+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
1021+
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
10311022
dependencies:
1032-
"@babel/code-frame" "^7.25.9"
1033-
"@babel/generator" "^7.25.9"
1034-
"@babel/parser" "^7.25.9"
1023+
"@babel/code-frame" "^7.26.2"
1024+
"@babel/generator" "^7.26.5"
1025+
"@babel/parser" "^7.26.7"
10351026
"@babel/template" "^7.25.9"
1036-
"@babel/types" "^7.25.9"
1027+
"@babel/types" "^7.26.7"
10371028
debug "^4.3.1"
10381029
globals "^11.1.0"
10391030

1040-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1041-
version "7.26.5"
1042-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
1043-
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
1031+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1032+
version "7.26.7"
1033+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1034+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
10441035
dependencies:
10451036
"@babel/helper-string-parser" "^7.25.9"
10461037
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)