bump typescript
All checks were successful
App Image CI / Build app image (push) Successful in -1m50s
NPM Audit Check / Check NPM audit (push) Successful in -2m17s

This commit is contained in:
Cory Sanin 2025-08-14 01:16:21 -05:00
parent cde31976f4
commit 1de815159a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12,7 +12,7 @@
"devDependencies": {
"@types/express": "5.0.3",
"forking-build-shit": "1.0.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
},
"node_modules/@parcel/watcher": {
@ -1599,9 +1599,9 @@
}
},
"node_modules/typescript": {
"version": "5.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -9,7 +9,7 @@
"devDependencies": {
"@types/express": "5.0.3",
"forking-build-shit": "1.0.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"scripts": {
"build": "npx build-shit",