Skip to content

Commit f8da2ed

Browse files
committed
fix: update dependency core-js to v3
1 parent bd21c3f commit f8da2ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@nrwl/angular": "8.4.13",
6161
"@webcomponents/custom-elements": "^1.2.4",
6262
"body-parser": "^1.19.0",
63-
"core-js": "^2.5.4",
63+
"core-js": "^3.0.0",
6464
"document-register-element": "^1.7.2",
6565
"express": "^4.17.1",
6666
"hammerjs": "^2.0.8",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4490,7 +4490,7 @@ [email protected], core-js@^3.0.0, core-js@^3.1.3:
44904490
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
44914491
integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==
44924492

4493-
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.4:
4493+
core-js@^2.4.0, core-js@^2.5.0:
44944494
version "2.6.9"
44954495
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
44964496
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==

0 commit comments

Comments
 (0)