From 48c53436ff334947591f79fe4b0e377a9316298e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 18:00:12 +0000 Subject: [PATCH] build(deps): bump @netlify/plugin-nextjs from 4.36.0 to 4.37.0 in /web Bumps [@netlify/plugin-nextjs](https://github.com/netlify/next-runtime) from 4.36.0 to 4.37.0. - [Release notes](https://github.com/netlify/next-runtime/releases) - [Changelog](https://github.com/netlify/next-runtime/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.36.0...plugin-nextjs-v4.37.0) --- updated-dependencies: - dependency-name: "@netlify/plugin-nextjs" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 18 +++++++++--------- web/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 651381ae..3a9cdaf9 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/newsreader": "^4.5.10", "@headlessui/react": "^1.7.14", "@mapbox/rehype-prism": "^0.8.0", - "@netlify/plugin-nextjs": "^4.36.0", + "@netlify/plugin-nextjs": "^4.37.0", "@tailwindcss/typography": "^0.5.9", "classnames": "^2.3.2", "colord": "^2.9.3", @@ -871,14 +871,14 @@ } }, "node_modules/@netlify/functions": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.4.0.tgz", - "integrity": "sha512-gy7ULTIRroc2/jyFVGx1djCmmBMVisIwrvkqggq5B6iDcInRSy2Tpkm+V5C63hKJVkNRskKWtLQKm9ecCaQTjA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-1.6.0.tgz", + "integrity": "sha512-6G92AlcpFrQG72XU8YH8pg94eDnq7+Q0YJhb8x4qNpdGsvuzvrfHWBmqFGp/Yshmv4wex9lpsTRZOocdrA2erQ==", "dependencies": { "is-promise": "^4.0.0" }, "engines": { - "node": ">=8.3.0" + "node": ">=14.0.0" } }, "node_modules/@netlify/ipx": { @@ -912,12 +912,12 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "4.36.0", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.36.0.tgz", - "integrity": "sha512-xFcfYyK/p52xYWoCxWkIAVBsD/gzbyfLYJ70OFZm8NnlLMOqxJvNsO4XofJHJlNshteVZTF339oZTT4dgQ48Uw==", + "version": "4.37.0", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.37.0.tgz", + "integrity": "sha512-2CZ/B5aMjbiBr7rGCbLVf6LwZkqC8fkiZtntQMH/uP2Fa6F8HmKL+X32q3As3KL76bqe12kxTcoUidXfWx2lLg==", "dependencies": { "@netlify/esbuild": "0.14.39", - "@netlify/functions": "^1.4.0", + "@netlify/functions": "^1.6.0", "@netlify/ipx": "^1.4.0", "@vercel/node-bridge": "^2.1.0", "chalk": "^4.1.2", diff --git a/web/package.json b/web/package.json index 820ddd22..1d5e4249 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "@fontsource/newsreader": "^4.5.10", "@headlessui/react": "^1.7.14", "@mapbox/rehype-prism": "^0.8.0", - "@netlify/plugin-nextjs": "^4.36.0", + "@netlify/plugin-nextjs": "^4.37.0", "@tailwindcss/typography": "^0.5.9", "classnames": "^2.3.2", "colord": "^2.9.3",