From 7d54965cc328df1bfd6efad9a3ad528de09c75f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:21:12 +0000 Subject: [PATCH] Bump core-js from 2.6.12 to 3.15.0 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 2.6.12 to 3.15.0. - [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.15.0/packages/core-js) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 452d6e7..e29168e 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "@types/react": "^16.0.0", "antd": "^3.6.0", - "core-js": "^2.5.1", + "core-js": "^3.15.0", "expect.js": "0.3.x", "precommit-hook": "^3.0.0", "rc-queue-anim": "^1.6.0",