From 233cd3ac8eb5d597a4bb5a360485c8185e396924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 07:17:42 +0000 Subject: [PATCH] Bump core-js from 3.19.0 to 3.19.2 in /docs (#1795) Bumps [core-js](https://github.com/zloirock/core-js) from 3.19.0 to 3.19.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.0...v3.19.2) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index c7182a85..9a02b755 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "babel-preset-gatsby": "^2.0.0", "chroma-js": "^2.1.2", "clsx": "^1.1.1", - "core-js": "^3.19.0", + "core-js": "^3.19.2", "gatsby": "2.32.13", "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-sass": "3.2.0", diff --git a/docs/yarn.lock b/docs/yarn.lock index 98018651..981f96be 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -7133,10 +7133,10 @@ core-js-pure@^3.19.0, core-js-pure@^3.8.2: resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.19.0.tgz#db6fdadfdd4dc280ec93b64c3c2e8460e6f10094" integrity sha512-UEQk8AxyCYvNAs6baNoPqDADv7BX0AmBLGxVsrAifPPx/C8EAzV4Q+2ZUJqVzfI2TQQEZITnwUkWcHpgc/IubQ== -core-js@^3.0.4, core-js@^3.14.0, core-js@^3.19.0, core-js@^3.6.5, core-js@^3.8.2: - version "3.19.0" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.0.tgz#9e40098a9bc326c7e81b486abbd5e12b9d275176" - integrity sha512-L1TpFRWXZ76vH1yLM+z6KssLZrP8Z6GxxW4auoCj+XiViOzNPJCAuTIkn03BGdFe6Z5clX5t64wRIRypsZQrUg== +core-js@^3.0.4, core-js@^3.14.0, core-js@^3.19.2, core-js@^3.6.5, core-js@^3.8.2: + version "3.19.2" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.19.2.tgz#ae216d7f4f7e924d9a2e3ff1e4b1940220f9157b" + integrity sha512-ciYCResnLIATSsXuXnIOH4CbdfgV+H1Ltg16hJFN7/v6OxqnFr/IFGeLacaZ+fHLAm0TBbXwNK9/DNBzBUrO/g== core-util-is@1.0.2: version "1.0.2"