From 3244aebae861282a3446eae27fa16be7296b4bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:38:40 +0000 Subject: [PATCH] fix(deps): update dependency core-js to v3.36.1 --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b655f2..76c7fe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@openedx/paragon": "^21.11.3", "axios": "0.28.0", "babel-polyfill": "6.26.0", - "core-js": "3.36.0", + "core-js": "3.36.1", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", @@ -5117,6 +5117,16 @@ "node": ">=6" } }, + "node_modules/@openedx/frontend-plugin-framework/node_modules/core-js": { + "version": "3.36.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", + "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, "node_modules/@openedx/paragon": { "version": "21.13.1", "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-21.13.1.tgz", @@ -8125,9 +8135,9 @@ } }, "node_modules/core-js": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", - "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", + "version": "3.36.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", + "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 1205522..a082517 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@openedx/paragon": "^21.11.3", "axios": "0.28.0", "babel-polyfill": "6.26.0", - "core-js": "3.36.0", + "core-js": "3.36.1", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1",