Skip to content

Commit

Permalink
Bump electron from 22.3.24 to 22.3.25
Browse files Browse the repository at this point in the history
Bumps [electron](https://github.com/electron/electron) from 22.3.24 to 22.3.25.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v22.3.24...v22.3.25)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2023
1 parent f9cdbac commit 1bc1928
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@pixi/settings": ">=6.0.4 <8.0.0",
"@pixi/sprite": ">=6.0.4 <8.0.0",
"@pixi/ticker": ">=6.0.4 <8.0.0",
"electron": "^22.3.24",
"electron": "^22.3.25",
"eslint": "^7.2.0",
"gh-pages": "^2.0.0",
"ncp": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/pixi-v6-iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"license": "ISC",
"dependencies": {
"electron": "^22.3.24",
"electron": "^22.3.25",
"@pixi/particle-emitter": "*",
"pixi.js": "^6.0.4",
"typescript": "^4.3.4"
Expand Down
2 changes: 1 addition & 1 deletion test/pixi-v6-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@pixi/ticker": "^6.0.4",
"@pixi/utils": "^6.0.4",
"@types/node": "^8.0.0",
"electron": "^22.3.24",
"electron": "^22.3.25",
"override-require": "^1.1.1",
"@pixi/particle-emitter": "*",
"resource-loader": "3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1141,10 +1141,10 @@ earcut@^2.2.4:
resolved "https://registry.npmjs.org/earcut/-/earcut-2.2.4.tgz#6d02fd4d68160c114825d06890a92ecaae60343a"
integrity sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==

electron@^22.3.24:
version "22.3.24"
resolved "https://registry.npmjs.org/electron/-/electron-22.3.24.tgz#14479cf11cf4709f78d324015429fa82492c2150"
integrity sha512-wnGsShoRVk1Jmgr7h/jZK9bI5UwMF88sdQ5c8z2j2N8B9elhF/jKDFjwDXUrY1Y0xzAskOP0tYIDE+UbUM4byQ==
electron@^22.3.25:
version "22.3.25"
resolved "https://registry.npmjs.org/electron/-/electron-22.3.25.tgz#a9a70b63a6712c658cd7fab343129b2a78450f80"
integrity sha512-AjrP7bebMs/IPsgmyowptbA7jycTkrJC7jLZTb5JoH30PkBC6pZx/7XQ0aDok82SsmSiF4UJDOg+HoLrEBiqmg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^16.11.26"
Expand Down

0 comments on commit 1bc1928

Please sign in to comment.