From 5f2c28a441ad633cc1292f9e55d590d8df4159d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Sep 2024 09:58:20 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - electron-updater from 6.1.4 to 6.3.4. See this package in npm: https://www.npmjs.com/package/electron-updater - @fortawesome/fontawesome-free from 6.4.2 to 6.6.0. See this package in npm: https://www.npmjs.com/package/@fortawesome/fontawesome-free - archiver from 6.0.1 to 6.0.2. See this package in npm: https://www.npmjs.com/package/archiver - axios from 1.6.1 to 1.7.5. See this package in npm: https://www.npmjs.com/package/axios - bootstrap from 5.3.2 to 5.3.3. See this package in npm: https://www.npmjs.com/package/bootstrap - electron-squirrel-startup from 1.0.0 to 1.0.1. See this package in npm: https://www.npmjs.com/package/electron-squirrel-startup - rimraf from 5.0.5 to 5.0.10. See this package in npm: https://www.npmjs.com/package/rimraf See this project in Snyk: https://app.snyk.io/org/dentreadbhavik/project/91c071c0-6f7c-4222-abfc-44e547ad957b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 94 ++++++++++++++++++++++++----------------------- package.json | 14 +++---- 2 files changed, 55 insertions(+), 53 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c93982..347a138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,30 +1,30 @@ { "name": "DentreadIMApp", - "version": "1.3.1", + "version": "1.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "DentreadIMApp", - "version": "1.3.1", + "version": "1.4.3", "license": "ISC", "dependencies": { - "@fortawesome/fontawesome-free": "^6.4.2", - "archiver": "^6.0.1", - "axios": "^1.5.0", - "bootstrap": "^5.3.2", + "@fortawesome/fontawesome-free": "^6.6.0", + "archiver": "^6.0.2", + "axios": "^1.7.5", + "bootstrap": "^5.3.3", "dialog": "^0.3.1", "electron-notification": "^1.0.0", - "electron-squirrel-startup": "^1.0.0", + "electron-squirrel-startup": "^1.0.1", "electron-store": "^8.2.0", - "electron-updater": "^6.1.4", + "electron-updater": "^6.3.4", "form-data": "^4.0.0", "got": "^13.0.0", "jquery": "^3.7.1", "node-cron": "^3.0.3", "node-fetch": "^2.6.6", "node-notifier": "^10.0.1", - "rimraf": "^5.0.5" + "rimraf": "^5.0.10" }, "devDependencies": { "electron": "^27.3.11", @@ -454,10 +454,10 @@ } }, "node_modules/@fortawesome/fontawesome-free": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.4.2.tgz", - "integrity": "sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==", - "hasInstallScript": true, + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.6.0.tgz", + "integrity": "sha512-60G28ke/sXdtS9KZCpZSHHkCbdsOGEhIUGlwq6yhY74UpTiToIh8np7A8yphhM4BWsvNFtIvLpi4co+h9Mr9Ow==", + "license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)", "engines": { "node": ">=6" } @@ -989,9 +989,10 @@ } }, "node_modules/archiver": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/archiver/-/archiver-6.0.1.tgz", - "integrity": "sha512-CXGy4poOLBKptiZH//VlWdFuUC1RESbdZjGjILwBuZ73P7WkAUN0htfSfBq/7k6FRFlpu7bg4JOkj1vU9G6jcQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-6.0.2.tgz", + "integrity": "sha512-UQ/2nW7NMl1G+1UnrLypQw1VdT9XZg/ECcKPq7l+STzStrSivFIXIp34D8M5zeNGW5NoOupdYCHv6VySCPNNlw==", + "license": "MIT", "dependencies": { "archiver-utils": "^4.0.1", "async": "^3.2.4", @@ -1083,11 +1084,12 @@ } }, "node_modules/axios": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", - "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz", + "integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==", + "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.6", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -1157,9 +1159,9 @@ "optional": true }, "node_modules/bootstrap": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", - "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", "funding": [ { "type": "github", @@ -1170,6 +1172,7 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "@popperjs/core": "^2.11.8" } @@ -1257,9 +1260,10 @@ } }, "node_modules/builder-util-runtime": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-9.2.1.tgz", - "integrity": "sha512-2rLv/uQD2x+dJ0J3xtsmI12AlRyk7p45TEbE/6o/fbb633e/S3pPgm+ct+JHsoY7r39dKHnGEFk/AASRFdnXmA==", + "version": "9.2.5", + "resolved": "https://registry.npmjs.org/builder-util-runtime/-/builder-util-runtime-9.2.5.tgz", + "integrity": "sha512-HjIDfhvqx/8B3TDN4GbABQcgpewTU4LMRTQPkVpKYV3lsuxEJoIfvg09GyWTNmfVNSUAYf+fbTN//JX4TH20pg==", + "license": "MIT", "dependencies": { "debug": "^4.3.4", "sax": "^1.2.4" @@ -2405,9 +2409,10 @@ } }, "node_modules/electron-squirrel-startup": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/electron-squirrel-startup/-/electron-squirrel-startup-1.0.0.tgz", - "integrity": "sha512-Oce8mvgGdFmwr+DsAcXBmFK8jFfN6yaFAP9IvyhTfupM3nFkBku/7VS/mdtJteWumImkC6P+BKGsxScoDDkv9Q==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/electron-squirrel-startup/-/electron-squirrel-startup-1.0.1.tgz", + "integrity": "sha512-sTfFIHGku+7PsHLJ7v0dRcZNkALrV+YEozINTW8X1nM//e5O3L+rfYuvSW00lmGHnYmUjARZulD8F2V8ISI9RA==", + "license": "Apache-2.0", "dependencies": { "debug": "^2.2.0" } @@ -2449,17 +2454,18 @@ } }, "node_modules/electron-updater": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.1.4.tgz", - "integrity": "sha512-yYAJc6RQjjV4WtInZVn+ZcLyXRhbVXoomKEfUUwDqIk5s2wxzLhWaor7lrNgxODyODhipjg4SVPMhJHi5EnsCA==", + "version": "6.3.4", + "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.3.4.tgz", + "integrity": "sha512-uZUo7p1Y53G4tl6Cgw07X1yF8Jlz6zhaL7CQJDZ1fVVkOaBfE2cWtx80avwDVi8jHp+I/FWawrMgTAeCCNIfAg==", + "license": "MIT", "dependencies": { - "builder-util-runtime": "9.2.1", + "builder-util-runtime": "9.2.5", "fs-extra": "^10.1.0", "js-yaml": "^4.1.0", "lazy-val": "^1.0.5", "lodash.escaperegexp": "^4.1.2", "lodash.isequal": "^4.5.0", - "semver": "^7.3.8", + "semver": "^7.6.3", "tiny-typed-emitter": "^2.1.0" } }, @@ -2488,12 +2494,10 @@ } }, "node_modules/electron-updater/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -3952,18 +3956,16 @@ } }, "node_modules/rimraf": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz", - "integrity": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "license": "ISC", "dependencies": { "glob": "^10.3.7" }, "bin": { "rimraf": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=14" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } diff --git a/package.json b/package.json index 6c7f62c..e6b1a40 100644 --- a/package.json +++ b/package.json @@ -43,22 +43,22 @@ "author": "Dentread", "license": "ISC", "dependencies": { - "@fortawesome/fontawesome-free": "^6.4.2", - "archiver": "^6.0.1", - "axios": "^1.5.0", - "bootstrap": "^5.3.2", + "@fortawesome/fontawesome-free": "^6.6.0", + "archiver": "^6.0.2", + "axios": "^1.7.5", + "bootstrap": "^5.3.3", "dialog": "^0.3.1", "electron-notification": "^1.0.0", - "electron-squirrel-startup": "^1.0.0", + "electron-squirrel-startup": "^1.0.1", "electron-store": "^8.2.0", - "electron-updater": "^6.1.4", + "electron-updater": "^6.3.4", "form-data": "^4.0.0", "got": "^13.0.0", "jquery": "^3.7.1", "node-cron": "^3.0.3", "node-fetch": "^2.6.6", "node-notifier": "^10.0.1", - "rimraf": "^5.0.5" + "rimraf": "^5.0.10" }, "type": "commonjs", "publishers": [