chore(deps): update dependency typescript to v4.9.5

This commit is contained in:
renovate[bot] 2024-03-01 00:06:38 +00:00 committed by Thomas A. Christensen II
parent e184ab334e
commit 490fce72ae
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -38,7 +38,7 @@
"lint-staged": "15.2.1",
"prettier": "2.7.1",
"ts-node": "10.9.2",
"typescript": "4.7.3"
"typescript": "4.9.5"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -5578,9 +5578,9 @@
}
},
"node_modules/typescript": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"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",
@ -9910,9 +9910,9 @@
"dev": true
},
"typescript": {
"version": "4.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
"integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"dev": true
},
"unbox-primitive": {

View file

@ -76,7 +76,7 @@
"lint-staged": "15.2.1",
"prettier": "2.7.1",
"ts-node": "10.9.2",
"typescript": "4.7.3"
"typescript": "4.9.5"
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",