Skip to content

Commit 41f88c0

Browse files
authoredMar 11, 2025··
Update dependency @babel/core to v7.26.10
1 parent 0b28fd3 commit 41f88c0

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed
 

‎ember-stargate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"tracked-built-ins": "^3.3.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.26.9",
45+
"@babel/core": "7.26.10",
4646
"@babel/preset-typescript": "7.26.0",
4747
"@babel/plugin-proposal-class-properties": "7.18.6",
4848
"@babel/plugin-proposal-decorators": "7.25.9",

‎test-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test:ember": "ember test"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "7.26.9",
29+
"@babel/core": "7.26.10",
3030
"@ember/optional-features": "2.2.0",
3131
"@ember/string": "4.0.1",
3232
"@ember/test-helpers": "4.0.5",

‎yarn.lock

+36-36
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@
3535
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
3636
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
3737

38-
"@babel/core@7.26.9", "@babel/core@^7.12.0", "@babel/core@^7.14.5", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.23.6", "@babel/core@^7.24.4", "@babel/core@^7.3.4":
39-
version "7.26.9"
40-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2"
41-
integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==
38+
"@babel/core@7.26.10", "@babel/core@^7.12.0", "@babel/core@^7.14.5", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.23.6", "@babel/core@^7.24.4", "@babel/core@^7.3.4":
39+
version "7.26.10"
40+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
41+
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
4242
dependencies:
4343
"@ampproject/remapping" "^2.2.0"
4444
"@babel/code-frame" "^7.26.2"
45-
"@babel/generator" "^7.26.9"
45+
"@babel/generator" "^7.26.10"
4646
"@babel/helper-compilation-targets" "^7.26.5"
4747
"@babel/helper-module-transforms" "^7.26.0"
48-
"@babel/helpers" "^7.26.9"
49-
"@babel/parser" "^7.26.9"
48+
"@babel/helpers" "^7.26.10"
49+
"@babel/parser" "^7.26.10"
5050
"@babel/template" "^7.26.9"
51-
"@babel/traverse" "^7.26.9"
52-
"@babel/types" "^7.26.9"
51+
"@babel/traverse" "^7.26.10"
52+
"@babel/types" "^7.26.10"
5353
convert-source-map "^2.0.0"
5454
debug "^4.1.0"
5555
gensync "^1.0.0-beta.2"
@@ -65,13 +65,13 @@
6565
eslint-visitor-keys "^2.1.0"
6666
semver "^6.3.1"
6767

68-
"@babel/generator@^7.26.9":
69-
version "7.26.9"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca"
71-
integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==
68+
"@babel/generator@^7.26.10", "@babel/generator@^7.26.9":
69+
version "7.26.10"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
71+
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
7272
dependencies:
73-
"@babel/parser" "^7.26.9"
74-
"@babel/types" "^7.26.9"
73+
"@babel/parser" "^7.26.10"
74+
"@babel/types" "^7.26.10"
7575
"@jridgewell/gen-mapping" "^0.3.5"
7676
"@jridgewell/trace-mapping" "^0.3.25"
7777
jsesc "^3.0.2"
@@ -214,20 +214,20 @@
214214
"@babel/traverse" "^7.25.9"
215215
"@babel/types" "^7.25.9"
216216

217-
"@babel/helpers@^7.26.9":
218-
version "7.26.9"
219-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
220-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
217+
"@babel/helpers@^7.26.10":
218+
version "7.26.10"
219+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
220+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
221221
dependencies:
222222
"@babel/template" "^7.26.9"
223-
"@babel/types" "^7.26.9"
223+
"@babel/types" "^7.26.10"
224224

225-
"@babel/parser@^7.14.5", "@babel/parser@^7.21.8", "@babel/parser@^7.26.9", "@babel/parser@^7.4.5":
226-
version "7.26.9"
227-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5"
228-
integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==
225+
"@babel/parser@^7.14.5", "@babel/parser@^7.21.8", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9", "@babel/parser@^7.4.5":
226+
version "7.26.10"
227+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
228+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
229229
dependencies:
230-
"@babel/types" "^7.26.9"
230+
"@babel/types" "^7.26.10"
231231

232232
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
233233
version "7.25.9"
@@ -894,23 +894,23 @@
894894
"@babel/parser" "^7.26.9"
895895
"@babel/types" "^7.26.9"
896896

897-
"@babel/traverse@^7.14.5", "@babel/traverse@^7.22.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9", "@babel/traverse@^7.4.5":
898-
version "7.26.9"
899-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
900-
integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==
897+
"@babel/traverse@^7.14.5", "@babel/traverse@^7.22.8", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9", "@babel/traverse@^7.4.5":
898+
version "7.26.10"
899+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
900+
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
901901
dependencies:
902902
"@babel/code-frame" "^7.26.2"
903-
"@babel/generator" "^7.26.9"
904-
"@babel/parser" "^7.26.9"
903+
"@babel/generator" "^7.26.10"
904+
"@babel/parser" "^7.26.10"
905905
"@babel/template" "^7.26.9"
906-
"@babel/types" "^7.26.9"
906+
"@babel/types" "^7.26.10"
907907
debug "^4.3.1"
908908
globals "^11.1.0"
909909

910-
"@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.4.4":
911-
version "7.26.9"
912-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce"
913-
integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw==
910+
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.26.9", "@babel/types@^7.4.4":
911+
version "7.26.10"
912+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
913+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
914914
dependencies:
915915
"@babel/helper-string-parser" "^7.25.9"
916916
"@babel/helper-validator-identifier" "^7.25.9"

0 commit comments

Comments
 (0)
Please sign in to comment.