From c23eecf09068a909b6a965a462a001b40e55bb49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 00:09:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05f87f91..f8fc9050 100644 --- a/package.json +++ b/package.json @@ -17,14 +17,14 @@ "dotenv-expand": "4.2.0", "fs-extra": "5.0.0", "imagemin-gifsicle": "^6.0.1", - "imagemin-mozjpeg": "^8.0.0", + "imagemin-mozjpeg": "^9.0.0", "object-assign": "4.1.1", "promise": "8.0.1", "prop-types": "^15.6.1", "raf": "3.4.0", "raven-js": "^3.26.2", "react": "^16.8.5", - "react-dev-utils": "^11.0.4", + "react-dev-utils": "^12.0.0", "react-dom": "^16.8.5", "react-gtm-module": "^2.0.2", "react-meta-tags": "^0.7.4",