From bbf60e0405690c03ef9f0ef128643b968e08b56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 10:11:34 +0000 Subject: [PATCH] Bump core-js from 3.31.0 to 3.31.1 Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.31.0 to 3.31.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.31.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8da7c150..3d015c73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1291,9 +1291,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "core-js": { - "version": "3.31.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.0.tgz", - "integrity": "sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==" + "version": "3.31.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.31.1.tgz", + "integrity": "sha512-2sKLtfq1eFST7l7v62zaqXacPc7uG8ZAya8ogijLhTtaKNcpzpB4TMoTw2Si+8GYKRwFPMMtUT0263QFWFfqyQ==" }, "core-util-is": { "version": "1.0.2", diff --git a/package.json b/package.json index 113de3a8..1ee2b4fe 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/jquery": "^3.5.16", "@types/node": "^20.3.1", "awesome-typescript-loader": "^5.2.1", - "core-js": "^3.31.0", + "core-js": "^3.31.1", "css-loader": "^6.8.1", "grunt": "^1.6.1", "grunt-cli": "^1.4.3",