From c7dfb9f1c5a35f49498c9ec6cb612ab7cc6c86bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 06:08:39 +0000 Subject: [PATCH] Bump next-sitemap from 4.0.7 to 4.0.9 Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 4.0.7 to 4.0.9. - [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/4.0.7...4.0.9) --- updated-dependencies: - dependency-name: next-sitemap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 30de3d0..800d7c4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@headlessui/react": "^1.7.14", "@next/env": "^13.4.1", "next": "13.4.0", - "next-sitemap": "^4.0.7", + "next-sitemap": "^4.0.9", "next-themes": "^0.2.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index bc8ead6..4b87b27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2560,10 +2560,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next-sitemap@^4.0.7: - version "4.0.7" - resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.0.7.tgz#a8e7ffc1b8ec976b61171f4cb2d1d5384a2c4eb4" - integrity sha512-S2g5IwJeO0+ecmFq981fb+Mw9YWmntOuN/qTCxclSkUibOJ8qKIOye0vn6NEJ1S4tKhbY+MTYKgJpNdFZYxLoA== +next-sitemap@^4.0.9: + version "4.0.9" + resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.0.9.tgz#534d2e96440e1579c7053f56cd4a1fe912b63ea5" + integrity sha512-8pbcEe4vrmgGEc3beVbrSqd8mTQ9lCsGxP+AOlArrGmeLkKD4TbSR41R2unQHHSTkBG8cQ/7gjKkdLBlzwtu6g== dependencies: "@corex/deepmerge" "^4.0.37" minimist "^1.2.8"