From 1f246fd8725a74531b934f9916b9c4fe402da2c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 21:20:08 +0000 Subject: [PATCH] Bump next-sitemap from 4.1.8 to 4.2.2 Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 4.1.8 to 4.2.2. - [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.1.8...4.2.2) --- updated-dependencies: - dependency-name: next-sitemap dependency-type: direct:development update-type: version-update:semver-minor ... 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 c484877a..758f06d4 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@types/react": "18.2.18", "@types/react-dom": "18.2.7", "@types/react-syntax-highlighter": "^15.5.7", - "next-sitemap": "^4.1.8", + "next-sitemap": "^4.2.2", "rome": "^12.1.3", "typescript": "5.1.6" } diff --git a/yarn.lock b/yarn.lock index 6e8aa50a..ff2aa0da 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2294,10 +2294,10 @@ nanoid@^3.3.4: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -next-sitemap@^4.1.8: - version "4.1.8" - resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.1.8.tgz#c1392878e1119039c601fa5c07f3e02750d21a06" - integrity sha512-XAXpBHX4o89JfMgvrm0zimlZwpu2iBPXHpimJMUrqOZSc4C2oB1Lv89mxuVON9IE8HOezaM+w4GjJxcYCuGPTQ== +next-sitemap@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.2.2.tgz#2336c4e2c1086842ed0f2d3f80e7fb8b8a4e0da1" + integrity sha512-cz5PyFibUNSJSXOY5mllq5TW0OH6SGG+8GJ9fR9pl1Thu4rvkDye+0N0790h+9kQihDStuVw2xfwC3qihDkflA== dependencies: "@corex/deepmerge" "^4.0.43" "@next/env" "^13.4.3"