From 1ce4a93a0714537b0de1c4c6c43f273bb94656f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:48:05 +0000 Subject: [PATCH] Bump next-sitemap from 3.1.54 to 4.0.5 Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 3.1.54 to 4.0.5. - [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.5) --- 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..cf5925f 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.5", "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.5", + "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-4.0.5.tgz", + "integrity": "sha512-kIABX4n8wJqY2sttRjivBF2r1MgQ1pg12y87qGT+5meippq0ivxaNSRldMDOj8pIGhXW6uFAsCxyH/JftqkwWQ==", "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..87088d4 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.5", "react": "18.2.0", "react-dom": "18.2.0", "react-hotkeys-hook": "^4.3.5",