Skip to content

Commit ff8df34

Browse files
Bump @babel/preset-env in /DigitalLearningSolutions.Web
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.28.0 to 7.28.3. - [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.3/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.28.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 814e27b commit ff8df34

File tree

2 files changed

+80
-28
lines changed

2 files changed

+80
-28
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.28.0",
39-
"@babel/preset-env": "^7.28.0",
39+
"@babel/preset-env": "^7.28.3",
4040
"@babel/preset-typescript": "^7.27.0",
4141
"@types/dompurify": "^2.3.3",
4242
"@types/jest": "^27.5.2",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 79 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@
5656
"@jridgewell/trace-mapping" "^0.3.28"
5757
jsesc "^3.0.2"
5858

59+
"@babel/generator@^7.28.3":
60+
version "7.28.3"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
62+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
63+
dependencies:
64+
"@babel/parser" "^7.28.3"
65+
"@babel/types" "^7.28.2"
66+
"@jridgewell/gen-mapping" "^0.3.12"
67+
"@jridgewell/trace-mapping" "^0.3.28"
68+
jsesc "^3.0.2"
69+
5970
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.27.3":
6071
version "7.27.3"
6172
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
@@ -114,6 +125,19 @@
114125
"@babel/traverse" "^7.27.1"
115126
semver "^6.3.1"
116127

128+
"@babel/helper-create-class-features-plugin@^7.28.3":
129+
version "7.28.3"
130+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.3.tgz#3e747434ea007910c320c4d39a6b46f20f371d46"
131+
integrity sha512-V9f6ZFIYSLNEbuGA/92uOvYsGCJNsuA8ESZ4ldc09bWk/j8H8TKiPw8Mk1eG6olpnO0ALHJmYfZvF4MEE4gajg==
132+
dependencies:
133+
"@babel/helper-annotate-as-pure" "^7.27.3"
134+
"@babel/helper-member-expression-to-functions" "^7.27.1"
135+
"@babel/helper-optimise-call-expression" "^7.27.1"
136+
"@babel/helper-replace-supers" "^7.27.1"
137+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
138+
"@babel/traverse" "^7.28.3"
139+
semver "^6.3.1"
140+
117141
"@babel/helper-create-regexp-features-plugin@^7.18.6":
118142
version "7.21.8"
119143
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz#a7886f61c2e29e21fd4aaeaf1e473deba6b571dc"
@@ -282,6 +306,13 @@
282306
dependencies:
283307
"@babel/types" "^7.28.0"
284308

309+
"@babel/parser@^7.28.3":
310+
version "7.28.3"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
312+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
313+
dependencies:
314+
"@babel/types" "^7.28.2"
315+
285316
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
286317
version "7.27.1"
287318
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"
@@ -313,13 +344,13 @@
313344
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
314345
"@babel/plugin-transform-optional-chaining" "^7.27.1"
315346

316-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.27.1":
317-
version "7.27.1"
318-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.27.1.tgz#bb1c25af34d75115ce229a1de7fa44bf8f955670"
319-
integrity sha512-6BpaYGDavZqkI6yT+KSPdpZFfpnd68UKXbcjI9pJ13pvHhPrCKWOOLp+ysvMeA+DxnhuPpgIaRpxRxo5A9t5jw==
347+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.28.3":
348+
version "7.28.3"
349+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.3.tgz#373f6e2de0016f73caf8f27004f61d167743742a"
350+
integrity sha512-b6YTX108evsvE4YgWyQ921ZAFFQm3Bn+CA3+ZXlNVnPhx+UfsVURoPjfGAPCjBgrqo30yX/C2nZGX96DxvR9Iw==
320351
dependencies:
321352
"@babel/helper-plugin-utils" "^7.27.1"
322-
"@babel/traverse" "^7.27.1"
353+
"@babel/traverse" "^7.28.3"
323354

324355
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
325356
version "7.21.0-placeholder-for-preset-env.2"
@@ -514,25 +545,25 @@
514545
"@babel/helper-create-class-features-plugin" "^7.27.1"
515546
"@babel/helper-plugin-utils" "^7.27.1"
516547

517-
"@babel/plugin-transform-class-static-block@^7.27.1":
518-
version "7.27.1"
519-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.27.1.tgz#7e920d5625b25bbccd3061aefbcc05805ed56ce4"
520-
integrity sha512-s734HmYU78MVzZ++joYM+NkJusItbdRcbm+AGRgJCt3iA+yux0QpD9cBVdz3tKyrjVYWRl7j0mHSmv4lhV0aoA==
548+
"@babel/plugin-transform-class-static-block@^7.28.3":
549+
version "7.28.3"
550+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.3.tgz#d1b8e69b54c9993bc558203e1f49bfc979bfd852"
551+
integrity sha512-LtPXlBbRoc4Njl/oh1CeD/3jC+atytbnf/UqLoqTDcEYGUPj022+rvfkbDYieUrSj3CaV4yHDByPE+T2HwfsJg==
521552
dependencies:
522-
"@babel/helper-create-class-features-plugin" "^7.27.1"
553+
"@babel/helper-create-class-features-plugin" "^7.28.3"
523554
"@babel/helper-plugin-utils" "^7.27.1"
524555

525-
"@babel/plugin-transform-classes@^7.28.0":
526-
version "7.28.0"
527-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.0.tgz#12fa46cffc32a6e084011b650539e880add8a0f8"
528-
integrity sha512-IjM1IoJNw72AZFlj33Cu8X0q2XK/6AaVC3jQu+cgQ5lThWD5ajnuUAml80dqRmOhmPkTH8uAwnpMu9Rvj0LTRA==
556+
"@babel/plugin-transform-classes@^7.28.3":
557+
version "7.28.3"
558+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.3.tgz#598297260343d0edbd51cb5f5075e07dee91963a"
559+
integrity sha512-DoEWC5SuxuARF2KdKmGUq3ghfPMO6ZzR12Dnp5gubwbeWJo4dbNWXJPVlwvh4Zlq6Z7YVvL8VFxeSOJgjsx4Sg==
529560
dependencies:
530561
"@babel/helper-annotate-as-pure" "^7.27.3"
531562
"@babel/helper-compilation-targets" "^7.27.2"
532563
"@babel/helper-globals" "^7.28.0"
533564
"@babel/helper-plugin-utils" "^7.27.1"
534565
"@babel/helper-replace-supers" "^7.27.1"
535-
"@babel/traverse" "^7.28.0"
566+
"@babel/traverse" "^7.28.3"
536567

537568
"@babel/plugin-transform-computed-properties@^7.27.1":
538569
version "7.27.1"
@@ -775,10 +806,10 @@
775806
dependencies:
776807
"@babel/helper-plugin-utils" "^7.27.1"
777808

778-
"@babel/plugin-transform-regenerator@^7.28.0":
779-
version "7.28.0"
780-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.0.tgz#f19ca3558f7121924fc4ba6cd2afe3a5cdac89b1"
781-
integrity sha512-LOAozRVbqxEVjSKfhGnuLoE4Kz4Oc5UJzuvFUhSsQzdCdaAQu06mG8zDv2GFSerM62nImUZ7K92vxnQcLSDlCQ==
809+
"@babel/plugin-transform-regenerator@^7.28.3":
810+
version "7.28.3"
811+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.28.3.tgz#b8eee0f8aed37704bbcc932fd0b1a0a34d0b7344"
812+
integrity sha512-K3/M/a4+ESb5LEldjQb+XSrpY0nF+ZBFlTCbSnKaYAMfD8v33O6PMs4uYnOk19HlcsI8WMu3McdFPTiQHF/1/A==
782813
dependencies:
783814
"@babel/helper-plugin-utils" "^7.27.1"
784815

@@ -875,10 +906,10 @@
875906
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
876907
"@babel/helper-plugin-utils" "^7.27.1"
877908

878-
"@babel/preset-env@^7.28.0":
879-
version "7.28.0"
880-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.0.tgz#d23a6bc17b43227d11db77081a0779c706b5569c"
881-
integrity sha512-VmaxeGOwuDqzLl5JUkIRM1X2Qu2uKGxHEQWh+cvvbl7JuJRgKGJSfsEF/bUaxFhJl/XAyxBe7q7qSuTbKFuCyg==
909+
"@babel/preset-env@^7.28.3":
910+
version "7.28.3"
911+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.28.3.tgz#2b18d9aff9e69643789057ae4b942b1654f88187"
912+
integrity sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==
882913
dependencies:
883914
"@babel/compat-data" "^7.28.0"
884915
"@babel/helper-compilation-targets" "^7.27.2"
@@ -888,7 +919,7 @@
888919
"@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.27.1"
889920
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.27.1"
890921
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.27.1"
891-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.27.1"
922+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.28.3"
892923
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
893924
"@babel/plugin-syntax-import-assertions" "^7.27.1"
894925
"@babel/plugin-syntax-import-attributes" "^7.27.1"
@@ -899,8 +930,8 @@
899930
"@babel/plugin-transform-block-scoped-functions" "^7.27.1"
900931
"@babel/plugin-transform-block-scoping" "^7.28.0"
901932
"@babel/plugin-transform-class-properties" "^7.27.1"
902-
"@babel/plugin-transform-class-static-block" "^7.27.1"
903-
"@babel/plugin-transform-classes" "^7.28.0"
933+
"@babel/plugin-transform-class-static-block" "^7.28.3"
934+
"@babel/plugin-transform-classes" "^7.28.3"
904935
"@babel/plugin-transform-computed-properties" "^7.27.1"
905936
"@babel/plugin-transform-destructuring" "^7.28.0"
906937
"@babel/plugin-transform-dotall-regex" "^7.27.1"
@@ -932,7 +963,7 @@
932963
"@babel/plugin-transform-private-methods" "^7.27.1"
933964
"@babel/plugin-transform-private-property-in-object" "^7.27.1"
934965
"@babel/plugin-transform-property-literals" "^7.27.1"
935-
"@babel/plugin-transform-regenerator" "^7.28.0"
966+
"@babel/plugin-transform-regenerator" "^7.28.3"
936967
"@babel/plugin-transform-regexp-modifiers" "^7.27.1"
937968
"@babel/plugin-transform-reserved-words" "^7.27.1"
938969
"@babel/plugin-transform-shorthand-properties" "^7.27.1"
@@ -1005,6 +1036,19 @@
10051036
"@babel/types" "^7.28.0"
10061037
debug "^4.3.1"
10071038

1039+
"@babel/traverse@^7.28.3":
1040+
version "7.28.3"
1041+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1042+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1043+
dependencies:
1044+
"@babel/code-frame" "^7.27.1"
1045+
"@babel/generator" "^7.28.3"
1046+
"@babel/helper-globals" "^7.28.0"
1047+
"@babel/parser" "^7.28.3"
1048+
"@babel/template" "^7.27.2"
1049+
"@babel/types" "^7.28.2"
1050+
debug "^4.3.1"
1051+
10081052
"@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.27.6", "@babel/types@^7.28.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10091053
version "7.28.0"
10101054
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
@@ -1013,6 +1057,14 @@
10131057
"@babel/helper-string-parser" "^7.27.1"
10141058
"@babel/helper-validator-identifier" "^7.27.1"
10151059

1060+
"@babel/types@^7.28.2":
1061+
version "7.28.2"
1062+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1063+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1064+
dependencies:
1065+
"@babel/helper-string-parser" "^7.27.1"
1066+
"@babel/helper-validator-identifier" "^7.27.1"
1067+
10161068
"@bcoe/v8-coverage@^0.2.3":
10171069
version "0.2.3"
10181070
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)