From 878d2936870ed7c4f1cf73a81b11847ad0a69590 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 May 2024 05:09:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-6252336 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564963 - https://snyk.io/vuln/SNYK-JS-UNDICI-6564964 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dac281b..c2c0c61 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/eslint-plugin": "^5.47.0", "@typescript-eslint/parser": "^5.47.0", "axios": "^1.6.0", - "discord.js": "^14.11.0", + "discord.js": "^14.15.1", "dotenv": "^16.3.1", "eslint": "^8.44.0", "eslint-config-airbnb": "^19.0.4",