chore(deps): update dependency typescript to v5.4.4

pull/90/head
renovate[bot] 1 month ago committed by Thomas A. Christensen II
parent c36909436a
commit 3ed177f4dd

14
package-lock.json generated

@ -37,7 +37,7 @@
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.3"
"typescript": "5.4.4"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -6058,9 +6058,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",
@ -10805,9 +10805,9 @@
}
},
"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
},
"unbox-primitive": {

@ -79,7 +79,7 @@
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",

Loading…
Cancel
Save