Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a4463b

Browse files
chore(deps): update dependency @babel/core to v7.26.10
1 parent 2c91e0c commit 2a4463b

File tree

2 files changed

+54
-39
lines changed

2 files changed

+54
-39
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"repository": "algolia/react-element-to-jsx-string",
3939
"devDependencies": {
4040
"@babel/cli": "7.26.4",
41-
"@babel/core": "7.26.9",
41+
"@babel/core": "7.26.10",
4242
"@babel/preset-env": "7.26.9",
4343
"@babel/preset-flow": "7.25.9",
4444
"@babel/preset-react": "7.26.3",

‎yarn.lock

Lines changed: 53 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@
6767
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
6868
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
6969

70-
"@babel/core@7.26.9":
71-
version "7.26.9"
72-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
73-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
70+
"@babel/core@7.26.10":
71+
version "7.26.10"
72+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
73+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
7474
dependencies:
7575
"@ampproject/remapping" "^2.2.0"
7676
"@babel/code-frame" "^7.26.2"
77-
"@babel/generator" "^7.26.9"
77+
"@babel/generator" "^7.26.10"
7878
"@babel/helper-compilation-targets" "^7.26.5"
7979
"@babel/helper-module-transforms" "^7.26.0"
80-
"@babel/helpers" "^7.26.9"
81-
"@babel/parser" "^7.26.9"
80+
"@babel/helpers" "^7.26.10"
81+
"@babel/parser" "^7.26.10"
8282
"@babel/template" "^7.26.9"
83-
"@babel/traverse" "^7.26.9"
84-
"@babel/types" "^7.26.9"
83+
"@babel/traverse" "^7.26.10"
84+
"@babel/types" "^7.26.10"
8585
convert-source-map "^2.0.0"
8686
debug "^4.1.0"
8787
gensync "^1.0.0-beta.2"
@@ -118,6 +118,17 @@
118118
"@jridgewell/gen-mapping" "^0.3.0"
119119
jsesc "^2.5.1"
120120

121+
"@babel/generator@^7.26.10":
122+
version "7.26.10"
123+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
124+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
125+
dependencies:
126+
"@babel/parser" "^7.26.10"
127+
"@babel/types" "^7.26.10"
128+
"@jridgewell/gen-mapping" "^0.3.5"
129+
"@jridgewell/trace-mapping" "^0.3.25"
130+
jsesc "^3.0.2"
131+
121132
"@babel/generator@^7.26.5":
122133
version "7.26.5"
123134
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
@@ -140,17 +151,6 @@
140151
"@jridgewell/trace-mapping" "^0.3.25"
141152
jsesc "^3.0.2"
142153

143-
"@babel/generator@^7.26.9":
144-
version "7.26.9"
145-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
146-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
147-
dependencies:
148-
"@babel/parser" "^7.26.9"
149-
"@babel/types" "^7.26.9"
150-
"@jridgewell/gen-mapping" "^0.3.5"
151-
"@jridgewell/trace-mapping" "^0.3.25"
152-
jsesc "^3.0.2"
153-
154154
"@babel/helper-annotate-as-pure@^7.18.6":
155155
version "7.18.6"
156156
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -437,13 +437,13 @@
437437
"@babel/traverse" "^7.17.9"
438438
"@babel/types" "^7.17.0"
439439

440-
"@babel/helpers@^7.26.9":
441-
version "7.26.9"
442-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
443-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
440+
"@babel/helpers@^7.26.10":
441+
version "7.26.10"
442+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
443+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
444444
dependencies:
445445
"@babel/template" "^7.26.9"
446-
"@babel/types" "^7.26.9"
446+
"@babel/types" "^7.26.10"
447447

448448
"@babel/highlight@^7.16.7":
449449
version "7.17.12"
@@ -466,6 +466,13 @@
466466
dependencies:
467467
"@babel/types" "^7.26.5"
468468

469+
"@babel/parser@^7.26.10":
470+
version "7.26.10"
471+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
472+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
473+
dependencies:
474+
"@babel/types" "^7.26.10"
475+
469476
"@babel/parser@^7.26.8":
470477
version "7.26.8"
471478
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2"
@@ -1256,6 +1263,19 @@
12561263
debug "^4.3.1"
12571264
globals "^11.1.0"
12581265

1266+
"@babel/traverse@^7.26.10":
1267+
version "7.26.10"
1268+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
1269+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
1270+
dependencies:
1271+
"@babel/code-frame" "^7.26.2"
1272+
"@babel/generator" "^7.26.10"
1273+
"@babel/parser" "^7.26.10"
1274+
"@babel/template" "^7.26.9"
1275+
"@babel/types" "^7.26.10"
1276+
debug "^4.3.1"
1277+
globals "^11.1.0"
1278+
12591279
"@babel/traverse@^7.26.8":
12601280
version "7.26.8"
12611281
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9"
@@ -1269,19 +1289,6 @@
12691289
debug "^4.3.1"
12701290
globals "^11.1.0"
12711291

1272-
"@babel/traverse@^7.26.9":
1273-
version "7.26.9"
1274-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
1275-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
1276-
dependencies:
1277-
"@babel/code-frame" "^7.26.2"
1278-
"@babel/generator" "^7.26.9"
1279-
"@babel/parser" "^7.26.9"
1280-
"@babel/template" "^7.26.9"
1281-
"@babel/types" "^7.26.9"
1282-
debug "^4.3.1"
1283-
globals "^11.1.0"
1284-
12851292
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
12861293
version "7.17.12"
12871294
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1306,6 +1313,14 @@
13061313
"@babel/helper-string-parser" "^7.25.9"
13071314
"@babel/helper-validator-identifier" "^7.25.9"
13081315

1316+
"@babel/types@^7.26.10":
1317+
version "7.26.10"
1318+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1319+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1320+
dependencies:
1321+
"@babel/helper-string-parser" "^7.25.9"
1322+
"@babel/helper-validator-identifier" "^7.25.9"
1323+
13091324
"@babel/types@^7.26.8":
13101325
version "7.26.8"
13111326
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /