From cb2b9f85e9dc70f358403c13d7b9dcfa7091ceaa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:51:23 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7deebfb6..5b938c94 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dotenv": "5.0.1", "dotenv-expand": "4.2.0", "fs-extra": "5.0.0", - "imagemin-gifsicle": "^6.0.1", + "imagemin-gifsicle": "^7.0.0", "imagemin-mozjpeg": "^8.0.0", "object-assign": "4.1.1", "promise": "8.0.1",