From 876ed631096f1b38dc2131c0d11ed5703263cef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 00:59:42 +0000 Subject: [PATCH] Bump next-sitemap from 3.1.15 to 4.0.9 Bumps [next-sitemap](https://github.com/iamvishnusankar/next-sitemap) from 3.1.15 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/3.1.15...4.0.9) --- updated-dependencies: - dependency-name: next-sitemap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index eee65a0..bc095b3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "eslint": "^8.20.0", "eslint-config-next": "^13.0.0", - "next-sitemap": "^3.1.15", + "next-sitemap": "^4.0.9", "prettier": "2.7.1", "stylelint": "^14.9.1", "stylelint-config-standard": "^26.0.0" diff --git a/yarn.lock b/yarn.lock index 099ab7d..a459fcd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -45,10 +45,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@corex/deepmerge@^4.0.29": - version "4.0.29" - resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-4.0.29.tgz#af9debf07d7f6b0d2a9d04a266abf2c1418ed2f6" - integrity sha512-q/yVUnqckA8Do+EvAfpy7RLdumnBy9ZsducMUtZTvpdbJC7azEf1hGtnYYxm0QfphYxjwggv6XtH64prvS1W+A== +"@corex/deepmerge@^4.0.37": + version "4.0.43" + resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-4.0.43.tgz#9bd42559ebb41cc5a7fb7cfeea5f231c20977dca" + integrity sha512-N8uEMrMPL0cu/bdboEWpQYb/0i2K5Qn8eCsxzOmxSggJbbQte7ljMRoXm917AbntqTGOzdTu+vP3KOOzoC70HQ== "@csstools/selector-specificity@^2.0.1": version "2.0.1" @@ -1773,10 +1773,10 @@ minimist-options@4.1.0: is-plain-obj "^1.1.0" kind-of "^6.0.3" -minimist@^1.2.0, minimist@^1.2.6: - version "1.2.7" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18" - integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== +minimist@^1.2.0, minimist@^1.2.6, minimist@^1.2.8: + version "1.2.8" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== ms@2.0.0: version "2.0.0" @@ -1803,13 +1803,13 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= -next-sitemap@^3.1.15: - version "3.1.15" - resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-3.1.15.tgz#abb68abeffc5aa5d3a88bd7441092fba0c69c481" - integrity sha512-zLLbSRQjArBlwQp3SUG1nt9TDdJGvLzRj/sQaV4ZovIl4VlocKuFxlX5aWbVQ7iLhTxr8uGU7v8cFENiZCGRjA== +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.29" - minimist "^1.2.6" + "@corex/deepmerge" "^4.0.37" + minimist "^1.2.8" next@^13.0.0: version "13.0.0"