From 9ad4bb0b76c345d35a6950a8b0fbd9f7732bf1d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 03:54:13 +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 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 931b8f2..90c9efb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@ladjs/redis": "^1.0.7", "@ladjs/shared-config": "^4.0.0", "@ladjs/store-ip-address": "^0.0.7", - "@ladjs/web": "^10.0.0", + "@ladjs/web": "^21.0.7", "@primer/css": "^15.2.0", "@sidoshi/random-string": "^1.0.0", "@slack/web-api": "^6.0.0", @@ -67,7 +67,7 @@ "dashify": "^2.0.0", "dayjs": "^1.10.4", "dayjs-with-plugins": "^0.0.4", - "del": "^6.0.0", + "del": "^8.0.0", "email-templates": "^8.0.3", "fast-safe-stringify": "^2.0.7", "font-awesome-assets": "^0.0.8",