Update dependency typescript to ^5.4.4

This commit is contained in:
renovate[bot] 2024-04-04 18:51:42 +00:00
parent 529e1d5648
commit de2bc506dc
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -31,7 +31,7 @@
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"wrangler": "^3.41.0"
}
},
@ -9159,9 +9159,9 @@
}
},
"node_modules/typescript": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",

View file

@ -34,7 +34,7 @@
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"wrangler": "^3.41.0"
},
"dependencies": {