diff --git a/examples/integrate-with-next/package-lock.json b/examples/integrate-with-next/package-lock.json index 559a6cd594..25b55ebe55 100644 --- a/examples/integrate-with-next/package-lock.json +++ b/examples/integrate-with-next/package-lock.json @@ -24,7 +24,7 @@ "babel-jest": "^29.4.2", "jest": "^28.1.0", "jest-environment-jsdom": "28.1.0", - "next": "15.4.9", + "next": "15.4.10", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.9.4" @@ -3972,9 +3972,9 @@ } }, "node_modules/@next/env": { - "version": "15.4.9", - "resolved": "https://registry.npmjs.org/@next/env/-/env-15.4.9.tgz", - "integrity": "sha512-OYR0RulK5phnbxxzcLE4/ECgfx1PL3EHrDbjyelJ7jauaO+/Qvj5gG8JPMltB51CygC2KrZ0aAfYLjPYjYY17A==", + "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/font": { @@ -9755,12 +9755,12 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" }, "node_modules/next": { - "version": "15.4.9", - "resolved": "https://registry.npmjs.org/next/-/next-15.4.9.tgz", - "integrity": "sha512-/NedNmbiH4Umt/7SohT9VKxEdBt02Lj33xHrukE7d8Li6juT+75sEq4a4U06jggrvdbklKgr78OZEyWZ8XRrtw==", + "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.9", + "@next/env": "15.4.10", "@swc/helpers": "0.5.15", "caniuse-lite": "^1.0.30001579", "postcss": "8.4.31", diff --git a/examples/integrate-with-next/package.json b/examples/integrate-with-next/package.json index 1043a3cd3e..0bef26431c 100644 --- a/examples/integrate-with-next/package.json +++ b/examples/integrate-with-next/package.json @@ -16,7 +16,7 @@ "@types/node": "18.11.18", "@types/react": "18.0.27", "@types/react-dom": "18.0.10", - "next": "15.4.9", + "next": "15.4.10", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "4.9.4",