chore: update electron notarize dep [skip e2e]
This commit is contained in:
BIN
.yarn/cache/@electron-notarize-npm-2.1.0-300931d556-ac58f39f4b.zip
vendored
Normal file
BIN
.yarn/cache/@electron-notarize-npm-2.1.0-300931d556-ac58f39f4b.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,7 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "*",
|
||||
"@babel/preset-env": "*",
|
||||
"@electron/notarize": "^2.1.0",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@types/lodash": "^4.14.189",
|
||||
"@types/mime-types": "^2.1.1",
|
||||
@@ -63,7 +64,6 @@
|
||||
"babel-loader": "^9.1.0",
|
||||
"copy-webpack-plugin": "^11.0.0",
|
||||
"electron-builder": "23.6.0",
|
||||
"electron-notarize": "^1.2.1",
|
||||
"eslint": "*",
|
||||
"eslint-config-prettier": "^8.9.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const electronNotarize = require('electron-notarize')
|
||||
const electronNotarize = require('@electron/notarize')
|
||||
|
||||
module.exports = async function (params) {
|
||||
const platformName = params.electronPlatformName
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "3.181.4",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/app.js",
|
||||
"author": "Standard Notes",
|
||||
"author": "Standard Notes.",
|
||||
"private": true,
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
23
yarn.lock
23
yarn.lock
@@ -2035,6 +2035,17 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@electron/notarize@npm:^2.1.0":
|
||||
version: 2.1.0
|
||||
resolution: "@electron/notarize@npm:2.1.0"
|
||||
dependencies:
|
||||
debug: ^4.1.1
|
||||
fs-extra: ^9.0.1
|
||||
promise-retry: ^2.0.1
|
||||
checksum: ac58f39f4b2370ea929837cef50ebeedb4108ed9bd2a3fef0b89254891014a745da2db703b18b8e0d097a17000cc8fa984bcff3f087368986cb4a59753365a2f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@electron/remote@npm:^2.0.12":
|
||||
version: 2.0.12
|
||||
resolution: "@electron/remote@npm:2.0.12"
|
||||
@@ -4288,6 +4299,7 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": "*"
|
||||
"@babel/preset-env": "*"
|
||||
"@electron/notarize": ^2.1.0
|
||||
"@electron/remote": ^2.0.12
|
||||
"@standardnotes/domain-core": ^1.40.0
|
||||
"@standardnotes/electron-clear-data": 1.1.1
|
||||
@@ -4308,7 +4320,6 @@ __metadata:
|
||||
electron: 27.0.0
|
||||
electron-builder: 23.6.0
|
||||
electron-log: ^4.4.8
|
||||
electron-notarize: ^1.2.1
|
||||
electron-updater: ^6.1.4
|
||||
eslint: "*"
|
||||
eslint-config-prettier: ^8.9.0
|
||||
@@ -10474,16 +10485,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron-notarize@npm:^1.2.1":
|
||||
version: 1.2.2
|
||||
resolution: "electron-notarize@npm:1.2.2"
|
||||
dependencies:
|
||||
debug: ^4.1.1
|
||||
fs-extra: ^9.0.1
|
||||
checksum: 98909bc90f0840a4bd3da0edc6895d719eb0d17942812a8c8f5a130d323c7fbaafd819245cfe9a6c5b5abfa8dd3b0eb2bd8ee9c0b2dcf0c3b238b6845730c368
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"electron-osx-sign@npm:^0.6.0":
|
||||
version: 0.6.0
|
||||
resolution: "electron-osx-sign@npm:0.6.0"
|
||||
|
||||
Reference in New Issue
Block a user