From ac4be9f03783da335107597b5ed48d751d35e355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 22:06:18 +0000 Subject: [PATCH] :arrow_up: Bump next-sitemap from 4.2.2 to 4.2.3 Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 4.2.2 to 4.2.3. - [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.2.2...4.2.3) --- updated-dependencies: - dependency-name: next-sitemap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index de1c1746..e1b86f94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "lucide-react": "^0.273.0", "next": "13.4.19", "next-seo": "^6.0.0", - "next-sitemap": "^4.2.2", + "next-sitemap": "^4.2.3", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "^4.9.5" @@ -4734,9 +4734,9 @@ } }, "node_modules/next-sitemap": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-4.2.2.tgz", - "integrity": "sha512-cz5PyFibUNSJSXOY5mllq5TW0OH6SGG+8GJ9fR9pl1Thu4rvkDye+0N0790h+9kQihDStuVw2xfwC3qihDkflA==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-4.2.3.tgz", + "integrity": "sha512-vjdCxeDuWDzldhCnyFCQipw5bfpl4HmZA7uoo3GAaYGjGgfL4Cxb1CiztPuWGmS+auYs7/8OekRS8C2cjdAsjQ==", "funding": [ { "url": "https://github.com/iamvishnusankar/next-sitemap.git" diff --git a/package.json b/package.json index cfc82c35..11ac42af 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lucide-react": "^0.273.0", "next": "13.4.19", "next-seo": "^6.0.0", - "next-sitemap": "^4.2.2", + "next-sitemap": "^4.2.3", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "^4.9.5"