Merge pull request #37 from AlBundy33/dependabot/npm_and_yarn/develop/electron-osx-sign-0.6.0

Bump electron-osx-sign from 0.5.0 to 0.6.0
This commit is contained in:
AlBundy33 2023-10-11 00:58:57 +02:00 committed by GitHub
commit 8064e4c51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -34,7 +34,7 @@
"electron-builder": "^24.6.4",
"electron-evil-feature-patcher": "^1.2.1",
"electron-notarize": "^1.2.2",
"electron-osx-sign": "^0.5.0",
"electron-osx-sign": "^0.6.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
@ -6897,9 +6897,10 @@
}
},
"node_modules/electron-osx-sign": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.5.0.tgz",
"integrity": "sha512-icoRLHzFz/qxzDh/N4Pi2z4yVHurlsCAYQvsCSG7fCedJ4UJXBS6PoQyGH71IfcqKupcKeK7HX/NkyfG+v6vlQ==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.6.0.tgz",
"integrity": "sha512-+hiIEb2Xxk6eDKJ2FFlpofCnemCbjbT5jz+BKGpVBrRNT3kWTGs4DfNX6IzGwgi33hUcXF+kFs9JW+r6Wc1LRg==",
"deprecated": "Please use @electron/osx-sign moving forward. Be aware the API is slightly different",
"dependencies": {
"bluebird": "^3.5.0",
"compare-version": "^0.1.2",
@ -28284,9 +28285,9 @@
}
},
"electron-osx-sign": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.5.0.tgz",
"integrity": "sha512-icoRLHzFz/qxzDh/N4Pi2z4yVHurlsCAYQvsCSG7fCedJ4UJXBS6PoQyGH71IfcqKupcKeK7HX/NkyfG+v6vlQ==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.6.0.tgz",
"integrity": "sha512-+hiIEb2Xxk6eDKJ2FFlpofCnemCbjbT5jz+BKGpVBrRNT3kWTGs4DfNX6IzGwgi33hUcXF+kFs9JW+r6Wc1LRg==",
"requires": {
"bluebird": "^3.5.0",
"compare-version": "^0.1.2",

View File

@ -36,7 +36,7 @@
"electron-builder": "^24.6.4",
"electron-evil-feature-patcher": "^1.2.1",
"electron-notarize": "^1.2.2",
"electron-osx-sign": "^0.5.0",
"electron-osx-sign": "^0.6.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",