From 475070a7652885e1c2da9121a42cb0625a1c39ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 08:15:20 +0000 Subject: [PATCH] fix: upgrade core-js from 3.38.1 to 3.39.0 Snyk has created this PR to upgrade core-js from 3.38.1 to 3.39.0. See this package in npm: core-js See this project in Snyk: https://app.snyk.io/org/xurei/project/a5e7e654-d5fb-4a6c-994d-3230e792f7e9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",