diff --git a/package-lock.json b/package-lock.json index 87ced1f..27bec6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@openedx/frontend-plugin-framework": "^1.2.0", "@openedx/paragon": "^22.2.2", "babel-polyfill": "6.26.0", - "core-js": "3.38.1", + "core-js": "3.39.0", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", @@ -8408,9 +8408,9 @@ } }, "node_modules/core-js": { - "version": "3.38.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", - "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.39.0.tgz", + "integrity": "sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==", "hasInstallScript": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 40771f7..c18047a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@openedx/frontend-plugin-framework": "^1.2.0", "@openedx/paragon": "^22.2.2", "babel-polyfill": "6.26.0", - "core-js": "3.38.1", + "core-js": "3.39.0", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1",