From 2ac3f1bbb6c397068e4a453b4a6e6da12e1fb4eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Nov 2025 10:32:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 15f0420c..a24d9c82 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "sha1": "^1.1.1", "stringify-object": "^3.3.0", "svg-to-dataurl": "^1.0.0", - "svgo": "^1.3.2", + "svgo": "^2.0.0", "tempy": "^1.0.1", "text-encoding-utf-8": "^1.0.2", "transform-json-types": "^0.7.0", @@ -104,7 +104,7 @@ "@types/react": "^17.0.11", "@types/svgo": "^1.3.3", "husky": "^4.2.5", - "imagemin-lint-staged": "^0.4.0", + "imagemin-lint-staged": "^0.5.0", "lint-staged": "^11.0.0", "patch-package": "^6.4.7", "postinstall-postinstall": "^2.0.0",