From 6790a403aa4556aabd588089a151ca92ca429d0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Dec 2025 18:05:05 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-ESTREEUTILVALUETOESTREE-9734388 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- client/completions-review-tool/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/completions-review-tool/package.json b/client/completions-review-tool/package.json index c9273890e850..0ae4ca8f411b 100644 --- a/client/completions-review-tool/package.json +++ b/client/completions-review-tool/package.json @@ -11,13 +11,13 @@ "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", "@remix-run/server-runtime": "^1.17.0", "isbot": "^3.6.8", - "morgan": "^1.10.0", + "morgan": "^1.10.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-table": "^7.8.0"