Merge pull request #20 from BenElferink/dependabot/npm_and_yarn/server/typescript-5.7.3

Bump typescript from 5.7.2 to 5.7.3 in /server
This commit is contained in:
Ben Elferink
2025-01-27 19:28:50 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7", "@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.7", "@types/node": "^22.10.7",
"typescript": "^5.7.2" "typescript": "^5.7.3"
} }
}, },
"node_modules/@hapi/hoek": { "node_modules/@hapi/hoek": {
@@ -1992,9 +1992,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.7.2", "version": "5.7.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz",
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@@ -24,6 +24,6 @@
"@types/express": "^5.0.0", "@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7", "@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.7", "@types/node": "^22.10.7",
"typescript": "^5.7.2" "typescript": "^5.7.3"
} }
} }