Skip to content

Commit

Permalink
build(deps-dev): bump asar from 3.0.0 to 3.0.1 (#1561)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump asar from 3.0.0 to 3.0.1

Bumps [asar](https://github.com/electron/asar) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/electron/asar/releases)
- [Changelog](https://github.com/electron/asar/blob/master/CHANGELOG.md)
- [Commits](electron/asar@v3.0.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
1 parent b579c16 commit 0f21220
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"@types/webpack-merge": "^4.1.5",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"asar": "^3.0.0",
"asar": "^3.0.1",
"babel-plugin-source-map-support": "^2.1.1",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@electron-forge/maker-wix": "6.0.0-beta.50",
"@electron-forge/maker-zip": "6.0.0-beta.50",
"@electron-forge/test-utils": "6.0.0-beta.50",
"asar": "^3.0.0",
"asar": "^3.0.1",
"chai": "4.2.0",
"chai-as-promised": "^7.0.0",
"fetch-mock": "^9.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1880,10 +1880,10 @@ asar@^2.0.1:
optionalDependencies:
"@types/glob" "^7.1.1"

asar@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/asar/-/asar-3.0.0.tgz#8684ef4c7a7ecfa0d279f40dc66d52e6a2e7b958"
integrity sha512-Zz78dNBkaKIc5esKx7z1aymECwlNKtGZkq0Az5dan4BdKvt35UfrA2+0UYC1w9zNIwxW18talb/x6C9tauTDPw==
asar@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/asar/-/asar-3.0.1.tgz#fbf352cba5b833efbdebbf7118440e5b492c01c5"
integrity sha512-43sVUKSX0VLNfavair0OLzPoVX5rRdqAxcUUhtwKLGkKQPs2ePreOG7zpp3gZOLvZGhZxixD9JZBxWKgqH8r1g==
dependencies:
chromium-pickle-js "^0.2.0"
commander "^4.1.1"
Expand Down

0 comments on commit 0f21220

Please sign in to comment.