From 7c9aae651f4a55a7ca6d982a82aa2d978b0adf17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:48:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3abbc18..a39613c 100644 --- a/package.json +++ b/package.json @@ -36,12 +36,12 @@ "erlpack": "github:discord/erlpack", "express": "^4.17.1", "ffmpeg-static": "^4.3.0", - "glob": "^7.1.7", + "glob": "^9.0.0", "gradient-string": "^1.2.0", "libsodium-wrappers": "^0.7.9", "mongoose": "^5.12.12", "node-fetch": "^3.1.1", - "node-gyp": "^8.1.0", + "node-gyp": "^10.0.0", "os-utils": "0.0.14", "rebuild": "^0.1.2", "rss-parser": "^3.12.0",