Bump typescript from 4.9.3 to 4.9.5

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/commits)

---
updated-dependencies:
- dependency-name: typescript
  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] 2023-01-31 13:04:02 +00:00 committed by GitHub
parent d1545d4e0b
commit e3af9ae161
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

@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "^18.11.10",
"rome": "^10.0.1",
"typescript": "^4.9.3"
"typescript": "^4.9.5"
}
},
"node_modules/@rometools/cli-darwin-arm64": {
@ -120,9 +120,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

@ -23,6 +23,6 @@
"devDependencies": {
"@types/node": "^18.11.10",
"rome": "^10.0.1",
"typescript": "^4.9.3"
"typescript": "^4.9.5"
}
}