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"