chore(deps-dev): bump typescript from 4.5.5 to 4.6.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.5...v4.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-28 02:59:02 +00:00 committed by GitHub
parent 0bdeba59ed
commit 0bf15c6cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"electron-builder": "^22.14.5", "electron-builder": "^22.14.5",
"nano-staged": "^0.6.0", "nano-staged": "^0.6.0",
"simple-git-hooks": "^2.7.0", "simple-git-hooks": "^2.7.0",
"typescript": "^4.5.5", "typescript": "^4.6.3",
"vite": "^2.7.13", "vite": "^2.7.13",
"vite-plugin-electron-renderer": "^0.3.1", "vite-plugin-electron-renderer": "^0.3.1",
"vite-plugin-resolve": "^2.0.1", "vite-plugin-resolve": "^2.0.1",
@ -5894,9 +5894,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.5.5", "version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
@ -11041,9 +11041,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.5.5", "version": "4.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz",
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", "integrity": "sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==",
"dev": true "dev": true
}, },
"unique-string": { "unique-string": {

View File

@ -22,7 +22,7 @@
"electron-builder": "^22.14.5", "electron-builder": "^22.14.5",
"nano-staged": "^0.6.0", "nano-staged": "^0.6.0",
"simple-git-hooks": "^2.7.0", "simple-git-hooks": "^2.7.0",
"typescript": "^4.5.5", "typescript": "^4.6.3",
"vite": "^2.7.13", "vite": "^2.7.13",
"vite-plugin-electron-renderer": "^0.3.1", "vite-plugin-electron-renderer": "^0.3.1",
"vite-plugin-resolve": "^2.0.1", "vite-plugin-resolve": "^2.0.1",