From 5ea77dcf712618d407ff9f03139cee43cfde6c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 10:23:19 +0100 Subject: [PATCH] :arrow_up: Bump next-sitemap from 1.9.12 to 2.1.5 (#971) Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 1.9.12 to 2.1.5. - [Release notes](https://github.com/iamvishnusankar/next-sitemap/releases) - [Commits](https://github.com/iamvishnusankar/next-sitemap/compare/v1.9.12...v2.1.5) --- updated-dependencies: - dependency-name: next-sitemap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bf257f0..7c3c314 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "jsonlint": "^1.6.3", "lint-staged": "^12.0.2", "next": "^12.0.0", - "next-sitemap": "^1.3.16", + "next-sitemap": "^2.1.5", "prettier": "2.5.1", "prop-types": "^15.8.1", "react": "^17.0.1", diff --git a/yarn.lock b/yarn.lock index e724de0..528b4d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3545,10 +3545,10 @@ next-pwa@^5.4.4: workbox-webpack-plugin "^6.4.2" workbox-window "^6.4.2" -next-sitemap@^1.3.16: - version "1.9.12" - resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-1.9.12.tgz#288c2dfc907039892e21eb1b0c7a94d288f323d9" - integrity sha512-kHXf4ZNAGLJyK16HbjzE5X9JlKwXtxW+9J4dh3oT7LSbU/+3bN+VqWjNw/776Otbanf7EJsvl51oQ78qQW5XBQ== +next-sitemap@^2.1.5: + version "2.1.5" + resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-2.1.5.tgz#dce63aeaf3047ecbc3dcad8d041a55d18efa756e" + integrity sha512-4FDQhofIOa6kJf8s7BJ7XHbm5UdJ4dqwDnOB9sHl7zi4X50rzNf12wPhW/K41wZohtPKZV2jmrrc+XDxj1dpcA== dependencies: "@corex/deepmerge" "^2.6.148" minimist "^1.2.5"