From 5769070d03dd653a3edb35b40d505e866d7cfd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 May 2021 17:58:32 +0000 Subject: [PATCH] chore(deps-dev): bump core-js from 3.12.0 to 3.12.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.12.0 to 3.12.1. - [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.12.1/packages/core-js) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ba1fd6287..0f0a00d7e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9071,9 +9071,9 @@ } }, "core-js": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.0.tgz", - "integrity": "sha512-SaMnchL//WwU2Ot1hhkPflE8gzo7uq1FGvUJ8GKmi3TOU7rGTHIU+eir1WGf6qOtTyxdfdcp10yPdGZ59sQ3hw==", + "version": "3.12.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz", + "integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw==", "dev": true }, "core-js-compat": { @@ -9654,9 +9654,9 @@ } }, "date-fns": { - "version": "2.21.2", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.2.tgz", - "integrity": "sha512-FMkG7pIPx64mGIpS2LOb3Wp3O606H/hatoiz7G0oiYWai1izdM4tF1dd7QABv2NogkIDI4wxsfLLFQSuVvDHgA==", + "version": "2.21.3", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.21.3.tgz", + "integrity": "sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==", "dev": true }, "dateformat": { diff --git a/package.json b/package.json index ff6fc752e8..b44b9f99f7 100644 --- a/package.json +++ b/package.json @@ -199,11 +199,11 @@ "babel-loader": "^8.2.2", "concurrently": "^6.0.2", "copy-webpack-plugin": "^6.0.2", - "core-js": "^3.12.0", + "core-js": "^3.12.1", "coveralls": "^3.1.0", "css-loader": "^2.1.1", "csv-parse": "^4.15.4", - "date-fns": "^2.21.2", + "date-fns": "^2.21.3", "env-cmd": "^10.1.0", "eslint": "^7.25.0", "eslint-config-prettier": "^8.3.0",