Skip to content

Commit 38593b4

Browse files
Bump @babel/preset-typescript in /DigitalLearningSolutions.Web
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.27.0 to 7.28.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-version: 7.28.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c56e4b commit 38593b4

File tree

2 files changed

+99
-86
lines changed

2 files changed

+99
-86
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@babel/core": "^7.28.4",
3939
"@babel/preset-env": "^7.28.3",
40-
"@babel/preset-typescript": "^7.27.0",
40+
"@babel/preset-typescript": "^7.28.5",
4141
"@types/dompurify": "^2.3.3",
4242
"@types/jest": "^27.5.2",
4343
"@types/js-cookie": "^3.0.6",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 98 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,24 @@
4848
"@jridgewell/trace-mapping" "^0.3.28"
4949
jsesc "^3.0.2"
5050

51+
"@babel/generator@^7.28.5":
52+
version "7.28.5"
53+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
54+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
55+
dependencies:
56+
"@babel/parser" "^7.28.5"
57+
"@babel/types" "^7.28.5"
58+
"@jridgewell/gen-mapping" "^0.3.12"
59+
"@jridgewell/trace-mapping" "^0.3.28"
60+
jsesc "^3.0.2"
61+
5162
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.27.3":
5263
version "7.27.3"
5364
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
5465
integrity sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==
5566
dependencies:
5667
"@babel/types" "^7.27.3"
5768

58-
"@babel/helper-annotate-as-pure@^7.25.9":
59-
version "7.25.9"
60-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
61-
integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
62-
dependencies:
63-
"@babel/types" "^7.25.9"
64-
6569
"@babel/helper-annotate-as-pure@^7.27.1":
6670
version "7.27.1"
6771
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz#4345d81a9a46a6486e24d069469f13e60445c05d"
@@ -80,19 +84,6 @@
8084
lru-cache "^5.1.1"
8185
semver "^6.3.1"
8286

83-
"@babel/helper-create-class-features-plugin@^7.27.0":
84-
version "7.27.0"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz#518fad6a307c6a96f44af14912b2c20abe9bfc30"
86-
integrity sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==
87-
dependencies:
88-
"@babel/helper-annotate-as-pure" "^7.25.9"
89-
"@babel/helper-member-expression-to-functions" "^7.25.9"
90-
"@babel/helper-optimise-call-expression" "^7.25.9"
91-
"@babel/helper-replace-supers" "^7.26.5"
92-
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
93-
"@babel/traverse" "^7.27.0"
94-
semver "^6.3.1"
95-
9687
"@babel/helper-create-class-features-plugin@^7.27.1":
9788
version "7.27.1"
9889
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
@@ -119,6 +110,19 @@
119110
"@babel/traverse" "^7.28.3"
120111
semver "^6.3.1"
121112

113+
"@babel/helper-create-class-features-plugin@^7.28.5":
114+
version "7.28.5"
115+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
116+
integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==
117+
dependencies:
118+
"@babel/helper-annotate-as-pure" "^7.27.3"
119+
"@babel/helper-member-expression-to-functions" "^7.28.5"
120+
"@babel/helper-optimise-call-expression" "^7.27.1"
121+
"@babel/helper-replace-supers" "^7.27.1"
122+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
123+
"@babel/traverse" "^7.28.5"
124+
semver "^6.3.1"
125+
122126
"@babel/helper-create-regexp-features-plugin@^7.18.6":
123127
version "7.21.8"
124128
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz#a7886f61c2e29e21fd4aaeaf1e473deba6b571dc"
@@ -153,14 +157,6 @@
153157
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
154158
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
155159

156-
"@babel/helper-member-expression-to-functions@^7.25.9":
157-
version "7.25.9"
158-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
159-
integrity sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==
160-
dependencies:
161-
"@babel/traverse" "^7.25.9"
162-
"@babel/types" "^7.25.9"
163-
164160
"@babel/helper-member-expression-to-functions@^7.27.1":
165161
version "7.27.1"
166162
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -169,6 +165,14 @@
169165
"@babel/traverse" "^7.27.1"
170166
"@babel/types" "^7.27.1"
171167

168+
"@babel/helper-member-expression-to-functions@^7.28.5":
169+
version "7.28.5"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
171+
integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==
172+
dependencies:
173+
"@babel/traverse" "^7.28.5"
174+
"@babel/types" "^7.28.5"
175+
172176
"@babel/helper-module-imports@^7.27.1":
173177
version "7.27.1"
174178
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
@@ -186,21 +190,14 @@
186190
"@babel/helper-validator-identifier" "^7.27.1"
187191
"@babel/traverse" "^7.28.3"
188192

