diff --git a/packages/app-builder-lib/package.json b/packages/app-builder-lib/package.json index 73293700fcb..4fab8af3275 100644 --- a/packages/app-builder-lib/package.json +++ b/packages/app-builder-lib/package.json @@ -47,12 +47,12 @@ "homepage": "https://github.com/electron-userland/electron-builder", "dependencies": { "@develar/schema-utils": "~2.6.5", - "@electron/notarize": "2.3.2", - "@electron/osx-sign": "1.3.0", + "@electron/notarize": "2.4.0", + "@electron/osx-sign": "1.3.1", "@electron/rebuild": "3.6.0", "@electron/universal": "2.0.1", "@malept/flatpak-bundler": "^0.4.0", - "@types/fs-extra": "9.0.13", + "@types/fs-extra": "11.0.4", "async-exit-hook": "^2.0.1", "bluebird-lst": "^1.0.9", "builder-util": "workspace:*", @@ -63,17 +63,17 @@ "electron-publish": "workspace:*", "form-data": "^4.0.0", "fs-extra": "^10.1.0", - "hosted-git-info": "^4.1.0", + "hosted-git-info": "^7.0.2", "is-ci": "^3.0.0", "isbinaryfile": "^5.0.0", "js-yaml": "^4.1.0", "lazy-val": "^1.0.5", - "minimatch": "^5.1.1", + "minimatch": "^10.0.1", "read-config-file": "6.4.0", - "resedit": "^1.7.0", + "resedit": "^2.0.2", "sanitize-filename": "^1.6.3", "semver": "^7.3.8", - "tar": "^6.1.12", + "tar": "^7.4.3", "temp-file": "^3.4.0" }, "///": "babel in devDependencies for proton tests",