Skip to content

Commit c8f173b

Browse files
Bump @babel/core from 7.27.7 to 7.28.0 in /DigitalLearningSolutions.Web (#3307)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.27.7 to 7.28.0. - [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.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e04fd8 commit c8f173b

File tree

2 files changed

+60
-34
lines changed

2 files changed

+60
-34
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"regenerator-runtime": "^0.14.1"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.27.7",
38+
"@babel/core": "^7.28.0",
3939
"@babel/preset-env": "^7.27.1",
4040
"@babel/preset-typescript": "^7.27.0",
4141
"@types/dompurify": "^2.3.3",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 59 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -29,36 +29,36 @@
2929
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
3030
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
3131

32-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.27.7":
33-
version "7.27.7"
34-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
35-
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
32+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.28.0":
33+
version "7.28.0"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
35+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
3636
dependencies:
3737
"@ampproject/remapping" "^2.2.0"
3838
"@babel/code-frame" "^7.27.1"
39-
"@babel/generator" "^7.27.5"
39+
"@babel/generator" "^7.28.0"
4040
"@babel/helper-compilation-targets" "^7.27.2"
4141
"@babel/helper-module-transforms" "^7.27.3"
4242
"@babel/helpers" "^7.27.6"
43-
"@babel/parser" "^7.27.7"
43+
"@babel/parser" "^7.28.0"
4444
"@babel/template" "^7.27.2"
45-
"@babel/traverse" "^7.27.7"
46-
"@babel/types" "^7.27.7"
45+
"@babel/traverse" "^7.28.0"
46+
"@babel/types" "^7.28.0"
4747
convert-source-map "^2.0.0"
4848
debug "^4.1.0"
4949
gensync "^1.0.0-beta.2"
5050
json5 "^2.2.3"
5151
semver "^6.3.1"
5252

53-
"@babel/generator@^7.27.5", "@babel/generator@^7.7.2":
54-
version "7.27.5"
55-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
56-
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
53+
"@babel/generator@^7.28.0", "@babel/generator@^7.7.2":
54+
version "7.28.0"
55+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
56+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
5757
dependencies:
58-
"@babel/parser" "^7.27.5"
59-
"@babel/types" "^7.27.3"
60-
"@jridgewell/gen-mapping" "^0.3.5"
61-
"@jridgewell/trace-mapping" "^0.3.25"
58+
"@babel/parser" "^7.28.0"
59+
"@babel/types" "^7.28.0"
60+
"@jridgewell/gen-mapping" "^0.3.12"
61+
"@jridgewell/trace-mapping" "^0.3.28"
6262
jsesc "^3.0.2"
6363

6464
"@babel/helper-annotate-as-pure@^7.18.6":
@@ -148,6 +148,11 @@
148148
lodash.debounce "^4.0.8"
149149
resolve "^1.14.2"
150150

151+
"@babel/helper-globals@^7.28.0":
152+
version "7.28.0"
153+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
154+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
155+
151156
"@babel/helper-member-expression-to-functions@^7.25.9":
152157
version "7.25.9"
153158
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
@@ -275,12 +280,12 @@
275280
"@babel/template" "^7.27.2"
276281
"@babel/types" "^7.27.6"
277282

278-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
279-
version "7.27.7"
280-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
281-
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
283+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
284+
version "7.28.0"
285+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
286+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
282287
dependencies:
283-
"@babel/types" "^7.27.7"
288+
"@babel/types" "^7.28.0"
284289

285290
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
286291
version "7.27.1"
@@ -980,23 +985,23 @@
980985
"@babel/parser" "^7.27.2"
981986
"@babel/types" "^7.27.1"
982987

983-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7", "@babel/traverse@^7.7.2":
984-
version "7.27.7"
985-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
986-
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
988+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5", "@babel/traverse@^7.27.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0", "@babel/traverse@^7.7.2":
989+
version "7.28.0"
990+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
991+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
987992
dependencies:
988993
"@babel/code-frame" "^7.27.1"
989-
"@babel/generator" "^7.27.5"
990-
"@babel/parser" "^7.27.7"
994+
"@babel/generator" "^7.28.0"
995+
"@babel/helper-globals" "^7.28.0"
996+
"@babel/parser" "^7.28.0"
991997
"@babel/template" "^7.27.2"
992-
"@babel/types" "^7.27.7"
998+
"@babel/types" "^7.28.0"
993999
debug "^4.3.1"
994-
globals "^11.1.0"
9951000

996-
"@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.27.7", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
997-
version "7.27.7"
998-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
999-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
1001+
"@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":
1002+
version "7.28.0"
1003+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
1004+
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
10001005
dependencies:
10011006
"@babel/helper-string-parser" "^7.27.1"
10021007
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1290,6 +1295,14 @@
12901295
"@types/yargs" "^17.0.8"
12911296
chalk "^4.0.0"
12921297

1298+
"@jridgewell/gen-mapping@^0.3.12":
1299+
version "0.3.12"
1300+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
1301+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
1302+
dependencies:
1303+
"@jridgewell/sourcemap-codec" "^1.5.0"
1304+
"@jridgewell/trace-mapping" "^0.3.24"
1305+
12931306
"@jridgewell/gen-mapping@^0.3.5":
12941307
version "0.3.8"
12951308
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -1337,6 +1350,11 @@
13371350
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
13381351
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
13391352

1353+
"@jridgewell/sourcemap-codec@^1.5.0":
1354+
version "1.5.4"
1355+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
1356+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
1357+
13401358
"@jridgewell/[email protected]":
13411359
version "0.3.9"
13421360
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -1361,6 +1379,14 @@
13611379
"@jridgewell/resolve-uri" "^3.1.0"
13621380
"@jridgewell/sourcemap-codec" "^1.4.14"
13631381

1382+
"@jridgewell/trace-mapping@^0.3.28":
1383+
version "0.3.29"
1384+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
1385+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
1386+
dependencies:
1387+
"@jridgewell/resolve-uri" "^3.1.0"
1388+
"@jridgewell/sourcemap-codec" "^1.4.14"
1389+
13641390
"@nodelib/[email protected]":
13651391
version "2.1.5"
13661392
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

0 commit comments

Comments
 (0)