From 9d24c384bda3316b337388c795a61977bef82c1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jan 2026 00:15:10 +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-REMIXRUNNODE-14908858 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908530 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-14908286 - https://snyk.io/vuln/SNYK-JS-REMIXRUNROUTER-14908287 - https://snyk.io/vuln/SNYK-JS-REMIXRUNSERVERRUNTIME-14908428 - https://snyk.io/vuln/SNYK-JS-REMIXRUNREACT-14908292 - https://snyk.io/vuln/SNYK-JS-REMIXRUNREACT-14908290 --- client/completions-review-tool/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/completions-review-tool/package.json b/client/completions-review-tool/package.json index c9273890e850..8dd3a85f10dc 100644 --- a/client/completions-review-tool/package.json +++ b/client/completions-review-tool/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@remix-run/css-bundle": "^1.17.0", - "@remix-run/express": "^1.17.0", - "@remix-run/node": "^1.17.0", - "@remix-run/react": "^1.17.0", - "@remix-run/server-runtime": "^1.17.0", + "@remix-run/express": "^2.17.4", + "@remix-run/node": "^2.17.4", + "@remix-run/react": "^2.17.4", + "@remix-run/server-runtime": "^2.17.3", "isbot": "^3.6.8", "morgan": "^1.10.0", "react": "^18.2.0",