diff --git a/package-lock.json b/package-lock.json index a46b12f..5e2e78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,7 @@ "dependencies": { "electron-settings": "^4.0.2", "electron-squirrel-startup": "^1.0.0", - "toastify-js": "^1.12.0", - "update-electron-app": "^3.0.0" + "toastify-js": "^1.12.0" }, "devDependencies": { "@electron-forge/cli": "^7.2.0", @@ -3182,14 +3181,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/github-url-to-object": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/github-url-to-object/-/github-url-to-object-4.0.6.tgz", - "integrity": "sha512-NaqbYHMUAlPcmWFdrAB7bcxrNIiiJWJe8s/2+iOc9vlcHlwHqSGrPk+Yi3nu6ebTwgsZEa7igz+NH2vEq3gYwQ==", - "dependencies": { - "is-url": "^1.1.0" - } - }, "node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -3732,11 +3723,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/is-url": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz", - "integrity": "sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==" - }, "node_modules/is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", @@ -5770,21 +5756,6 @@ "node": ">= 10.0.0" } }, - "node_modules/update-electron-app": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/update-electron-app/-/update-electron-app-3.0.0.tgz", - "integrity": "sha512-Ccs46fgUEcMpSRPMNw82DFMux2MGi5tkKkEpV723JmtPNI3qAtxvTeiYkKczN2/LehA3U7JGrGr4MhraxGdRTw==", - "dependencies": { - "github-url-to-object": "^4.0.4", - "is-url": "^1.2.4", - "ms": "^2.1.1" - } - }, - "node_modules/update-electron-app/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, "node_modules/username": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/username/-/username-5.1.0.tgz", diff --git a/package.json b/package.json index e4a2fe6..00500c5 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,7 @@ "dependencies": { "electron-settings": "^4.0.2", "electron-squirrel-startup": "^1.0.0", - "toastify-js": "^1.12.0", - "update-electron-app": "^3.0.0" + "toastify-js": "^1.12.0" }, "devDependencies": { "@electron-forge/cli": "^7.2.0",