From 03af6bba61ba8e7167000d52a0663a310d5fce22 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 10:57:39 +0000 Subject: [PATCH] fix: upgrade @netlify/plugin-nextjs from 5.14.4 to 5.14.6 Snyk has created this PR to upgrade @netlify/plugin-nextjs from 5.14.4 to 5.14.6. See this package in npm: @netlify/plugin-nextjs See this project in Snyk: https://app.snyk.io/org/oocaz/project/52a738f2-082c-454b-8514-84c41ff1c179?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22b8467..0501491 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@mui/icons-material": "^5.15.18", - "@netlify/plugin-nextjs": "^5.2.2", + "@netlify/plugin-nextjs": "^5.14.6", "axios": "^1.6.4", "concurrently": "^8.2.1", "eslint": "^9.0.0", @@ -2173,9 +2173,9 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "5.14.4", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.14.4.tgz", - "integrity": "sha512-HnMHG0tksVoS2E6ImcX9o/EcVH1dckb8ZL1FyghKRsEPYCo+20hQ6zncd5EEOW7K22UN+n1EprCROWUmsbhYMg==", + "version": "5.14.6", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-5.14.6.tgz", + "integrity": "sha512-kgvUsRfLPZHGDk5PaZWtKvjipu9cEYTllSqzgVDOLeIDYPnu2+oFN58wDCw7ej6FKl0Q0Gn4fIrJZmdYYwfypQ==", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 8647c99..1e6fce9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@mui/icons-material": "^5.15.18", - "@netlify/plugin-nextjs": "^5.2.2", + "@netlify/plugin-nextjs": "^5.14.6", "axios": "^1.6.4", "concurrently": "^8.2.1", "eslint": "^9.0.0",