diff --git a/web/package-lock.json b/web/package-lock.json index fc24f284..eeba7148 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/newsreader": "^4.5.9", "@headlessui/react": "^1.7.3", "@mapbox/rehype-prism": "^0.8.0", - "@netlify/plugin-nextjs": "^4.27.3", + "@netlify/plugin-nextjs": "^4.28.3", "@tailwindcss/typography": "^0.5.7", "classnames": "^2.3.2", "colord": "^2.9.3", @@ -795,9 +795,9 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "4.27.3", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.27.3.tgz", - "integrity": "sha512-9g9oDBXjR4h4fXDCzHVnjGPHtiS8Ms4XA2+k5l3p/OjH4rlNZ/IGDZuCm+LWxBINvjjkFngxg9A/Os15lvEb+A==", + "version": "4.28.3", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.28.3.tgz", + "integrity": "sha512-fA+gOkIowfQVaL1YDF3t+3uCsZ7OEkandLpFIv0D1faA/6Fy7VxCWhAxowRQ6oV3SjYxsV259aRMT0LaRejLMw==", "dependencies": { "@netlify/esbuild": "0.14.39", "@netlify/functions": "^1.3.0", @@ -806,6 +806,7 @@ "chalk": "^4.1.2", "destr": "^1.1.1", "execa": "^5.1.1", + "follow-redirects": "^1.15.2", "fs-extra": "^10.0.0", "globby": "^11.0.4", "merge-stream": "^2.0.0", @@ -5628,6 +5629,25 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, + "node_modules/follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, "node_modules/forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", @@ -15691,9 +15711,9 @@ } }, "@netlify/plugin-nextjs": { - "version": "4.27.3", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.27.3.tgz", - "integrity": "sha512-9g9oDBXjR4h4fXDCzHVnjGPHtiS8Ms4XA2+k5l3p/OjH4rlNZ/IGDZuCm+LWxBINvjjkFngxg9A/Os15lvEb+A==", + "version": "4.28.3", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.28.3.tgz", + "integrity": "sha512-fA+gOkIowfQVaL1YDF3t+3uCsZ7OEkandLpFIv0D1faA/6Fy7VxCWhAxowRQ6oV3SjYxsV259aRMT0LaRejLMw==", "requires": { "@netlify/esbuild": "0.14.39", "@netlify/functions": "^1.3.0", @@ -15702,6 +15722,7 @@ "chalk": "^4.1.2", "destr": "^1.1.1", "execa": "^5.1.1", + "follow-redirects": "^1.15.2", "fs-extra": "^10.0.0", "globby": "^11.0.4", "merge-stream": "^2.0.0", @@ -19333,6 +19354,11 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, + "follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" + }, "forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", diff --git a/web/package.json b/web/package.json index 612e01e7..ae14ce23 100644 --- a/web/package.json +++ b/web/package.json @@ -24,7 +24,7 @@ "@fontsource/newsreader": "^4.5.9", "@headlessui/react": "^1.7.3", "@mapbox/rehype-prism": "^0.8.0", - "@netlify/plugin-nextjs": "^4.27.3", + "@netlify/plugin-nextjs": "^4.28.3", "@tailwindcss/typography": "^0.5.7", "classnames": "^2.3.2", "colord": "^2.9.3",