mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-11 00:49:31 +00:00
Bump electron from 13.6.6 to 15.5.5 in /js/web (#11884)
Bumps [electron](https://github.com/electron/electron) from 13.6.6 to 15.5.5. - [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/v13.6.6...v15.5.5) --- 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
0702364d7a
commit
c0dd9be7ba
2 changed files with 10 additions and 10 deletions
18
js/web/package-lock.json
generated
18
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": "^13.6.6",
|
||||
"electron": "^15.5.5",
|
||||
"fs-extra": "^9.1.0",
|
||||
"globby": "^11.0.3",
|
||||
"jszip": "^3.7.1",
|
||||
|
|
@ -1964,13 +1964,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/electron": {
|
||||
"version": "13.6.6",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz",
|
||||
"integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==",
|
||||
"version": "15.5.5",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-15.5.5.tgz",
|
||||
"integrity": "sha512-cGS1ueek14WLvLJlJbId3fmqJLvkr7VuBI0hHt6gpKaj8m2iv/NMteRg0deLgwlxjEF6ZGGNerUJW6a96rNq/Q==",
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@electron/get": "^1.0.1",
|
||||
"@electron/get": "^1.13.0",
|
||||
"@types/node": "^14.6.2",
|
||||
"extract-zip": "^1.0.3"
|
||||
},
|
||||
|
|
@ -8814,12 +8814,12 @@
|
|||
"dev": true
|
||||
},
|
||||
"electron": {
|
||||
"version": "13.6.6",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz",
|
||||
"integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==",
|
||||
"version": "15.5.5",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-15.5.5.tgz",
|
||||
"integrity": "sha512-cGS1ueek14WLvLJlJbId3fmqJLvkr7VuBI0hHt6gpKaj8m2iv/NMteRg0deLgwlxjEF6ZGGNerUJW6a96rNq/Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^1.0.1",
|
||||
"@electron/get": "^1.13.0",
|
||||
"@types/node": "^14.6.2",
|
||||
"extract-zip": "^1.0.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
"base64-js": "^1.5.1",
|
||||
"chai": "^4.3.4",
|
||||
"dir-compare": "^3.3.0",
|
||||
"electron": "^13.6.6",
|
||||
"electron": "^15.5.5",
|
||||
"fs-extra": "^9.1.0",
|
||||
"globby": "^11.0.3",
|
||||
"jszip": "^3.7.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue