Bump typescript from 4.9.3 to 4.9.5 (#152)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-03-01 22:32:29 +05:30 committed by GitHub
parent 4daab9ee76
commit 2ffddf7f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -33,7 +33,7 @@
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.2.1",
"tailwindcss": "3.2.4",
"typescript": "4.9.3"
"typescript": "4.9.5"
},
"engines": {
"node": ">=18.14.0"
@ -3681,9 +3681,9 @@
}
},
"node_modules/typescript": {
"version": "4.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz",
"integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -35,7 +35,7 @@
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.2.1",
"tailwindcss": "3.2.4",
"typescript": "4.9.3"
"typescript": "4.9.5"
},
"engines": {
"node": ">=18.14.0"