diff --git a/e2e-report/package-lock.json b/e2e-report/package-lock.json index 3696c1f775..66185db805 100644 --- a/e2e-report/package-lock.json +++ b/e2e-report/package-lock.json @@ -8,7 +8,7 @@ "name": "e2e-test-site", "version": "0.1.0", "dependencies": { - "@netlify/plugin-nextjs": "^5.3.2", + "@netlify/plugin-nextjs": "^5.3.3", "chart.js": "^4.4.2", "next": "^14.2.3", "react": "^18.3.1", @@ -2232,9 +2232,9 @@ "integrity": "sha512-fuscdXJ9G1qb7W8VdHi+IwRqij3lBkosAm4ydQtEmbY58OzHXqQhvlxqEkoz0yssNVn38bcpRWgA9PP+OGoisw==" }, "node_modules/@netlify/plugin-nextjs": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.3.2.tgz", - "integrity": "sha512-DC3sNpWnnhIfJxAfqdktbkU2LxYUDKCVQnxqEhJSyheQ5G9ILu1spUKa5pEe8X2EvtH8FwtMAc7Gi5h6pft22A==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.3.3.tgz", + "integrity": "sha512-QhvZLOHhPuTnh6TZ5G0/jtjAJ1Y52A67b39eygKv6znQUPti8p+8y2WulcntpCRzVp2stzEULMNPlnptna1ikg==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/e2e-report/package.json b/e2e-report/package.json index 6814c0b975..6b5c2e4951 100644 --- a/e2e-report/package.json +++ b/e2e-report/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@netlify/plugin-nextjs": "^5.3.2", + "@netlify/plugin-nextjs": "^5.3.3", "chart.js": "^4.4.2", "next": "^14.2.3", "react": "^18.3.1",