Skip to content

Commit dfd7fb3

Browse files
chore(dev-deps): update dependency @babel/core to v7.26.10 (#553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4db25e9 commit dfd7fb3

File tree

2 files changed

+48
-33
lines changed

2 files changed

+48
-33
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@imgix/js-core": "^3.7.0"
4444
},
4545
"devDependencies": {
46-
"@babel/core": "7.26.9",
46+
"@babel/core": "7.26.10",
4747
"@google/semantic-release-replace-plugin": "1.2.7",
4848
"@rollup/plugin-buble": "1.0.3",
4949
"@rollup/plugin-commonjs": "28.0.3",

yarn.lock

+47-32
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,38 @@
3636
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
3737
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
3838

39-
"@babel/[email protected].9":
40-
version "7.26.9"
41-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
42-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
39+
"@babel/[email protected].10":
40+
version "7.26.10"
41+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
42+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
4343
dependencies:
4444
"@ampproject/remapping" "^2.2.0"
4545
"@babel/code-frame" "^7.26.2"
46-
"@babel/generator" "^7.26.9"
46+
"@babel/generator" "^7.26.10"
4747
"@babel/helper-compilation-targets" "^7.26.5"
4848
"@babel/helper-module-transforms" "^7.26.0"
49-
"@babel/helpers" "^7.26.9"
50-
"@babel/parser" "^7.26.9"
49+
"@babel/helpers" "^7.26.10"
50+
"@babel/parser" "^7.26.10"
5151
"@babel/template" "^7.26.9"
52-
"@babel/traverse" "^7.26.9"
53-
"@babel/types" "^7.26.9"
52+
"@babel/traverse" "^7.26.10"
53+
"@babel/types" "^7.26.10"
5454
convert-source-map "^2.0.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
5757
json5 "^2.2.3"
5858
semver "^6.3.1"
5959

60+
"@babel/generator@^7.26.10":
61+
version "7.26.10"
62+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
63+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
64+
dependencies:
65+
"@babel/parser" "^7.26.10"
66+
"@babel/types" "^7.26.10"
67+
"@jridgewell/gen-mapping" "^0.3.5"
68+
"@jridgewell/trace-mapping" "^0.3.25"
69+
jsesc "^3.0.2"
70+
6071
"@babel/generator@^7.26.3":
6172
version "7.26.3"
6273
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.3.tgz#ab8d4360544a425c90c248df7059881f4b2ce019"
@@ -68,17 +79,6 @@
6879
"@jridgewell/trace-mapping" "^0.3.25"
6980
jsesc "^3.0.2"
7081

71-
"@babel/generator@^7.26.9":
72-
version "7.26.9"
73-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
74-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
75-
dependencies:
76-
"@babel/parser" "^7.26.9"
77-
"@babel/types" "^7.26.9"
78-
"@jridgewell/gen-mapping" "^0.3.5"
79-
"@jridgewell/trace-mapping" "^0.3.25"
80-
jsesc "^3.0.2"
81-
8282
"@babel/helper-compilation-targets@^7.26.5":
8383
version "7.26.5"
8484
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
@@ -139,13 +139,13 @@
139139
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
140140
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
141141

142-
"@babel/helpers@^7.26.9":
143-
version "7.26.9"
144-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
145-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
142+
"@babel/helpers@^7.26.10":
143+
version "7.26.10"
144+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
145+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
146146
dependencies:
147147
"@babel/template" "^7.26.9"
148-
"@babel/types" "^7.26.9"
148+
"@babel/types" "^7.26.10"
149149

150150
"@babel/highlight@^7.18.6":
151151
version "7.18.6"
@@ -163,6 +163,13 @@
163163
dependencies:
164164
"@babel/types" "^7.26.3"
165165

166+
"@babel/parser@^7.26.10":
167+
version "7.26.10"
168+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
169+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
170+
dependencies:
171+
"@babel/types" "^7.26.10"
172+
166173
"@babel/parser@^7.26.9":
167174
version "7.26.9"
168175
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
@@ -216,16 +223,16 @@
216223
debug "^4.3.1"
217224
globals "^11.1.0"
218225

219-
"@babel/traverse@^7.26.9":
220-
version "7.26.9"
221-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
222-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
226+
"@babel/traverse@^7.26.10":
227+
version "7.26.10"
228+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
229+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
223230
dependencies:
224231
"@babel/code-frame" "^7.26.2"
225-
"@babel/generator" "^7.26.9"
226-
"@babel/parser" "^7.26.9"
232+
"@babel/generator" "^7.26.10"
233+
"@babel/parser" "^7.26.10"
227234
"@babel/template" "^7.26.9"
228-
"@babel/types" "^7.26.9"
235+
"@babel/types" "^7.26.10"
229236
debug "^4.3.1"
230237
globals "^11.1.0"
231238

@@ -246,6 +253,14 @@
246253
"@babel/helper-string-parser" "^7.25.9"
247254
"@babel/helper-validator-identifier" "^7.25.9"
248255

256+
"@babel/types@^7.26.10":
257+
version "7.26.10"
258+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
259+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
260+
dependencies:
261+
"@babel/helper-string-parser" "^7.25.9"
262+
"@babel/helper-validator-identifier" "^7.25.9"
263+
249264
"@babel/types@^7.26.9":
250265
version "7.26.9"
251266
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"

0 commit comments

Comments
 (0)