From da44189b83737cc4378fc6c4cf236cd64c8ed8eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Sep 2024 01:45:49 +0000 Subject: [PATCH] fix: examples/with-cloudinary/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- examples/with-cloudinary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-cloudinary/package.json b/examples/with-cloudinary/package.json index c091a5107c7e1..a7d300086698e 100644 --- a/examples/with-cloudinary/package.json +++ b/examples/with-cloudinary/package.json @@ -13,7 +13,7 @@ "eslint-config-next": "^13.0.1", "framer-motion": "^7.6.4", "imagemin": "^8.0.1", - "imagemin-jpegtran": "^7.0.0", + "imagemin-jpegtran": "^8.0.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0",