Skip to content

Commit 6a4cb34

Browse files
Bump core-js from 2.6.12 to 3.38.1 in /samples/AngularLazyLoading
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 2.6.12 to 3.38.1. - [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.38.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3fe016f commit 6a4cb34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

samples/AngularLazyLoading/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@angular/platform-browser": "~13.0.3",
2121
"@angular/platform-browser-dynamic": "~13.0.3",
2222
"@angular/router": "~13.0.3",
23-
"core-js": "^2.5.4",
23+
"core-js": "^3.38.1",
2424
"rxjs": "~6.6.0",
2525
"tslib": "^2.3.1",
2626
"zone.js": "~0.11.4"

samples/AngularLazyLoading/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3101,10 +3101,10 @@ core-js@3.19.3:
31013101
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.3.tgz#6df8142a996337503019ff3235a7022d7cdf4559"
31023102
integrity sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g==
31033103

3104-
core-js@^2.5.4:
3105-
version "2.6.12"
3106-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
3107-
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
3104+
core-js@^3.38.1:
3105+
version "3.38.1"
3106+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.38.1.tgz#aa375b79a286a670388a1a363363d53677c0383e"
3107+
integrity sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==
31083108

31093109
core-util-is@1.0.2:
31103110
version "1.0.2"

0 commit comments

Comments
 (0)