Skip to content

Commit 740dd4a

Browse files
authored
chore(deps): bump @electron/asar to 3.3.1 (#127)
* chore(deps): bump `@electron/asar` to `3.3.1` * update snapshots
1 parent d90d573 commit 740dd4a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "^5.2.2"
5656
},
5757
"dependencies": {
58-
"@electron/asar": "^3.2.7",
58+
"@electron/asar": "^3.3.1",
5959
"@malept/cross-spawn-promise": "^2.0.0",
6060
"debug": "^4.3.1",
6161
"dir-compare": "^4.2.0",

test/__snapshots__/index.spec.ts.snap

+3-1
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ exports[`makeUniversalApp asar mode should shim asars with different unpacked di
306306
"files": {
307307
"file.txt": {
308308
"link": "private/var/file.txt",
309+
"unpacked": true,
309310
},
310311
},
311312
},
@@ -327,6 +328,7 @@ exports[`makeUniversalApp asar mode should shim asars with different unpacked di
327328
},
328329
"var": {
329330
"link": "private/var",
331+
"unpacked": true,
330332
},
331333
},
332334
}
@@ -433,7 +435,7 @@ exports[`makeUniversalApp asar mode should shim asars with different unpacked di
433435
"Contents/Info.plist": {
434436
"Resources/app-arm64.asar": {
435437
"algorithm": "SHA256",
436-
"hash": "c7563e17e768e508045ffb888935d50dbf785bbba3ffb0068e5472fda4f6c199",
438+
"hash": "d06a628e759f54def7ff8785a077b3a3d756882cb84ee99e9725966226e1f195",
437439
},
438440
"Resources/app-x64.asar": {
439441
"algorithm": "SHA256",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@
297297
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
298298
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
299299

300-
"@electron/asar@^3.2.7":
301-
version "3.2.7"
302-
resolved "https://registry.yarnpkg.com/@electron/asar/-/asar-3.2.7.tgz#bb8117dc6fd0c06a922ae7fb1c0e2d433e35a6e5"
303-
integrity sha512-8FaSCAIiZGYFWyjeevPQt+0e9xCK9YmJ2Rjg5SXgdsXon6cRnU0Yxnbe6CvJbQn26baifur2Y2G5EBayRIsjyg==
300+
"@electron/asar@^3.3.1":
301+
version "3.3.1"
302+
resolved "https://registry.yarnpkg.com/@electron/asar/-/asar-3.3.1.tgz#cd14e897770d9844673dd7c1dc8944e086e1e0ea"
303+
integrity sha512-WtpC/+34p0skWZiarRjLAyqaAX78DofhDxnREy/V5XHfu1XEXbFCSSMcDQ6hNCPJFaPy8/NnUgYuf9uiCkvKPg==
304304
dependencies:
305305
commander "^5.0.0"
306306
glob "^7.1.6"

0 commit comments

Comments
 (0)