189-
"@babel/helper-optimise-call-expression@^7.25.9":
190-
version "7.25.9"
191-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
192-
integrity sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==
193-
dependencies:
194-
"@babel/types" "^7.25.9"
195-
196193
"@babel/helper-optimise-call-expression@^7.27.1":
197194
version "7.27.1"
198195
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
199196
integrity sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==
200197
dependencies:
201198
"@babel/types" "^7.27.1"
202199

203-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0":
200+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.8.0":
204201
version "7.27.1"
205202
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
206203
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
@@ -214,15 +211,6 @@
214211
"@babel/helper-wrap-function" "^7.27.1"
215212
"@babel/traverse" "^7.27.1"
216213

217-
"@babel/helper-replace-supers@^7.26.5":
218-
version "7.26.5"
219-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d"
220-
integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==
221-
dependencies:
222-
"@babel/helper-member-expression-to-functions" "^7.25.9"
223-
"@babel/helper-optimise-call-expression" "^7.25.9"
224-
"@babel/traverse" "^7.26.5"
225-
226214
"@babel/helper-replace-supers@^7.27.1":
227215
version "7.27.1"
228216
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.27.1.tgz#b1ed2d634ce3bdb730e4b52de30f8cccfd692bc0"
@@ -232,14 +220,6 @@
232220
"@babel/helper-optimise-call-expression" "^7.27.1"
233221
"@babel/traverse" "^7.27.1"
234222

235-
"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
236-
version "7.25.9"
237-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
238-
integrity sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==
239-
dependencies:
240-
"@babel/traverse" "^7.25.9"
241-
"@babel/types" "^7.25.9"
242-
243223
"@babel/helper-skip-transparent-expression-wrappers@^7.27.1":
244224
version "7.27.1"
245225
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz#62bb91b3abba8c7f1fec0252d9dbea11b3ee7a56"
@@ -258,7 +238,12 @@
258238
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
259239
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
260240

261-
"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1":
241+
"@babel/helper-validator-identifier@^7.28.5":
242+
version "7.28.5"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
244+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
245+
246+
"@babel/helper-validator-option@^7.27.1":
262247
version "7.27.1"
263248
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
264249
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
@@ -287,6 +272,13 @@
287272
dependencies:
288273
"@babel/types" "^7.28.4"
289274

275+
"@babel/parser@^7.28.5":
276+
version "7.28.5"
277+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
278+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
279+
dependencies:
280+
"@babel/types" "^7.28.5"
281+
290282
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
291283
version "7.27.1"
292284
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -387,12 +379,12 @@
387379
dependencies:
388380
"@babel/helper-plugin-utils" "^7.8.0"
389381

390-
"@babel/plugin-syntax-jsx@^7.25.9":
391-
version "7.25.9"
392-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
393-
integrity sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==
382+
"@babel/plugin-syntax-jsx@^7.27.1":
383+
version "7.27.1"
384+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c"
385+
integrity sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==
394386
dependencies:
395-
"@babel/helper-plugin-utils" "^7.25.9"
387+
"@babel/helper-plugin-utils" "^7.27.1"
396388

397389
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
398390
version "7.10.4"
@@ -450,12 +442,12 @@
450442
dependencies:
451443
"@babel/helper-plugin-utils" "^7.14.5"
452444

453-
"@babel/plugin-syntax-typescript@^7.25.9":
454-
version "7.25.9"
455-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz#67dda2b74da43727cf21d46cf9afef23f4365399"
456-
integrity sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==
445+
"@babel/plugin-syntax-typescript@^7.27.1":
446+
version "7.27.1"
447+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.27.1.tgz#5147d29066a793450f220c63fa3a9431b7e6dd18"
448+
integrity sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==
457449
dependencies:
458-
"@babel/helper-plugin-utils" "^7.25.9"
450+
"@babel/helper-plugin-utils" "^7.27.1"
459451

460452
"@babel/plugin-syntax-typescript@^7.7.2":
461453
version "7.17.12"
@@ -660,7 +652,7 @@
660652
"@babel/helper-module-transforms" "^7.27.1"
661653
"@babel/helper-plugin-utils" "^7.27.1"
662654

