From 29811cb1e300becb2acf33f09d193a8eaf89ee65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 13:12:22 +0000 Subject: [PATCH] Bump next-sitemap from 3.1.54 to 4.0.8 Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 3.1.54 to 4.0.8. - [Release notes](https://github.com/iamvishnusankar/next-sitemap/releases) - [Changelog](https://github.com/iamvishnusankar/next-sitemap/blob/master/changelog.md) - [Commits](https://github.com/iamvishnusankar/next-sitemap/compare/3.1.54...4.0.8) --- updated-dependencies: - dependency-name: next-sitemap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 433b036..147bac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-next": "13.1.6", "fathom-client": "^3.5.0", "next": "13.2.4", - "next-sitemap": "^3.1.54", + "next-sitemap": "^4.0.8", "react": "18.2.0", "react-dom": "18.2.0", "react-hotkeys-hook": "^4.3.5", @@ -3010,17 +3010,17 @@ } }, "node_modules/next-sitemap": { - "version": "3.1.54", - "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-3.1.54.tgz", - "integrity": "sha512-/uzk8hjHU5o6ZelzkLt/LJw9MyFhRiz9VKIst9EhZfF1C/Bw4OCGzLmA+8ImUnTzSxFyuiWr6P1sjFJxKBhjAA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-4.0.8.tgz", + "integrity": "sha512-2wbTQr71zMjWjfVbSvStfR9MunixzMLhYtVinVpf7j5uozcXFoMw3rvGVRMRVbzhStd3Mm43FbuV4o2gbFx66Q==", "funding": [ { "url": "https://github.com/iamvishnusankar/next-sitemap.git" } ], "dependencies": { - "@corex/deepmerge": "^4.0.29", - "minimist": "^1.2.7" + "@corex/deepmerge": "^4.0.37", + "minimist": "^1.2.8" }, "bin": { "next-sitemap": "bin/next-sitemap.mjs", diff --git a/package.json b/package.json index 8f0598e..4ae12ac 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-config-next": "13.1.6", "fathom-client": "^3.5.0", "next": "13.2.4", - "next-sitemap": "^3.1.54", + "next-sitemap": "^4.0.8", "react": "18.2.0", "react-dom": "18.2.0", "react-hotkeys-hook": "^4.3.5",