From b7e455143f04c35bdf70a8c11d3eccae92666370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:04:51 +0000 Subject: [PATCH] Bump next from 15.4.8 to 15.4.10 in /e2e/browser/test-app Bumps [next](https://github.com/vercel/next.js) from 15.4.8 to 15.4.10. - [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.4.8...v15.4.10) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e2e/browser/test-app/package-lock.json | 22 +++++++++++----------- e2e/browser/test-app/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/e2e/browser/test-app/package-lock.json b/e2e/browser/test-app/package-lock.json index 29e0870..71be39e 100644 --- a/e2e/browser/test-app/package-lock.json +++ b/e2e/browser/test-app/package-lock.json @@ -14,7 +14,7 @@ "@inrupt/solid-client-authn-browser": "^2.2.4", "@inrupt/solid-client-errors": "file:../../..", "@inrupt/vocab-common-rdf": "^1.0.5", - "next": "^15.4.8", + "next": "^15.4.10", "react": "^19.0.0" }, "devDependencies": { @@ -36,12 +36,12 @@ "@playwright/test": "^1.57.0", "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", "dotenv": "^17.2.3", - "eslint": "^9.39.1", - "eslint-config-next": "^16.0.6", + "eslint": "^9.39.2", + "eslint-config-next": "^16.0.10", "jest": "^30.2.0", "jest-environment-jsdom": "^30.2.0", "rollup": "^4.53.3", - "ts-jest": "^29.4.5", + "ts-jest": "^29.4.6", "ts-node": "^10.9.2", "typedoc": "^0.28.15", "typedoc-plugin-markdown": "^3.17.1", @@ -8841,9 +8841,9 @@ "license": "MIT" }, "node_modules/@next/env": { - "version": "15.4.8", - "resolved": "https://registry.npmjs.org/@next/env/-/env-15.4.8.tgz", - "integrity": "sha512-LydLa2MDI1NMrOFSkO54mTc8iIHSttj6R6dthITky9ylXV2gCGi0bHQjVCtLGRshdRPjyh2kXbxJukDtBWQZtQ==", + "version": "15.4.10", + "resolved": "https://registry.npmjs.org/@next/env/-/env-15.4.10.tgz", + "integrity": "sha512-knhmoJ0Vv7VRf6pZEPSnciUG1S4bIhWx+qTYBW/AjxEtlzsiNORPk8sFDCEvqLfmKuey56UB9FL1UdHEV3uBrg==", "license": "MIT" }, "node_modules/@next/swc-darwin-arm64": { @@ -9384,12 +9384,12 @@ } }, "node_modules/next": { - "version": "15.4.8", - "resolved": "https://registry.npmjs.org/next/-/next-15.4.8.tgz", - "integrity": "sha512-jwOXTz/bo0Pvlf20FSb6VXVeWRssA2vbvq9SdrOPEg9x8E1B27C2rQtvriAn600o9hH61kjrVRexEffv3JybuA==", + "version": "15.4.10", + "resolved": "https://registry.npmjs.org/next/-/next-15.4.10.tgz", + "integrity": "sha512-itVlc79QjpKMFMRhP+kbGKaSG/gZM6RCvwhEbwmCNF06CdDiNaoHcbeg0PqkEa2GOcn8KJ0nnc7+yL7EjoYLHQ==", "license": "MIT", "dependencies": { - "@next/env": "15.4.8", + "@next/env": "15.4.10", "@swc/helpers": "0.5.15", "caniuse-lite": "^1.0.30001579", "postcss": "8.4.31", diff --git a/e2e/browser/test-app/package.json b/e2e/browser/test-app/package.json index 244f63f..da057f3 100644 --- a/e2e/browser/test-app/package.json +++ b/e2e/browser/test-app/package.json @@ -15,7 +15,7 @@ "@inrupt/solid-client-authn-browser": "^2.2.4", "@inrupt/solid-client-errors": "file:../../..", "@inrupt/vocab-common-rdf": "^1.0.5", - "next": "^15.4.8", + "next": "^15.4.10", "react": "^19.0.0" }, "devDependencies": {