Skip to content

Commit

Permalink
chore: Update dependencies and audit async vulnerability (#6813)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Apr 24, 2022
1 parent 817e68b commit 7af4c22
Show file tree
Hide file tree
Showing 9 changed files with 1,732 additions and 438 deletions.
10 changes: 10 additions & 0 deletions .changeset/chatty-zoos-attack.md
@@ -0,0 +1,10 @@
---
"app-builder-lib": patch
"builder-util-runtime": patch
"builder-util": patch
"dmg-builder": patch
"electron-builder-squirrel-windows": patch
"electron-builder": patch
---

chore: Update dependencies and audit
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"///": "All dependencies for all packages (hoisted)",
"////": "All typings are added into root `package.json` to avoid duplication errors in the IDE compiler (several `node.d.ts` files).",
"dependencies": {
"dmg-license": "1.0.9"
"dmg-license": "1.0.11"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.15.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/app-builder-lib/package.json
Expand Up @@ -56,21 +56,21 @@
"builder-util": "workspace:*",
"builder-util-runtime": "workspace:*",
"chromium-pickle-js": "^0.2.0",
"debug": "^4.3.2",
"ejs": "^3.1.6",
"debug": "^4.3.4",
"ejs": "^3.1.7",
"electron-osx-sign": "^0.6.0",
"electron-publish": "workspace:*",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"hosted-git-info": "^4.0.2",
"fs-extra": "^10.1.0",
"hosted-git-info": "^4.1.0",
"is-ci": "^3.0.0",
"isbinaryfile": "^4.0.8",
"isbinaryfile": "^4.0.10",
"js-yaml": "^4.1.0",
"lazy-val": "^1.0.5",
"minimatch": "^3.0.4",
"minimatch": "^3.1.2",
"read-config-file": "6.2.0",
"sanitize-filename": "^1.6.3",
"semver": "^7.3.5",
"semver": "^7.3.7",
"tar": "^6.1.11",
"temp-file": "^3.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util-runtime/package.json
Expand Up @@ -18,7 +18,7 @@
"node": ">=12.0.0"
},
"dependencies": {
"debug": "^4.3.2",
"debug": "^4.3.4",
"sax": "^1.2.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/builder-util/package.json
Expand Up @@ -23,7 +23,7 @@
"builder-util-runtime": "workspace:*",
"chalk": "^4.1.1",
"cross-spawn": "^7.0.3",
"debug": "^4.3.2",
"debug": "^4.3.4",
"fs-extra": "^10.0.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dmg-builder/package.json
Expand Up @@ -25,7 +25,7 @@
"js-yaml": "^4.1.0"
},
"optionalDependencies": {
"dmg-license": "^1.0.9"
"dmg-license": "^1.0.11"
},
"devDependencies": {
"@types/fs-extra": "9.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-builder-squirrel-windows/package.json
Expand Up @@ -16,7 +16,7 @@
],
"dependencies": {
"app-builder-lib": "workspace:*",
"archiver": "^5.3.0",
"archiver": "^5.3.1",
"builder-util": "workspace:*",
"fs-extra": "^10.0.0"
},
Expand Down

0 comments on commit 7af4c22

Please sign in to comment.