Skip to content

Commit 83381de

Browse files
Bump core-js from 3.44.0 to 3.45.0 in /DigitalLearningSolutions.Web (#3341)
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.44.0 to 3.45.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.45.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-version: 3.45.0 dependency-type: direct:production 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 f711a81 commit 83381de

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DigitalLearningSolutions.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@types/chartist": "^0.11.1",
2525
"chartist": "^0.11.4",
26-
"core-js": "^3.44.0",
26+
"core-js": "^3.45.0",
2727
"date-fns": "^2.30.0",
2828
"dompurify": "^2.5.8",
2929
"input-range-scss": "^1.5.3",

DigitalLearningSolutions.Web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2534,10 +2534,10 @@ core-js-compat@^3.43.0:
25342534
dependencies:
25352535
browserslist "^4.25.0"
25362536

2537-
core-js@^3.28.0, core-js@^3.44.0:
2538-
version "3.44.0"
2539-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.44.0.tgz#db4fd4fa07933c1d6898c8b112a1119a9336e959"
2540-
integrity sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==
2537+
core-js@^3.28.0, core-js@^3.45.0:
2538+
version "3.45.0"
2539+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.45.0.tgz#556c2af44a2d9c73ea7b49504392474a9f7c947e"
2540+
integrity sha512-c2KZL9lP4DjkN3hk/an4pWn5b5ZefhRJnAc42n6LJ19kSnbeRbdQZE5dSeE2LBol1OwJD3X1BQvFTAsa8ReeDA==
25412541

25422542
cosmiconfig@^8.2.0:
25432543
version "8.3.6"

0 commit comments

Comments
 (0)