From a21beffc9135030b84e280ab829c2d51d9d48faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:58:11 +0000 Subject: [PATCH] Bump core-js from 3.33.3 to 3.36.0 in /public/onlinefs_public/src Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.33.3 to 3.36.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.36.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- public/onlinefs_public/src/package-lock.json | 6 +++--- public/onlinefs_public/src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/onlinefs_public/src/package-lock.json b/public/onlinefs_public/src/package-lock.json index f714bb89..43fdf7e8 100644 --- a/public/onlinefs_public/src/package-lock.json +++ b/public/onlinefs_public/src/package-lock.json @@ -4031,9 +4031,9 @@ } }, "core-js": { - "version": "3.33.3", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz", - "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==" + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==" }, "core-js-compat": { "version": "3.24.1", diff --git a/public/onlinefs_public/src/package.json b/public/onlinefs_public/src/package.json index 1b05c0f3..b48a3a37 100644 --- a/public/onlinefs_public/src/package.json +++ b/public/onlinefs_public/src/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "core-js": "^3.33.3", + "core-js": "^3.36.0", "sweetalert2": "^11.10.1", "vue": "^3.3.9" },