From 0070e54aa68f2a3a30a1483d0e9a7d2126855b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:38:57 +0000 Subject: [PATCH] build(deps): bump @netlify/plugin-nextjs from 4.38.1 to 4.39.0 in /web Bumps [@netlify/plugin-nextjs](https://github.com/netlify/next-runtime) from 4.38.1 to 4.39.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.38.1...plugin-nextjs-v4.39.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 | 16 ++++++++-------- web/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index fb6f7e19..21a24abd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@fontsource-variable/newsreader": "^5.0.3", "@headlessui/react": "^1.7.15", "@mapbox/rehype-prism": "^0.8.0", - "@netlify/plugin-nextjs": "^4.38.1", + "@netlify/plugin-nextjs": "^4.39.0", "@tailwindcss/typography": "^0.5.9", "classnames": "^2.3.2", "colord": "^2.9.3", @@ -1019,9 +1019,9 @@ } }, "node_modules/@netlify/plugin-nextjs": { - "version": "4.38.1", - "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.38.1.tgz", - "integrity": "sha512-59iDg+zQzj9PZOVEGiEhCD84AdTXtWC6C8SQylBPfGMJ7xVYIVXdulNUpSy9F7NXhjDeM1y9IPyTKKan6D5QIA==", + "version": "4.39.0", + "resolved": "https://registry.npmjs.org/@netlify/plugin-nextjs/-/plugin-nextjs-4.39.0.tgz", + "integrity": "sha512-CkxVG+zidqHLb1nHEx0nMtt7DmSr4a27B4JFxr8jbFU8np9pHiLQ4bR+UvW5tzHdYSfw30Rt9XEQyHo1theq2Q==", "dependencies": { "@netlify/esbuild": "0.14.39", "@netlify/functions": "^1.6.0", @@ -1040,7 +1040,7 @@ "node-stream-zip": "^1.15.0", "outdent": "^0.8.0", "p-limit": "^3.1.0", - "pathe": "^0.2.0", + "pathe": "^0.3.0", "pretty-bytes": "^5.6.0", "regexp-tree": "^0.1.24", "semver": "^7.3.5", @@ -12936,9 +12936,9 @@ } }, "node_modules/pathe": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", - "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==" + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.3.9.tgz", + "integrity": "sha512-6Y6s0vT112P3jD8dGfuS6r+lpa0qqNrLyHPOwvXMnyNTQaYiwgau2DP3aNDsR13xqtGj7rrPo+jFUATpU6/s+g==" }, "node_modules/pause-stream": { "version": "0.0.11", diff --git a/web/package.json b/web/package.json index fda682e2..86e333c6 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "@fontsource-variable/newsreader": "^5.0.3", "@headlessui/react": "^1.7.15", "@mapbox/rehype-prism": "^0.8.0", - "@netlify/plugin-nextjs": "^4.38.1", + "@netlify/plugin-nextjs": "^4.39.0", "@tailwindcss/typography": "^0.5.9", "classnames": "^2.3.2", "colord": "^2.9.3",