From 85669527e93b9ca4b13cdee0fd171ef9a6c126b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Nov 2024 15:14:05 +0000 Subject: [PATCH] fix: libraries/heft-config-file/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONPATHPLUS-7945884 --- libraries/heft-config-file/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/heft-config-file/package.json b/libraries/heft-config-file/package.json index 286d7d2aa61..54b15e14e18 100644 --- a/libraries/heft-config-file/package.json +++ b/libraries/heft-config-file/package.json @@ -20,7 +20,7 @@ "dependencies": { "@rushstack/node-core-library": "workspace:*", "@rushstack/rig-package": "workspace:*", - "jsonpath-plus": "~4.0.0" + "jsonpath-plus": "~10.2.0" }, "devDependencies": { "@rushstack/eslint-config": "workspace:*",