From e31a3235fec9fb47e13e49de5f96e84dbee96d7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Sep 2025 11:06:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-JSONDIFFPATCH-10369031 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e56bd3..0b08b9d 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "finalhandler": "1.1.2", "hammerjs": "2.0.8", "immer": "4.0.2", - "jsondiffpatch": "^0.3.11", + "jsondiffpatch": "^0.7.2", "lodash": "4.17.15", "ngrx-store-logger": "0.2.4", "ngx-masonry": "1.1.4", @@ -98,7 +98,7 @@ "dotenv": "6.2.0", "eslint": "6.1.0", "ineeda": "0.11.3", - "jest": "24.1.0", + "jest": "27.0.0", "jest-preset-angular": "7.0.1", "ng-packagr": "9.0.0", "prettier": "1.18.2",