Merge pull request #74 from matrixgpt/dependabot/npm_and_yarn/typescript-4.9.5

Bump typescript from 4.9.4 to 4.9.5
This commit is contained in:
bertybuttface 2023-02-04 18:56:28 +00:00 committed by GitHub
commit 83451f1696
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", "name": "matrix-chatgpt-bot",
"version": "2.0.0", "version": "2.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "matrix-chatgpt-bot", "name": "matrix-chatgpt-bot",
"version": "2.0.0", "version": "2.1.0",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@keyv/mongo": "^2.1.8", "@keyv/mongo": "^2.1.8",
@ -20,7 +20,7 @@
"keyv-file": "^0.2.0", "keyv-file": "^0.2.0",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"matrix-bot-sdk": "^0.6.3", "matrix-bot-sdk": "^0.6.3",
"typescript": "^4.9.4", "typescript": "^4.9.5",
"znv": "^0.3.2", "znv": "^0.3.2",
"zod": "^3.20.2" "zod": "^3.20.2"
}, },
@ -4485,9 +4485,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
@ -8162,9 +8162,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.9.4", "version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==" "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g=="
}, },
"uc.micro": { "uc.micro": {
"version": "1.0.6", "version": "1.0.6",

View File

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