Skip to content

Commit c0d95ce

Browse files
chore(deps): bump core-js from 3.19.0 to 3.19.1 (#2273)
Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.0 to 3.19.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](zloirock/core-js@v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5840470 commit c0d95ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@babel/runtime": "^7.8.4",
30-
"core-js": "3.19.0",
30+
"core-js": "3.19.1",
3131
"intersection-observer": "0.12.0",
3232
"resize-observer-polyfill": "1.5.1",
3333
"smoothscroll-polyfill": "0.4.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6835,10 +6835,10 @@ core-js-pure@^3.8.2:
68356835
resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.10.0.tgz"
68366836
integrity sha512-CC582enhrFZStO4F8lGI7QL3SYx7/AIRc+IdSi3btrQGrVsTawo5K/crmKbRrQ+MOMhNX4v+PATn0k2NN6wI7A==
68376837

6838-
core-js@3.19.0, core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2:
6839-
version "3.19.0"
6840-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.0.tgz#9e40098a9bc326c7e81b486abbd5e12b9d275176"
6841-
integrity sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg==
6838+
core-js@3.19.1, core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2:
6839+
version "3.19.1"
6840+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.1.tgz#f6f173cae23e73a7d88fa23b6e9da329276c6641"
6841+
integrity sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg==
68426842

68436843
core-util-is@1.0.2, core-util-is@~1.0.0:
68446844
version "1.0.2"

0 commit comments

Comments
 (0)