diff --git a/package-lock.json b/package-lock.json index 4705a13..97668f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@img-comparison-slider/react": "^8.0.2", "@radix-ui/react-icons": "^1.3.2", - "next": "15.4.9", + "next": "15.4.10", "react": "19.0.0", "react-dom": "19.0.0" }, @@ -672,9 +672,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/eslint-plugin-next": { @@ -3877,12 +3877,12 @@ "license": "MIT" }, "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/package.json b/package.json index 2ba6ffb..4ac2724 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@img-comparison-slider/react": "^8.0.2", "@radix-ui/react-icons": "^1.3.2", - "next": "15.4.9", + "next": "15.4.10", "react": "19.0.0", "react-dom": "19.0.0" },