mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 04:40:38 +00:00
Merge pull request #79 from CompeyDev/dependabot/npm_and_yarn/electron-26.2.2
Bump electron from 26.2.1 to 26.2.2
This commit is contained in:
commit
e11688de07
2 changed files with 13 additions and 13 deletions
24
package-lock.json
generated
24
package-lock.json
generated
|
@ -161,9 +161,9 @@
|
|||
}
|
||||
},
|
||||
"@types/http-cache-semantics": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
||||
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.2.tgz",
|
||||
"integrity": "sha512-FD+nQWA2zJjh4L9+pFXqWOi0Hs1ryBCfI+985NjluQ1p8EYtoLvjLOKidXBtZ4/IcxDX4o8/E8qDS3540tNliw==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/json-schema": {
|
||||
|
@ -182,9 +182,9 @@
|
|||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "18.17.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.15.tgz",
|
||||
"integrity": "sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==",
|
||||
"version": "18.17.18",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.18.tgz",
|
||||
"integrity": "sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/responselike": {
|
||||
|
@ -677,9 +677,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"define-data-property": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.0.1.tgz",
|
||||
"integrity": "sha512-22M+6zEspQHx10bfFQl2ET39IvfuQ7+rZIH7+ard8fCC4hPmkOSy+8JhKxBRLaWUziJ0O63NTYT97LR8zUfPTw==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.0.tgz",
|
||||
"integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"requires": {
|
||||
|
@ -726,9 +726,9 @@
|
|||
}
|
||||
},
|
||||
"electron": {
|
||||
"version": "26.2.1",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-26.2.1.tgz",
|
||||
"integrity": "sha512-SNT24Cf/wRvfcFZQoERXjzswUlg5ouqhIuA2t9x2L7VdTn+2Jbs0QXRtOfzcnOV/raVMz3e8ICyaU2GGeciKLg==",
|
||||
"version": "26.2.2",
|
||||
"resolved": "https://registry.npmjs.org/electron/-/electron-26.2.2.tgz",
|
||||
"integrity": "sha512-Ihb3Zt4XYnHF52DYSq17ySkgFqJV4OT0VnfhUYZASAql7Vembz3VsAq7mB3OALBHXltAW34P8BxTIwTqZaMS3g==",
|
||||
"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": "^26.2.1",
|
||||
"electron": "^26.2.2",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue