Update dependency typescript to ^4.9.5

This commit is contained in:
renovate[bot] 2023-01-30 21:56:24 +00:00 committed by GitHub
parent 5f7557f715
commit 63f1fcf2aa
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

@ -21,7 +21,7 @@
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
},
"node_modules/@actions/core": {
@ -5548,9 +5548,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==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -25,6 +25,6 @@
"eslint": "^8.33.0",
"jest": "^29.4.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
}
}