chore(deps): update dependency typescript to v5

This commit is contained in:
renovate[bot] 2024-03-01 00:10:15 +00:00 committed by Thomas A. Christensen II
parent 37eac33a2f
commit dd43f5dd44
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -38,7 +38,7 @@
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "4.9.5"
"typescript": "5.3.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -6434,16 +6434,16 @@
}
},
"node_modules/typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
},
"node_modules/unbox-primitive": {
@ -11398,9 +11398,9 @@
}
},
"typescript": {
"version": "4.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true
},
"unbox-primitive": {

View file

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