From 11f76f55e118d426c1b2f8aed9abf9bf6ca2a3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:35:29 +0000 Subject: [PATCH] Bump next in /javascript/ql/test/query-tests/Security/CWE-918/Request Bumps [next](https://github.com/vercel/next.js) from 15.5.10 to 15.5.15. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.5.10...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ql/test/query-tests/Security/CWE-918/Request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/test/query-tests/Security/CWE-918/Request/package.json b/javascript/ql/test/query-tests/Security/CWE-918/Request/package.json index 51e1a1124639..0805c661480f 100644 --- a/javascript/ql/test/query-tests/Security/CWE-918/Request/package.json +++ b/javascript/ql/test/query-tests/Security/CWE-918/Request/package.json @@ -8,6 +8,6 @@ "start": "next start" }, "dependencies": { - "next": "15.5.10" + "next": "15.5.15" } }