chore(deps-dev): bump vite-plugin-electron from 0.4.4 to 0.4.5

Bumps [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) from 0.4.4 to 0.4.5.
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Commits](https://github.com/electron-vite/vite-plugin-electron/commits)

---
updated-dependencies:
- dependency-name: vite-plugin-electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-06-01 02:32:32 +00:00 committed by GitHub
parent e1c351bbb6
commit 39ae21e2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -11,13 +11,13 @@
"devDependencies": {
"@playwright/test": "^1.21.1",
"@vitejs/plugin-vue": "^2.3.2",
"electron": "18.2.0",
"electron": "19.0.1",
"electron-builder": "^23.0.3",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vite-plugin-electron": "^0.4.4",
"vite-plugin-electron": "^0.4.5",
"vite-plugin-resolve": "^2.1.1",
"vue": "^3.2.36",
"vue-tsc": "^0.34.11"
@ -2665,13 +2665,13 @@
}
},
"node_modules/electron": {
"version": "18.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.2.0.tgz",
"integrity": "sha512-AN+CKalzA57beuvuI90PVgW/yj6zjw7rpb1h8FvIwBJ3toDC3x0Plfzbzh4Ondecbjci7pSg/NA5ngOk804WIQ==",
"version": "19.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.1.tgz",
"integrity": "sha512-zuhJVV7nTDFrRZ7uAIylSD0Eoi1xcUV4UzGfpWsREI4W5GsxNGyZQeqQDpg43w8+7oED812oDrGfPh5kb9rcQA==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
"@electron/get": "^1.13.0",
"@electron/get": "^1.14.1",
"@types/node": "^16.11.26",
"extract-zip": "^1.0.3"
},
@ -6182,9 +6182,9 @@
}
},
"node_modules/vite-plugin-electron": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/vite-plugin-electron/-/vite-plugin-electron-0.4.4.tgz",
"integrity": "sha512-lfbbjceISr5nrTqTphHo/Svz+MQ/ya8u/lwNpXQITuYcrg9+fkvpkRuCsti/ysu6nh62nqXeDyFuhs2qCdt8Mg==",
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/vite-plugin-electron/-/vite-plugin-electron-0.4.5.tgz",
"integrity": "sha512-DGZKLN1mUrMkp5mp862poMhufWeEZnY2G+RyDzSO0UG7mJCnDacU5a6txmiqWEDDuK1dFeIsxOWFPGnudXVv3g==",
"dev": true,
"dependencies": {
"vite-plugin-optimizer": "^1.3.3"
@ -8471,12 +8471,12 @@
}
},
"electron": {
"version": "18.2.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-18.2.0.tgz",
"integrity": "sha512-AN+CKalzA57beuvuI90PVgW/yj6zjw7rpb1h8FvIwBJ3toDC3x0Plfzbzh4Ondecbjci7pSg/NA5ngOk804WIQ==",
"version": "19.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-19.0.1.tgz",
"integrity": "sha512-zuhJVV7nTDFrRZ7uAIylSD0Eoi1xcUV4UzGfpWsREI4W5GsxNGyZQeqQDpg43w8+7oED812oDrGfPh5kb9rcQA==",
"dev": true,
"requires": {
"@electron/get": "^1.13.0",
"@electron/get": "^1.14.1",
"@types/node": "^16.11.26",
"extract-zip": "^1.0.3"
}
@ -11025,9 +11025,9 @@
}
},
"vite-plugin-electron": {
"version": "0.4.4",
"resolved": "https://registry.npmjs.org/vite-plugin-electron/-/vite-plugin-electron-0.4.4.tgz",
"integrity": "sha512-lfbbjceISr5nrTqTphHo/Svz+MQ/ya8u/lwNpXQITuYcrg9+fkvpkRuCsti/ysu6nh62nqXeDyFuhs2qCdt8Mg==",
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/vite-plugin-electron/-/vite-plugin-electron-0.4.5.tgz",
"integrity": "sha512-DGZKLN1mUrMkp5mp862poMhufWeEZnY2G+RyDzSO0UG7mJCnDacU5a6txmiqWEDDuK1dFeIsxOWFPGnudXVv3g==",
"dev": true,
"requires": {
"vite-plugin-optimizer": "^1.3.3"

View File

@ -18,13 +18,13 @@
"devDependencies": {
"@playwright/test": "^1.21.1",
"@vitejs/plugin-vue": "^2.3.2",
"electron": "18.2.0",
"electron": "19.0.1",
"electron-builder": "^23.0.3",
"nano-staged": "^0.8.0",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.6.4",
"vite": "^2.9.8",
"vite-plugin-electron": "^0.4.4",
"vite-plugin-electron": "^0.4.5",
"vite-plugin-resolve": "^2.1.1",
"vue": "^3.2.36",
"vue-tsc": "^0.34.11"