Skip to content

Commit f01065a

Browse files
committed
Upgrade @babel/runtime and @babel/helpers to 7.26.10
1 parent 343d164 commit f01065a

File tree

2 files changed

+39
-18
lines changed

2 files changed

+39
-18
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"3d-force-graph": "^1.73.4",
7+
"@babel/helpers": "7.26.10",
8+
"@babel/runtime": "7.26.10",
79
"@emotion/react": "^11.11.1",
810
"@emotion/styled": "^11.11.0",
911
"@mui/icons-material": "^5.14.3",
@@ -67,6 +69,8 @@
6769
},
6870
"resolutions": {
6971
"postcss": "^8.4.31",
70-
"nth-check": "^2.0.1"
72+
"nth-check": "^2.0.1",
73+
"@babel/runtime": "7.26.10",
74+
"@babel/helpers": "7.26.10"
7175
}
7276
}

yarn.lock

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@
271271
"@babel/traverse" "^7.25.9"
272272
"@babel/types" "^7.25.9"
273273

274-
"@babel/helpers@^7.26.0":
275-
version "7.26.0"
276-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
277-
integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
274+
"@babel/helpers@7.26.10", "@babel/helpers@^7.26.0":
275+
version "7.26.10"
276+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
277+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
278278
dependencies:
279-
"@babel/template" "^7.25.9"
280-
"@babel/types" "^7.26.0"
279+
"@babel/template" "^7.26.9"
280+
"@babel/types" "^7.26.10"
281281

282282
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.5", "@babel/parser@^7.20.7", "@babel/parser@^7.23.0", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
283283
version "7.26.5"
@@ -286,6 +286,13 @@
286286
dependencies:
287287
"@babel/types" "^7.26.5"
288288

289+
"@babel/parser@^7.26.9":
290+
version "7.26.10"
291+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
292+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
293+
dependencies:
294+
"@babel/types" "^7.26.10"
295+
289296
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
290297
version "7.25.9"
291298
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"
@@ -1103,17 +1110,10 @@
11031110
"@babel/plugin-transform-modules-commonjs" "^7.25.9"
11041111
"@babel/plugin-transform-typescript" "^7.25.9"
11051112

1106-
"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1107-
version "7.26.0"
1108-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1109-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
1110-
dependencies:
1111-
regenerator-runtime "^0.14.0"
1112-
1113-
"@babel/runtime@^7.20.13":
1114-
version "7.26.7"
1115-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.7.tgz#f4e7fe527cd710f8dc0618610b61b4b060c3c341"
1116-
integrity sha512-AOPI3D+a8dXnja+iwsUqGRjr1BbZIe771sXdapOtYI531gSqpi92vXivKcq2asu/DFpdl1ceFAKZyRzK2PCVcQ==
1113+
"@babel/[email protected]", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1114+
version "7.26.10"
1115+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1116+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
11171117
dependencies:
11181118
regenerator-runtime "^0.14.0"
11191119

@@ -1126,6 +1126,15 @@
11261126
"@babel/parser" "^7.25.9"
11271127
"@babel/types" "^7.25.9"
11281128

1129+
"@babel/template@^7.26.9":
1130+
version "7.26.9"
1131+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
1132+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
1133+
dependencies:
1134+
"@babel/code-frame" "^7.26.2"
1135+
"@babel/parser" "^7.26.9"
1136+
"@babel/types" "^7.26.9"
1137+
11291138
11301139
version "7.23.2"
11311140
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1171,6 +1180,14 @@
11711180
"@babel/helper-string-parser" "^7.25.9"
11721181
"@babel/helper-validator-identifier" "^7.25.9"
11731182

1183+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
1184+
version "7.26.10"
1185+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1186+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1187+
dependencies:
1188+
"@babel/helper-string-parser" "^7.25.9"
1189+
"@babel/helper-validator-identifier" "^7.25.9"
1190+
11741191
"@bcoe/v8-coverage@^0.2.3":
11751192
version "0.2.3"
11761193
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)