diff --git a/server/package-lock.json b/server/package-lock.json index 3b97cffbd..5965b2bf1 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -19,8 +19,8 @@ "jsonwebtoken": "9.0.2", "node-jose": "2.2.0", "openid-client": "5.7.0", - "typescript": "^5.7.2", - "uuid": "^11.0.3", + "typescript": "^5.7.3", + "uuid": "^11.0.5", "winston": "^3.17.0" }, "devDependencies": { @@ -2215,9 +2215,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -2253,9 +2253,9 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/server/package.json b/server/package.json index f836f5eb6..e900cff98 100644 --- a/server/package.json +++ b/server/package.json @@ -18,9 +18,9 @@ "jsonwebtoken": "9.0.2", "node-jose": "2.2.0", "openid-client": "5.7.0", - "uuid": "^11.0.3", + "uuid": "^11.0.5", "winston": "^3.17.0", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.7",