diff --git a/package-lock.json b/package-lock.json index cb5c6fe..be053fa 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.0", + "core-js": "3.38.1", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1", @@ -8445,10 +8445,11 @@ } }, "node_modules/core-js": { - "version": "3.38.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.0.tgz", - "integrity": "sha512-XPpwqEodRljce9KswjZShh95qJ1URisBeKCjUdq27YdenkslVe7OO0ZJhlYXAChW7OhXaRLl8AAba7IBfoIHug==", + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.38.1.tgz", + "integrity": "sha512-OP35aUorbU3Zvlx7pjsFdu1rGNnD4pgw/CWoYzRY3t2EzoVT7shKHY1dlAy3f41cGIO7ZDPQimhGFTlEYkG/Hw==", "hasInstallScript": true, + "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" diff --git a/package.json b/package.json index de0b9e9..87f36a6 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.0", + "core-js": "3.38.1", "js-cookie": "3.0.5", "lodash": "4.17.21", "prop-types": "15.8.1",