Skip to content

Commit f3af45e

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.27.1 to 7.27.2. - [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.27.2/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.27.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5ae3b1 commit f3af45e

File tree

3 files changed

+48
-50
lines changed

3 files changed

+48
-50
lines changed

DigitalLearningSolutions.Web/package-lock.json

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.27.4",
39-
"@babel/preset-env": "^7.27.1",
39+
"@babel/preset-env": "^7.27.2",
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: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@
2424
js-tokens "^4.0.0"
2525
picocolors "^1.1.1"
2626

27-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.1":
28-
version "7.27.1"
29-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
30-
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
31-
32-
"@babel/compat-data@^7.27.2":
27+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
3328
version "7.27.3"
3429
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111"
3530
integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw==
@@ -533,10 +528,10 @@
533528
"@babel/helper-plugin-utils" "^7.27.1"
534529
"@babel/template" "^7.27.1"
535530

536-
"@babel/plugin-transform-destructuring@^7.27.1":
537-
version "7.27.1"
538-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.1.tgz#d5916ef7089cb254df0418ae524533c1b72ba656"
539-
integrity sha512-ttDCqhfvpE9emVkXbPD8vyxxh4TWYACVybGkDj+oReOGwnp066ITEivDlLwe0b1R0+evJ13IXQuLNB5w1fhC5Q==
531+
"@babel/plugin-transform-destructuring@^7.27.1", "@babel/plugin-transform-destructuring@^7.27.3":
532+
version "7.27.3"
533+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0"
534+
integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA==
540535
dependencies:
541536
"@babel/helper-plugin-utils" "^7.27.1"
542537

@@ -692,13 +687,14 @@
692687
dependencies:
693688
"@babel/helper-plugin-utils" "^7.27.1"
694689

695-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
696-
version "7.27.1"
697-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
698-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
690+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
691+
version "7.27.3"
692+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.3.tgz#ce130aa73fef828bc3e3e835f9bc6144be3eb1c0"
693+
integrity sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q==
699694
dependencies:
700-
"@babel/helper-compilation-targets" "^7.27.1"
695+
"@babel/helper-compilation-targets" "^7.27.2"
701696
"@babel/helper-plugin-utils" "^7.27.1"
697+
"@babel/plugin-transform-destructuring" "^7.27.3"
702698
"@babel/plugin-transform-parameters" "^7.27.1"
703699

704700
"@babel/plugin-transform-object-super@^7.27.1":
@@ -855,13 +851,13 @@
855851
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
856852
"@babel/helper-plugin-utils" "^7.27.1"
857853

858-
"@babel/preset-env@^7.27.1":
859-
version "7.27.1"
860-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
861-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
854+
"@babel/preset-env@^7.27.2":
855+
version "7.27.2"
856+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
857+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
862858
dependencies:
863-
"@babel/compat-data" "^7.27.1"
864-
"@babel/helper-compilation-targets" "^7.27.1"
859+
"@babel/compat-data" "^7.27.2"
860+
"@babel/helper-compilation-targets" "^7.27.2"
865861
"@babel/helper-plugin-utils" "^7.27.1"
866862
"@babel/helper-validator-option" "^7.27.1"
867863
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -903,7 +899,7 @@
903899
"@babel/plugin-transform-new-target" "^7.27.1"
904900
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
905901
"@babel/plugin-transform-numeric-separator" "^7.27.1"
906-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
902+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
907903
"@babel/plugin-transform-object-super" "^7.27.1"
908904
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
909905
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
 (0)