From f0c170762d3bca4b5407049f0a6e11a62b4c260f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 13:02:31 +0100 Subject: [PATCH] chore(deps): bump core-js from 3.19.3 to 3.20.2 (#705) Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.3 to 3.20.2. - [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/compare/v3.19.3...v3.20.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 40a0aebf..2b91a1cf 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@babel/runtime": "7.16.7", "@date-fns/upgrade": "1.0.3", "classnames": "2.3.1", - "core-js": "3.19.3", + "core-js": "3.20.2", "date-fns": "2.28.0", "dayzed": "3.2.2", "format-string-by-pattern": "1.2.2", diff --git a/yarn.lock b/yarn.lock index 214377fc..c0a2fa14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4860,10 +4860,10 @@ core-js-pure@^3.8.2: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.13.1.tgz#5d139d346780f015f67225f45ee2362a6bed6ba1" integrity sha512-wVlh0IAi2t1iOEh16y4u1TRk6ubd4KvLE8dlMi+3QUI6SfKphQUh7tAwihGGSQ8affxEXpVIPpOdf9kjR4v4Pw== -core-js@3.19.3, core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2: - version "3.19.3" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.3.tgz#6df8142a996337503019ff3235a7022d7cdf4559" - integrity sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g== +core-js@3.20.2, core-js@^3.0.4, core-js@^3.6.5, core-js@^3.8.2: + version "3.20.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.20.2.tgz#46468d8601eafc8b266bd2dd6bf9dee622779581" + integrity sha512-nuqhq11DcOAbFBV4zCbKeGbKQsUDRqTX0oqx7AttUBuqe3h20ixsE039QHelbL6P4h+9kytVqyEtyZ6gsiwEYw== core-js@^2.4.0, core-js@^2.6.5: version "2.6.9"