diff --git a/package-lock.json b/package-lock.json index ad5ab454..aa5a71c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@openedx/paragon": "^21.11.3", "axios": "0.28.0", "babel-polyfill": "6.26.0", - "core-js": "3.35.1", + "core-js": "3.36.0", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", @@ -8333,9 +8333,9 @@ } }, "node_modules/core-js": { - "version": "3.35.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.1.tgz", - "integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==", + "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", diff --git a/package.json b/package.json index f90dd4b1..8e783177 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@fortawesome/react-fontawesome": "0.2.0", "axios": "0.28.0", "babel-polyfill": "6.26.0", - "core-js": "3.35.1", + "core-js": "3.36.0", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1",