diff --git a/package-lock.json b/package-lock.json index 3606954a..4e9558df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "electron-debug": "^3.2.0", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", "electron-to-chromium": "^1.5.111", - "electron-updater": "^6.6.1", + "electron-updater": "6.6.0", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1", @@ -7292,9 +7292,9 @@ "license": "ISC" }, "node_modules/electron-updater": { - "version": "6.6.1", - "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.6.1.tgz", - "integrity": "sha512-SuGlnlzhO7K90QEHYIKdg21Cb5cXjG6HdDhWKL8OnLOKp4dcDUsFu4qiRia7lQwOpNjVZPsMtQHJCQ1+69PDTQ==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/electron-updater/-/electron-updater-6.6.0.tgz", + "integrity": "sha512-+aa4P73EU94yYetJOmf2+22ZCrQ3MA4C5HWqFbV1XdSSv2B82lzEg/IZyQw+H5ziUn8V7jrU+AP4zJPdxD74fg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1f7dfaca..03593c63 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "electron-debug": "^3.2.0", "electron-devtools-installer": "github:lyswhut/electron-devtools-installer#64596d615c1fc891eefd8aef1dfcb2c87aaadf03", "electron-to-chromium": "^1.5.111", - "electron-updater": "^6.6.1", + "electron-updater": "6.6.0", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-config-standard-with-typescript": "^43.0.1",