Bump electron from 11.5.0 to 13.6.6

Bumps [electron](https://github.com/electron/electron) from 11.5.0 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/v11.5.0...v13.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-25 19:15:16 +00:00 коммит произвёл GitHub
Родитель 8c4b672c6c
Коммит 8028c4cb4b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 16 добавлений и 25 удалений

39
package-lock.json сгенерированный
Просмотреть файл

@ -15,16 +15,7 @@
"win32"
],
"dependencies": {
"electron": "~11.5.0"
},
"bin": {
"electron-gqlmapi.node": "bin/electron-gqlmapi.node",
"gqlmapi.dll": "bin/gqlmapi.dll",
"graphqlintrospection.dll": "bin/graphqlintrospection.dll",
"graphqljson.dll": "bin/graphqljson.dll",
"graphqlpeg.dll": "bin/graphqlpeg.dll",
"graphqlresponse.dll": "bin/graphqlresponse.dll",
"graphqlservice.dll": "bin/graphqlservice.dll"
"electron": "~13.6.6"
},
"devDependencies": {
"@jest-runner/electron": "^3.0.0",
@ -2851,9 +2842,9 @@
}
},
"node_modules/@types/node": {
"version": "12.19.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.15.tgz",
"integrity": "sha512-lowukE3GUI+VSYSu6VcBXl14d61Rp5hA1D+61r16qnwC0lYNSqdxcvRh0pswejorHfS+HgwBasM8jLXz0/aOsw=="
"version": "14.18.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.12.tgz",
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A=="
},
"node_modules/@types/normalize-package-data": {
"version": "2.4.0",
@ -4310,13 +4301,13 @@
}
},
"node_modules/electron": {
"version": "11.5.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz",
"integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==",
"version": "13.6.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz",
"integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==",
"hasInstallScript": true,
"dependencies": {
"@electron/get": "^1.0.1",
"@types/node": "^12.0.12",
"@types/node": "^14.6.2",
"extract-zip": "^1.0.3"
},
"bin": {
@ -14831,9 +14822,9 @@
}
},
"@types/node": {
"version": "12.19.15",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.15.tgz",
"integrity": "sha512-lowukE3GUI+VSYSu6VcBXl14d61Rp5hA1D+61r16qnwC0lYNSqdxcvRh0pswejorHfS+HgwBasM8jLXz0/aOsw=="
"version": "14.18.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.12.tgz",
"integrity": "sha512-q4jlIR71hUpWTnGhXWcakgkZeHa3CCjcQcnuzU8M891BAWA2jHiziiWEPEkdS5pFsz7H9HJiy8BrK7tBRNrY7A=="
},
"@types/normalize-package-data": {
"version": "2.4.0",
@ -16001,12 +15992,12 @@
}
},
"electron": {
"version": "11.5.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.5.0.tgz",
"integrity": "sha512-WjNDd6lGpxyiNjE3LhnFCAk/D9GIj1rU3GSDealVShhkkkPR3Vh4q8ErXGDl1OAO/faomVa10KoFPUN/pLbNxg==",
"version": "13.6.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-13.6.6.tgz",
"integrity": "sha512-TP2Bl1nTxaH1yRmlYiF7imzvKE/NASE0cl6wOYA3AaP/UrBGc4L3NwJfn5Z55o+1t4TH8vCRxENufESyb32HhA==",
"requires": {
"@electron/get": "^1.0.1",
"@types/node": "^12.0.12",
"@types/node": "^14.6.2",
"extract-zip": "^1.0.3"
}
},

Просмотреть файл

@ -41,7 +41,7 @@
"arch": "x64"
},
"dependencies": {
"electron": "~11.5.0"
"electron": "~13.6.6"
},
"devDependencies": {
"@jest-runner/electron": "^3.0.0",