From 3de593b4eca2bf15996aa01d8c66bfaf36637d39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Apr 2026 18:00:19 +0000 Subject: [PATCH] fix: shell/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-16131135 - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-16132234 - https://snyk.io/vuln/SNYK-JS-UUID-16133035 --- shell/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/package.json b/shell/package.json index ec1d5abe858..c16cb37e5be 100644 --- a/shell/package.json +++ b/shell/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@aws-sdk/client-ec2": "3.863.0", - "@aws-sdk/client-eks": "3.879.0", + "@aws-sdk/client-eks": "3.896.0", "@aws-sdk/client-iam": "3.863.0", "@aws-sdk/client-kms": "3.863.0", "@babel/plugin-proposal-optional-chaining": "7.21.0", @@ -77,7 +77,7 @@ "d3-selection": "3.0.0", "dayjs": "1.11.18", "diff2html": "3.4.24", - "dompurify": "3.2.5", + "dompurify": "3.4.0", "element-matches": "^0.1.2", "entities": "4.5.0", "eslint": "7.32.0",