diff --git a/discord-bot/package.json b/discord-bot/package.json index ffa8487..af1a032 100644 --- a/discord-bot/package.json +++ b/discord-bot/package.json @@ -16,9 +16,9 @@ "node": ">=18.0.0" }, "dependencies": { - "@discordjs/rest": "2.4.0", + "@discordjs/rest": "2.4.2", "@masteringjs/eslint-config": "0.0.1", - "discord.js": "14.16.3", + "discord.js": "14.17.3", "dotenv": "16.4.7", "eslint": "8.57.1", "mongoose": "^8.1", diff --git a/typescript-express-reviews/package.json b/typescript-express-reviews/package.json index 3557e71..0a0ba66 100644 --- a/typescript-express-reviews/package.json +++ b/typescript-express-reviews/package.json @@ -28,12 +28,12 @@ "@types/body-parser": "^1.19.2", "@types/express": "4.17.21", "@types/mocha": "10.0.10", - "@types/node": "22.10.2", + "@types/node": "22.10.5", "axios": "1.7.9", "mocha": "10.8.2", "sinon": "^19.0.2", "ts-mocha": "^10.0.0", "ts-node": "10.9.2", - "typescript": "5.7.2" + "typescript": "5.7.3" } }