From af0dafd57752644114bc2f83994eeecedf7fbc72 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 11 Jul 2024 17:03:10 -0700 Subject: [PATCH] deps: bump electron to v31 --- package-lock.json | 22 ++++++++++++---------- package.json | 14 ++++++++------ 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf2edd0..7968f47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { - "name": "@aetherinox/ntfy-electron", + "name": "ntfy-desktop", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@aetherinox/ntfy-electron", + "name": "ntfy-desktop", "version": "1.0.0", "license": "GPLv3", "dependencies": { "custom-electron-prompt": "^1.5.7", - "electron": "^24.1.3", + "electron": "^31.2.0", "toasted-notifier": "^10.0.1" } }, @@ -81,9 +81,10 @@ } }, "node_modules/@types/node": { - "version": "18.19.39", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.39.tgz", - "integrity": "sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==", + "version": "20.14.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz", + "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==", + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } @@ -253,13 +254,14 @@ "optional": true }, "node_modules/electron": { - "version": "24.8.8", - "resolved": "https://registry.npmjs.org/electron/-/electron-24.8.8.tgz", - "integrity": "sha512-0A2tGwG/0hxnD32Lil9wgSydQ0HCP5AdkgcH+qee3QgaC2jVq55YIbrj/0ZAq4L7yiZvQTzYIrc6kie7OahJKQ==", + "version": "31.2.0", + "resolved": "https://registry.npmjs.org/electron/-/electron-31.2.0.tgz", + "integrity": "sha512-5w+kjOsGiTXytPSErBPNp/3znnuEMKc42RD41MqRoQkiYaR8x/Le2+qWk1cL60UwE/67oeKnOHnnol8xEuldGg==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "@electron/get": "^2.0.0", - "@types/node": "^18.11.18", + "@types/node": "^20.9.0", "extract-zip": "^2.0.1" }, "bin": { diff --git a/package.json b/package.json index 48532cc..7a2998e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "@aetherinox/ntfy-electron", + "name": "ntfy-desktop", "version": "1.0.0", "description": "ntfy push notifications wrapped in electron as a web app", - "homepage": "https://github.com/Aetherinox/ntfy-electron", + "homepage": "https://github.com/Aetherinox/ntfy-desktop", "author": "Aetherinox", "contributors": [ { @@ -19,17 +19,19 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Aetherinox/ntfy-electron.git" + "url": "git+https://github.com/Aetherinox/ntfy-desktop.git" }, "bugs": { - "url": "https://github.com/Aetherinox/ntfy-electron/issues" + "url": "https://github.com/Aetherinox/ntfy-desktop/issues" }, "license": "GPLv3", "keywords": [ "ntfy", "push notifications", "electron", - "web app" + "web app", + "desktop", + "windows" ], "main": "index.js", "scripts": { @@ -37,7 +39,7 @@ }, "dependencies": { "custom-electron-prompt": "^1.5.7", - "electron": "^24.1.3", + "electron": "^31.2.0", "toasted-notifier": "^10.0.1" } }