mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
Bump electron from 12.2.3 to 13.6.6 in /js/web (#10978)
Bumps [electron](https://github.com/electron/electron) from 12.2.3 to 13.6.6. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v12.2.3...v13.6.6) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ae243c2bb5
commit
04fe1bd2ed
2 changed files with 8 additions and 8 deletions
14
js/web/package-lock.json
generated
14
js/web/package-lock.json
generated
|
|
@ -32,7 +32,7 @@
|
|||
"base64-js": "^1.5.1",
|
||||
"chai": "^4.3.4",
|
||||
"dir-compare": "^3.3.0",
|
||||
"electron": "^12.2.3",
|
||||
"electron": "^13.6.6",
|
||||
"fs-extra": "^9.1.0",
|
||||
"globby": "^11.0.3",
|
||||
"jszip": "^3.7.1",
|
||||
|
|
@ -1965,9 +1965,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "12.2.3",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-12.2.3.tgz",
|
||||
"integrity": "sha512-B27c7eqx1bC5kea6An8oVhk1pShNC4VGqWarHMhD47MDtmg54KepHO5AbAvmKKZK/jWN7NTC7wyCYTDElJNtQA==",
|
||||
"version": "13.6.6",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz",
|
||||
"integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
|
|
@ -8821,9 +8821,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"electron": {
|
||||
"version": "12.2.3",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-12.2.3.tgz",
|
||||
"integrity": "sha512-B27c7eqx1bC5kea6An8oVhk1pShNC4VGqWarHMhD47MDtmg54KepHO5AbAvmKKZK/jWN7NTC7wyCYTDElJNtQA==",
|
||||
"version": "13.6.6",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz",
|
||||
"integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^1.0.1",
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"base64-js": "^1.5.1",
|
||||
"chai": "^4.3.4",
|
||||
"dir-compare": "^3.3.0",
|
||||
"electron": "^12.2.3",
|
||||
"electron": "^13.6.6",
|
||||
"fs-extra": "^9.1.0",
|
||||
"globby": "^11.0.3",
|
||||
"jszip": "^3.7.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue