Skip to content

Commit a4505a3

Browse files
authored
chore(deps): update electron/asar to 3.2.17 (#8671)
1 parent 3cca3c3 commit a4505a3

File tree

4 files changed

+12
-26
lines changed

4 files changed

+12
-26
lines changed

.changeset/fair-penguins-build.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
chore(deps): update electron/asar to 3.2.17

packages/app-builder-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@develar/schema-utils": "~2.6.5",
5050
"@electron/fuses": "^1.8.0",
51-
"@electron/asar": "3.2.13",
51+
"@electron/asar": "3.2.17",
5252
"@electron/notarize": "2.5.0",
5353
"@electron/osx-sign": "1.3.1",
5454
"@electron/rebuild": "3.7.0",

pnpm-lock.yaml

+6-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/snapshots/BuildTest.js.snap

-10
Original file line numberDiff line numberDiff line change
@@ -4970,10 +4970,8 @@ exports[`win smart unpack 2`] = `
49704970
"files": {
49714971
"package.json": {
49724972
"size": "<size>",
4973-
"unpacked": true,
49744973
},
49754974
},
4976-
"unpacked": true,
49774975
},
49784976
},
49794977
},
@@ -5174,14 +5172,6 @@ exports[`win smart unpack 3`] = `
51745172
"app.asar.unpacked/node_modules/edge-cs/lib/edge-cs.js",
51755173
"app.asar.unpacked/node_modules/edge-cs/lib/bootstrap/Dummy.cs",
51765174
"app.asar.unpacked/node_modules/edge-cs/lib/bootstrap/project.json",
5177-
{
5178-
"content": "{
5179-
"name": "@electron-builder/test-smart-unpack-empty",
5180-
"version": "1.0.0"
5181-
}
5182-
",
5183-
"name": "app.asar.unpacked/node_modules/@electron-builder/test-smart-unpack-empty/package.json",
5184-
},
51855175
"app.asar.unpacked/node_modules/@electron-builder/test-smart-unpack/foo.dll",
51865176
{
51875177
"content": "{

0 commit comments

Comments
 (0)