Skip to content

Commit

Permalink
Merge pull request #204 from pixijs/dependabot/npm_and_yarn/electron-…
Browse files Browse the repository at this point in the history
…22.3.24

Bump electron from 22.3.21 to 22.3.24
  • Loading branch information
andrewstart committed Sep 18, 2023
2 parents 739e528 + 8259ded commit f9cdbac
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.21",
"electron": "^22.3.24",
"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.21",
"electron": "^22.3.24",
"@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.21",
"electron": "^22.3.24",
"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.21:
version "22.3.21"
resolved "https://registry.npmjs.org/electron/-/electron-22.3.21.tgz#a817446cc1e62e9650522fa7eae389f9fc5b5e19"
integrity sha512-9JzWgvehRrqA30M7RvWCwwbyq2EgPUSbCFaqyZGnG0B52m4ayB8H+uFNIKXyWuyFwAEPDpQW5cGwCzXir1HuLA==
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==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^16.11.26"
Expand Down

0 comments on commit f9cdbac

Please sign in to comment.