diff --git a/package-lock.json b/package-lock.json index 9c2cc73..2257f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/runtime-corejs3": "^7.22.15", "active-win": "7.7.2", "asfw": "git+https://github.com/xurei/node-asfw#d5e9aee8c5de7e85470dda22330e821ca8c971f5", - "core-js": "^3.32.2", + "core-js": "^3.39.0", "debug": "^4.3.4", "electron-json-storage": "^4.6.0", "hyperkeys-api": "^1.2.0", @@ -5120,9 +5120,9 @@ "license": "MIT" }, "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 1fc2c0a..ca4b89d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@babel/runtime-corejs3": "^7.22.15", "active-win": "7.7.2", "asfw": "git+https://github.com/xurei/node-asfw#d5e9aee8c5de7e85470dda22330e821ca8c971f5", - "core-js": "^3.32.2", + "core-js": "^3.39.0", "debug": "^4.3.4", "electron-json-storage": "^4.6.0", "hyperkeys-api": "^1.2.0",