663-
"@babel/plugin-transform-modules-commonjs@^7.26.3", "@babel/plugin-transform-modules-commonjs@^7.27.1":
655+
"@babel/plugin-transform-modules-commonjs@^7.27.1":
664656
version "7.27.1"
665657
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.27.1.tgz#8e44ed37c2787ecc23bdc367f49977476614e832"
666658
integrity sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==
@@ -838,16 +830,16 @@
838830
dependencies:
839831
"@babel/helper-plugin-utils" "^7.27.1"
840832

841-
"@babel/plugin-transform-typescript@^7.27.0":
842-
version "7.27.0"
843-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz#a29fd3481da85601c7e34091296e9746d2cccba8"
844-
integrity sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==
833+
"@babel/plugin-transform-typescript@^7.28.5":
834+
version "7.28.5"
835+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
836+
integrity sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==
845837
dependencies:
846-
"@babel/helper-annotate-as-pure" "^7.25.9"
847-
"@babel/helper-create-class-features-plugin" "^7.27.0"
848-
"@babel/helper-plugin-utils" "^7.26.5"
849-
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
850-
"@babel/plugin-syntax-typescript" "^7.25.9"
838+
"@babel/helper-annotate-as-pure" "^7.27.3"
839+
"@babel/helper-create-class-features-plugin" "^7.28.5"
840+
"@babel/helper-plugin-utils" "^7.27.1"
841+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
842+
"@babel/plugin-syntax-typescript" "^7.27.1"
851843

852844
"@babel/plugin-transform-unicode-escapes@^7.27.1":
853845
version "7.27.1"
@@ -965,16 +957,16 @@
965957
"@babel/types" "^7.4.4"
966958
esutils "^2.0.2"
967959

968-
"@babel/preset-typescript@^7.27.0":
969-
version "7.27.0"
970-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz#4dcb8827225975f4290961b0b089f9c694ca50c7"
971-
integrity sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==
960+
"@babel/preset-typescript@^7.28.5":
961+
version "7.28.5"
962+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
963+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
972964
dependencies:
973-
"@babel/helper-plugin-utils" "^7.26.5"
974-
"@babel/helper-validator-option" "^7.25.9"
975-
"@babel/plugin-syntax-jsx" "^7.25.9"
976-
"@babel/plugin-transform-modules-commonjs" "^7.26.3"
977-
"@babel/plugin-transform-typescript" "^7.27.0"
965+
"@babel/helper-plugin-utils" "^7.27.1"
966+
"@babel/helper-validator-option" "^7.27.1"
967+
"@babel/plugin-syntax-jsx" "^7.27.1"
968+
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
969+
"@babel/plugin-transform-typescript" "^7.28.5"
978970

979971
"@babel/regjsgen@^0.8.0":
980972
version "0.8.0"
@@ -997,7 +989,7 @@
997989
"@babel/parser" "^7.27.2"
998990
"@babel/types" "^7.27.1"
999991

1000-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.7.2":
992+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4", "@babel/traverse@^7.7.2":
1001993
version "7.28.4"
1002994
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1003995
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
@@ -1010,14 +1002,35 @@
10101002
"@babel/types" "^7.28.4"
10111003
debug "^4.3.1"
10121004

1013-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1005+
"@babel/traverse@^7.28.5":
1006+
version "7.28.5"
1007+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
1008+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
1009+
dependencies:
1010+
"@babel/code-frame" "^7.27.1"
1011+
"@babel/generator" "^7.28.5"
1012+
"@babel/helper-globals" "^7.28.0"
1013+
"@babel/parser" "^7.28.5"
1014+
"@babel/template" "^7.27.2"
1015+
"@babel/types" "^7.28.5"
1016+
debug "^4.3.1"
1017+
1018+
"@babel/types@^7.0.0", "@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.3.3", "@babel/types@^7.4.4":
10141019
version "7.28.4"
10151020
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
10161021
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
10171022
dependencies:
10181023
"@babel/helper-string-parser" "^7.27.1"
10191024
"@babel/helper-validator-identifier" "^7.27.1"
10201025

1026+
"@babel/types@^7.28.5":
1027+
version "7.28.5"
1028+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1029+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1030+
dependencies:
1031+
"@babel/helper-string-parser" "^7.27.1"
1032+
"@babel/helper-validator-identifier" "^7.28.5"
1033+
10211034
"@bcoe/v8-coverage@^0.2.3":
10221035
version "0.2.3"
10231036
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)