mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 12:50:37 +00:00
Merge pull request #120 from CompeyDev/dependabot/npm_and_yarn/electron-30.0.3
Bump electron from 30.0.2 to 30.0.3
This commit is contained in:
commit
b4ea4e86fd
2 changed files with 7 additions and 7 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -182,9 +182,9 @@
|
|||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "20.12.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz",
|
||||
"integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==",
|
||||
"version": "20.12.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz",
|
||||
"integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"undici-types": "~5.26.4"
|
||||
|
@ -729,9 +729,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "30.0.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.2.tgz",
|
||||
"integrity": "sha512-zv7T+GG89J/hyWVkQsLH4Y/rVEfqJG5M/wOBIGNaDdqd8UV9/YZPdS7CuFeaIj0H9LhCt95xkIQNpYB/3svOkQ==",
|
||||
"version": "30.0.3",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-30.0.3.tgz",
|
||||
"integrity": "sha512-h+suwx6e0fnv/9wi0/cmCMtG+4LrPzJZa+3DEEpxcPcP+pcWnBI70t8QspxgMNIh2wzXLMD9XVqrLkEbiBAInw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@electron/get": "^2.0.0",
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"electron": "^30.0.2",
|
||||
"electron": "^30.0.3",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.4.5"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue