Update dependency typescript to ^4.9.4

This commit is contained in:
renovate[bot] 2022-12-08 16:39:33 +00:00 committed by GitHub
parent 336129caf7
commit c0bd87bb8f
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.1.6",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
},
"node_modules/@actions/core": {
@ -5531,9 +5531,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.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View File

@ -25,6 +25,6 @@
"eslint": "^8.29.0",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}