diff --git a/package-lock.json b/package-lock.json index 36c36b8..f4c3831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@openedx/paragon": "^22.2.2", "axios": "0.28.1", "babel-polyfill": "6.26.0", - "core-js": "3.36.1", + "core-js": "3.37.0", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", @@ -10183,9 +10183,9 @@ } }, "node_modules/core-js": { - "version": "3.36.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.1.tgz", - "integrity": "sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==", "hasInstallScript": true, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 54c0829..e6fc1ce 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@openedx/paragon": "^22.2.2", "axios": "0.28.1", "babel-polyfill": "6.26.0", - "core-js": "3.36.1", + "core-js": "3.37.0", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1",