From be3112ca7b639b08b550687b9b2cc31bbb5a6fb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 01:44:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 15f0420c..4308ce04 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "tempy": "^1.0.1", "text-encoding-utf-8": "^1.0.2", "transform-json-types": "^0.7.0", - "ts-json-schema-generator": "^0.93.0", + "ts-json-schema-generator": "^2.1.0", "ts-to-zod": "^1.11.0", "typescript": "4.3.4", "xml-js": "^1.6.11", @@ -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",