From 6d4b8530b4d791cc5fa4c9979731780c29839fce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 01:03:27 +0000 Subject: [PATCH] fix: javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- .../test/query-tests/Security/CWE-079/ReflectedXss/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss/package.json b/javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss/package.json index 5f522e83890b..a0129c48c940 100644 --- a/javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss/package.json +++ b/javascript/ql/test/query-tests/Security/CWE-079/ReflectedXss/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^10.0.0", + "next": "^14.2.7", "react": "17.0.1", "react-dom": "17.0.1" }