From 32b60aa57a62f63c159a4be2a9dc61553ddd89e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 23:29:16 +0000 Subject: [PATCH] fix: client/completions-review-tool/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- client/completions-review-tool/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/completions-review-tool/package.json b/client/completions-review-tool/package.json index c9273890e85..d2d5fb776f6 100644 --- a/client/completions-review-tool/package.json +++ b/client/completions-review-tool/package.json @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@remix-run/css-bundle": "^1.17.0", + "@remix-run/css-bundle": "^1.17.1", "@remix-run/express": "^1.17.0", "@remix-run/node": "^1.17.0", "@remix-run/react": "^1.17.0",