Skip to content

Commit 8541579

Browse files
authored
Merge pull request #919 from vcync/next
Merge next into main
2 parents c4d9ed9 + b09d4b7 commit 8541579

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
]
109109
},
110110
"resolutions": {
111-
"electron-builder": "23.0.2"
111+
"electron-builder": "23.0.2",
112+
"@achrinza/node-ipc": "9.2.7"
112113
}
113-
}
114+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/7zip-bin/-/7zip-bin-5.1.1.tgz#9274ec7460652f9c632c59addf24efb1684ef876"
88
integrity sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==
99

10-
"@achrinza/node-ipc@^9.2.5":
11-
version "9.2.6"
12-
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.6.tgz#75c89e95fe38ff9e3dd33a0d2681dc28f1c31f33"
13-
integrity sha512-ULSIYPy4ZPM301dfCxRz0l2GJjOwIo/PqmWonIu1bLml7UmnVQmH+juJcoyXp6E8gIRRNAjGYftJnNQlfy4vPg==
10+
"@achrinza/node-ipc@9.2.7", "@achrinza/node-ipc@^9.2.5":
11+
version "9.2.7"
12+
resolved "https://registry.yarnpkg.com/@achrinza/node-ipc/-/node-ipc-9.2.7.tgz#cc418f9218d24d9b87f32207e5d6e71c64e241f8"
13+
integrity sha512-/EvNkqB4HNxPWCZASmgrjqG8gIdPOolD67LGASvGMp/FY5ne0rbvpYg5o9x8RmgjAl8KdmNQ4YlV1et9DYiW8g==
1414
dependencies:
1515
"@node-ipc/js-queue" "2.0.3"
1616
event-pubsub "4.3.0"

0 commit comments

Comments
 (0)