Skip to content

Commit 31749e3

Browse files
Bump the npm_and_yarn group across 5 directories with 4 updates
Bumps the npm_and_yarn group with 1 update in the / directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers). Bumps the npm_and_yarn group with 2 updates in the /example directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) and [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 2 updates in the /example/e2e directory: [axios](https://github.com/axios/axios) and [appium](https://github.com/appium/appium/tree/HEAD/packages/appium). Bumps the npm_and_yarn group with 1 update in the /sandboxes/IntercomExpo directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers). Bumps the npm_and_yarn group with 2 updates in the /sandboxes/NotificationsSandbox directory: [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) and [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime). Updates `@babel/helpers` from 7.24.5 to 7.26.10 - [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.26.10/packages/babel-helpers) Updates `@babel/helpers` from 7.24.6 to 7.26.10 - [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.26.10/packages/babel-helpers) Updates `axios` from 1.7.9 to 1.8.3 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.3) Updates `axios` from 1.7.9 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.9...v1.8.3) Updates `appium` from 2.14.1 to 2.17.0 - [Release notes](https://github.com/appium/appium/releases) - [Changelog](https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md) - [Commits](https://github.com/appium/appium/commits/[email protected]/packages/appium) Updates `@babel/helpers` from 7.26.0 to 7.26.10 - [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.26.10/packages/babel-helpers) Updates `@babel/helpers` from 7.26.0 to 7.26.10 - [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.26.10/packages/babel-helpers) Updates `@babel/runtime` from 7.26.0 to 7.26.10 - [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.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: appium dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime" dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4d54ea commit 31749e3

File tree

8 files changed

+847
-1266
lines changed

8 files changed

+847
-1266
lines changed

example/e2e/package-lock.json

Lines changed: 566 additions & 873 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/e2e/yarn.lock

Lines changed: 141 additions & 355 deletions
Large diffs are not rendered by default.

example/yarn.lock

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.24.6"
1919
picocolors "^1.0.0"
2020

21+
"@babel/code-frame@^7.26.2":
22+
version "7.26.2"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
24+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
25+
dependencies:
26+
"@babel/helper-validator-identifier" "^7.25.9"
27+
js-tokens "^4.0.0"
28+
picocolors "^1.0.0"
29+
2130
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.6":
2231
version "7.24.6"
2332
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz"
@@ -224,11 +233,21 @@
224233
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz"
225234
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
226235

236+
"@babel/helper-string-parser@^7.25.9":
237+
version "7.25.9"
238+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
239+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
240+
227241
"@babel/helper-validator-identifier@^7.24.6":
228242
version "7.24.6"
229243
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz"
230244
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
231245

246+
"@babel/helper-validator-identifier@^7.25.9":
247+
version "7.25.9"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
249+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
250+
232251
"@babel/helper-validator-option@^7.24.6":
233252
version "7.24.6"
234253
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz"
@@ -244,12 +263,12 @@
244263
"@babel/types" "^7.24.6"
245264

246265
"@babel/helpers@^7.24.6":
247-
version "7.24.6"
248-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz"
249-
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
266+
version "7.26.10"
267+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
268+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
250269
dependencies:
251-
"@babel/template" "^7.24.6"
252-
"@babel/types" "^7.24.6"
270+
"@babel/template" "^7.26.9"
271+
"@babel/types" "^7.26.10"
253272

254273
"@babel/highlight@^7.24.6":
255274
version "7.24.6"
@@ -266,6 +285,13 @@
266285
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz"
267286
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
268287

288+
"@babel/parser@^7.26.9":
289+
version "7.26.10"
290+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
291+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
292+
dependencies:
293+
"@babel/types" "^7.26.10"
294+
269295
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6":
270296
version "7.24.6"
271297
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.6.tgz"
@@ -1133,6 +1159,15 @@
11331159
"@babel/parser" "^7.24.6"
11341160
"@babel/types" "^7.24.6"
11351161

1162+
"@babel/template@^7.26.9":
1163+
version "7.26.9"
1164+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1165+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1166+
dependencies:
1167+
"@babel/code-frame" "^7.26.2"
1168+
"@babel/parser" "^7.26.9"
1169+
"@babel/types" "^7.26.9"
1170+
11361171
"@babel/traverse@^7.20.0", "@babel/traverse@^7.24.6":
11371172
version "7.24.6"
11381173
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz"
@@ -1158,6 +1193,14 @@
11581193
"@babel/helper-validator-identifier" "^7.24.6"
11591194
to-fast-properties "^2.0.0"
11601195

1196+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1197+
version "7.26.10"
1198+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1199+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1200+
dependencies:
1201+
"@babel/helper-string-parser" "^7.25.9"
1202+
"@babel/helper-validator-identifier" "^7.25.9"
1203+
11611204
"@esbuild/[email protected]":
11621205
version "0.23.1"
11631206
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz#51299374de171dbd80bb7d838e1cfce9af36f353"
@@ -3070,9 +3113,9 @@ available-typed-arrays@^1.0.7:
30703113
possible-typed-array-names "^1.0.0"
30713114

30723115
axios@^1.7.4:
3073-
version "1.7.9"
3074-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
3075-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
3116+
version "1.8.3"
3117+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.3.tgz#9ebccd71c98651d547162a018a1a95a4b4ed4de8"
3118+
integrity sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==
30763119
dependencies:
30773120
follow-redirects "^1.15.6"
30783121
form-data "^4.0.0"

sandboxes/IntercomExpo/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandboxes/IntercomExpo/yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,7 @@
269269
"@babel/traverse" "^7.25.9"
270270
"@babel/types" "^7.25.9"
271271

272-
"@babel/helpers@^7.26.0":
273-
version "7.26.0"
274-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz"
275-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
276-
dependencies:
277-
"@babel/template" "^7.25.9"
278-
"@babel/types" "^7.26.0"
279-
280-
"@babel/helpers@^7.26.10":
272+
"@babel/helpers@^7.26.0", "@babel/helpers@^7.26.10":
281273
version "7.26.10"
282274
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
283275
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==

sandboxes/NotificationsSandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.20.0",
2929
"@babel/preset-env": "^7.20.0",
30-
"@babel/runtime": "^7.20.0",
30+
"@babel/runtime": "^7.26.10",
3131
"@react-native/babel-preset": "0.74.83",
3232
"@react-native/eslint-config": "0.74.83",
3333
"@react-native/metro-config": "0.74.83",

sandboxes/NotificationsSandbox/yarn.lock

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@
211211
"@babel/types" "^7.25.9"
212212

213213
"@babel/helpers@^7.26.0":
214-
version "7.26.0"
215-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
216-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
214+
version "7.26.10"
215+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
216+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
217217
dependencies:
218-
"@babel/template" "^7.25.9"
219-
"@babel/types" "^7.26.0"
218+
"@babel/template" "^7.26.9"
219+
"@babel/types" "^7.26.10"
220220

221221
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
222222
version "7.26.3"
@@ -225,6 +225,13 @@
225225
dependencies:
226226
"@babel/types" "^7.26.3"
227227

228+
"@babel/parser@^7.26.9":
229+
version "7.26.10"
230+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
231+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
232+
dependencies:
233+
"@babel/types" "^7.26.10"
234+
228235
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
229236
version "7.25.9"
230237
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -1066,10 +1073,10 @@
10661073
pirates "^4.0.6"
10671074
source-map-support "^0.5.16"
10681075

1069-
"@babel/runtime@^7.20.0", "@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4":
1070-
version "7.26.0"
1071-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1072-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
1076+
"@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4":
1077+
version "7.26.10"
1078+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1079+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
10731080
dependencies:
10741081
regenerator-runtime "^0.14.0"
10751082

@@ -1082,6 +1089,15 @@
10821089
"@babel/parser" "^7.25.9"
10831090
"@babel/types" "^7.25.9"
10841091

1092+
"@babel/template@^7.26.9":
1093+
version "7.26.9"
1094+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1095+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1096+
dependencies:
1097+
"@babel/code-frame" "^7.26.2"
1098+
"@babel/parser" "^7.26.9"
1099+
"@babel/types" "^7.26.9"
1100+
10851101
"@babel/traverse@^7.20.0", "@babel/traverse@^7.25.9":
10861102
version "7.26.4"
10871103
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.4.tgz#ac3a2a84b908dde6d463c3bfa2c5fdc1653574bd"
@@ -1103,6 +1119,14 @@
11031119
"@babel/helper-string-parser" "^7.25.9"
11041120
"@babel/helper-validator-identifier" "^7.25.9"
11051121

1122+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1123+
version "7.26.10"
1124+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1125+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1126+
dependencies:
1127+
"@babel/helper-string-parser" "^7.25.9"
1128+
"@babel/helper-validator-identifier" "^7.25.9"
1129+
11061130
"@bcoe/v8-coverage@^0.2.3":
11071131
version "0.2.3"
11081132
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.24.2"
1919
picocolors "^1.0.0"
2020

21+
"@babel/code-frame@^7.26.2":
22+
version "7.26.2"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
24+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
25+
dependencies:
26+
"@babel/helper-validator-identifier" "^7.25.9"
27+
js-tokens "^4.0.0"
28+
picocolors "^1.0.0"
29+
2130
"@babel/code-frame@~7.10.4":
2231
version "7.10.4"
2332
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz"
@@ -243,11 +252,21 @@
243252
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz"
244253
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
245254

255+
"@babel/helper-string-parser@^7.25.9":
256+
version "7.25.9"
257+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
258+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
259+
246260
"@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.24.5":
247261
version "7.24.5"
248262
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz"
249263
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
250264

265+
"@babel/helper-validator-identifier@^7.25.9":
266+
version "7.25.9"
267+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
268+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
269+
251270
"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.21.0", "@babel/helper-validator-option@^7.23.5":
252271
version "7.23.5"
253272
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz"
@@ -263,13 +282,12 @@
263282
"@babel/types" "^7.24.5"
264283

265284
"@babel/helpers@^7.24.5":
266-
version "7.24.5"
267-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz"
268-
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
285+
version "7.26.10"
286+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
287+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
269288
dependencies:
270-
"@babel/template" "^7.24.0"
271-
"@babel/traverse" "^7.24.5"
272-
"@babel/types" "^7.24.5"
289+
"@babel/template" "^7.26.9"
290+
"@babel/types" "^7.26.10"
273291

274292
"@babel/highlight@^7.10.4", "@babel/highlight@^7.24.2":
275293
version "7.24.5"
@@ -286,6 +304,13 @@
286304
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz"
287305
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
288306

307+
"@babel/parser@^7.26.9":
308+
version "7.26.10"
309+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
310+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
311+
dependencies:
312+
"@babel/types" "^7.26.10"
313+
289314
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
290315
version "7.18.6"
291316
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
@@ -1089,6 +1114,15 @@
10891114
"@babel/parser" "^7.24.0"
10901115
"@babel/types" "^7.24.0"
10911116

1117+
"@babel/template@^7.26.9":
1118+
version "7.26.9"
1119+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1120+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1121+
dependencies:
1122+
"@babel/code-frame" "^7.26.2"
1123+
"@babel/parser" "^7.26.9"
1124+
"@babel/types" "^7.26.9"
1125+
10921126
"@babel/traverse@^7.20.0", "@babel/traverse@^7.24.5":
10931127
version "7.24.5"
10941128
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz"
@@ -1114,6 +1148,14 @@
11141148
"@babel/helper-validator-identifier" "^7.24.5"
11151149
to-fast-properties "^2.0.0"
11161150

1151+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1152+
version "7.26.10"
1153+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1154+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1155+
dependencies:
1156+
"@babel/helper-string-parser" "^7.25.9"
1157+
"@babel/helper-validator-identifier" "^7.25.9"
1158+
11171159
"@bcoe/v8-coverage@^0.2.3":
11181160
version "0.2.3"
11191161
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"

0 commit comments

Comments
 (0)