From 8d0b9120dfefac80efcceaed29378f37bf2f83dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Nov 2024 06:31:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONPATHPLUS-7945884 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7feaa2758..728ce9ce1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "registry": "https://registry.npmjs.org" }, "dependencies": { - "@kubernetes/client-node": "0.16.3", + "@kubernetes/client-node": "0.22.3", "@octokit/app": "4.3.0", "@octokit/rest": "16.43.2", "@slack/client": "5.0.2", @@ -39,7 +39,7 @@ "handlebars": "4.7.7", "i18next": "21.8.2", "js-yaml": "4.1.0", - "jsonpath-plus": "6.0.1", + "jsonpath-plus": "10.2.0", "jsonwebtoken": "8.5.1", "lodash": "4.17.21", "mathjs": "10.1.0",