Skip to content

Commit 3444842

Browse files
chore(deps): update dependency @babel/core to v7.28.6
1 parent 6f3493d commit 3444842

2 files changed

Lines changed: 121 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"goober": "2.1.18"
3434
},
3535
"devDependencies": {
36-
"@babel/core": "7.28.5",
36+
"@babel/core": "7.28.6",
3737
"@storybook/addon-docs": "^10.1.11",
3838
"@storybook/addon-links": "10.1.11",
3939
"@storybook/addon-webpack5-compiler-swc": "4.0.2",

yarn.lock

Lines changed: 120 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,47 @@
1616
js-tokens "^4.0.0"
1717
picocolors "^1.1.1"
1818

19+
"@babel/code-frame@^7.28.6":
20+
version "7.28.6"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.28.6.tgz#72499312ec58b1e2245ba4a4f550c132be4982f7"
22+
integrity sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==
23+
dependencies:
24+
"@babel/helper-validator-identifier" "^7.28.5"
25+
js-tokens "^4.0.0"
26+
picocolors "^1.1.1"
27+
1928
"@babel/compat-data@^7.27.2", "@babel/compat-data@^7.27.7", "@babel/compat-data@^7.28.5":
2029
version "7.28.5"
2130
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
2231
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
2332

24-
"@babel/core@7.28.5", "@babel/core@^7.12.10", "@babel/core@^7.18.9", "@babel/core@^7.24.4", "@babel/core@^7.28.0":
33+
"@babel/compat-data@^7.28.6":
34+
version "7.28.6"
35+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c"
36+
integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==
37+
38+
"@babel/core@7.28.6":
39+
version "7.28.6"
40+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.6.tgz#531bf883a1126e53501ba46eb3bb414047af507f"
41+
integrity sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==
42+
dependencies:
43+
"@babel/code-frame" "^7.28.6"
44+
"@babel/generator" "^7.28.6"
45+
"@babel/helper-compilation-targets" "^7.28.6"
46+
"@babel/helper-module-transforms" "^7.28.6"
47+
"@babel/helpers" "^7.28.6"
48+
"@babel/parser" "^7.28.6"
49+
"@babel/template" "^7.28.6"
50+
"@babel/traverse" "^7.28.6"
51+
"@babel/types" "^7.28.6"
52+
"@jridgewell/remapping" "^2.3.5"
53+
convert-source-map "^2.0.0"
54+
debug "^4.1.0"
55+
gensync "^1.0.0-beta.2"
56+
json5 "^2.2.3"
57+
semver "^6.3.1"
58+
59+
"@babel/core@^7.12.10", "@babel/core@^7.18.9", "@babel/core@^7.24.4", "@babel/core@^7.28.0":
2560
version "7.28.5"
2661
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
2762
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
@@ -53,6 +88,17 @@
5388
"@jridgewell/trace-mapping" "^0.3.28"
5489
jsesc "^3.0.2"
5590

91+
"@babel/generator@^7.28.6":
92+
version "7.28.6"
93+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
94+
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
95+
dependencies:
96+
"@babel/parser" "^7.28.6"
97+
"@babel/types" "^7.28.6"
98+
"@jridgewell/gen-mapping" "^0.3.12"
99+
"@jridgewell/trace-mapping" "^0.3.28"
100+
jsesc "^3.0.2"
101+
56102
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
57103
version "7.27.3"
58104
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -71,6 +117,17 @@
71117
lru-cache "^5.1.1"
72118
semver "^6.3.1"
73119

120+
"@babel/helper-compilation-targets@^7.28.6":
121+
version "7.28.6"
122+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
123+
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
124+
dependencies:
125+
"@babel/compat-data" "^7.28.6"
126+
"@babel/helper-validator-option" "^7.27.1"
127+
browserslist "^4.24.0"
128+
lru-cache "^5.1.1"
129+
semver "^6.3.1"
130+
74131
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.3":
75132
version "7.28.5"
76133
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
@@ -125,6 +182,14 @@
125182
"@babel/traverse" "^7.27.1"
126183
"@babel/types" "^7.27.1"
127184

185+
"@babel/helper-module-imports@^7.28.6":
186+
version "7.28.6"
187+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
188+
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
189+
dependencies:
190+
"@babel/traverse" "^7.28.6"
191+
"@babel/types" "^7.28.6"
192+
128193
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
129194
version "7.28.3"
130195
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
@@ -134,6 +199,15 @@
134199
"@babel/helper-validator-identifier" "^7.27.1"
135200
"@babel/traverse" "^7.28.3"
136201

202+
"@babel/helper-module-transforms@^7.28.6":
203+
version "7.28.6"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
205+
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
206+
dependencies:
207+
"@babel/helper-module-imports" "^7.28.6"
208+
"@babel/helper-validator-identifier" "^7.28.5"
209+
"@babel/traverse" "^7.28.6"
210+
137211
"@babel/helper-optimise-call-expression@^7.27.1":
138212
version "7.27.1"
139213
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -204,13 +278,28 @@
204278
"@babel/template" "^7.27.2"
205279
"@babel/types" "^7.28.4"
206280

281+
"@babel/helpers@^7.28.6":
282+
version "7.28.6"
283+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
284+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
285+
dependencies:
286+
"@babel/template" "^7.28.6"
287+
"@babel/types" "^7.28.6"
288+
207289
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.4", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5", "@babel/parser@^7.3.3":
208290
version "7.28.5"
209291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
210292
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
211293
dependencies:
212294
"@babel/types" "^7.28.5"
213295

296+
"@babel/parser@^7.28.6":
297+
version "7.28.6"
298+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd"
299+
integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==
300+
dependencies:
301+
"@babel/types" "^7.28.6"
302+
214303
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
215304
version "7.28.5"
216305
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -864,6 +953,15 @@
864953
"@babel/parser" "^7.27.2"
865954
"@babel/types" "^7.27.1"
866955

956+
"@babel/template@^7.28.6":
957+
version "7.28.6"
958+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.28.6.tgz#0e7e56ecedb78aeef66ce7972b082fce76a23e57"
959+
integrity sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==
960+
dependencies:
961+
"@babel/code-frame" "^7.28.6"
962+
"@babel/parser" "^7.28.6"
963+
"@babel/types" "^7.28.6"
964+
867965
"@babel/traverse@^7.18.9", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.5":
868966
version "7.28.5"
869967
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
@@ -877,6 +975,19 @@
877975
"@babel/types" "^7.28.5"
878976
debug "^4.3.1"
879977

978+
"@babel/traverse@^7.28.6":
979+
version "7.28.6"
980+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
981+
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
982+
dependencies:
983+
"@babel/code-frame" "^7.28.6"
984+
"@babel/generator" "^7.28.6"
985+
"@babel/helper-globals" "^7.28.0"
986+
"@babel/parser" "^7.28.6"
987+
"@babel/template" "^7.28.6"
988+
"@babel/types" "^7.28.6"
989+
debug "^4.3.1"
990+
880991
"@babel/types@^7.0.0", "@babel/types@^7.18.9", "@babel/types@^7.20.7", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.28.5", "@babel/types@^7.4.4":
881992
version "7.28.5"
882993
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
@@ -885,6 +996,14 @@
885996
"@babel/helper-string-parser" "^7.27.1"
886997
"@babel/helper-validator-identifier" "^7.28.5"
887998

999+
"@babel/types@^7.28.6":
1000+
version "7.28.6"
1001+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df"
1002+
integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==
1003+
dependencies:
1004+
"@babel/helper-string-parser" "^7.27.1"
1005+
"@babel/helper-validator-identifier" "^7.28.5"
1006+
8881007
"@esbuild/aix-ppc64@0.27.2":
8891008
version "0.27.2"
8901009
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.2.tgz#521cbd968dcf362094034947f76fa1b18d2d403c"

0 commit comments

Comments
 (0)