Bump typescript from 4.9.4 to 4.9.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-04 18:27:57 +00:00 committed by GitHub
parent f5997a9a4b
commit cd4d36ef6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "matrix-chatgpt-bot",
"version": "2.0.0",
"version": "2.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "matrix-chatgpt-bot",
"version": "2.0.0",
"version": "2.1.0",
"license": "AGPL-3.0",
"dependencies": {
"@keyv/mongo": "^2.1.8",
@ -20,7 +20,7 @@
"keyv-file": "^0.2.0",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"znv": "^0.3.2",
"zod": "^3.20.2"
},
@ -4485,9 +4485,9 @@
}
},
"node_modules/typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -8162,9 +8162,9 @@
}
},
"typescript": {
"version": "4.9.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg=="
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
},
"uc.micro": {
"version": "1.0.6",

View File

@ -26,7 +26,7 @@
"keyv-file": "^0.2.0",
"markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3",
"typescript": "^4.9.4",
"typescript": "^4.9.5",
"znv": "^0.3.2",
"zod": "^3.20.2"
}