diff --git a/package-lock.json b/package-lock.json index c4f4760..178cc0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@electron-toolkit/preload": "^3.0.1", "@electron-toolkit/utils": "^3.0.0", - "electron-updater": "^6.3.2", + "electron-updater": "^6.3.3", "vuetify": "^3.7.1", "xml2js": "^0.6.2" }, @@ -4788,9 +4788,9 @@ "license": "ISC" }, "node_modules/electron-updater": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.3.2.tgz", - "integrity": "sha512-bEpuZ1IRnMtvZZaWeYi9ocX90Cnk+/impZ/08r6GQkfOMqECtKC2IjvxHcDk2VpWO8QZzK0+MUNaBiO81CGvQQ==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.3.3.tgz", + "integrity": "sha512-Kj1u6kfyxUyatnspvKa6qhGn82rMZfUD03WOvCGJ12PyRss/AC8kkYsN9IrJihKTlN8nRwTjZ1JM2UUXoD0KsA==", "license": "MIT", "dependencies": { "builder-util-runtime": "9.2.5", diff --git a/package.json b/package.json index 3f50226..ac26d45 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@electron-toolkit/preload": "^3.0.1", "@electron-toolkit/utils": "^3.0.0", - "electron-updater": "^6.3.2", + "electron-updater": "^6.3.3", "vuetify": "^3.7.1", "xml2js": "^0.6.2" },