Skip to content

Commit e63bc65

Browse files
fix(deps): update dependency next-sitemap to v4 (#5090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48b090d commit e63bc65

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@theguild/components": "4.5.5",
2020
"next": "13.2.2",
21-
"next-sitemap": "3.1.55",
21+
"next-sitemap": "4.0.2",
2222
"react": "18.2.0",
2323
"react-dom": "18.2.0"
2424
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,10 +1600,10 @@
16001600
human-id "^1.0.2"
16011601
prettier "^2.7.1"
16021602

1603-
"@corex/deepmerge@^4.0.29":
1604-
version "4.0.29"
1605-
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-4.0.29.tgz#af9debf07d7f6b0d2a9d04a266abf2c1418ed2f6"
1606-
integrity sha512-q/yVUnqckA8Do+EvAfpy7RLdumnBy9ZsducMUtZTvpdbJC7azEf1hGtnYYxm0QfphYxjwggv6XtH64prvS1W+A==
1603+
"@corex/deepmerge@^4.0.37":
1604+
version "4.0.37"
1605+
resolved "https://registry.yarnpkg.com/@corex/deepmerge/-/deepmerge-4.0.37.tgz#873dcf71aee46596d7e385437b0d94770ef4c85f"
1606+
integrity sha512-PX90bEnrLdxd5e6rSFWsghExMuSw0Uov3fWJuuaoFuUQIS/446diu/4seExK5b+43L+SOBbd2uBGwYUkG1JfCw==
16071607

16081608
"@cspotcode/source-map-support@^0.8.0":
16091609
version "0.8.1"
@@ -9054,10 +9054,10 @@ minimist-options@^4.0.2:
90549054
is-plain-obj "^1.1.0"
90559055
kind-of "^6.0.3"
90569056

9057-
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.7:
9058-
version "1.2.7"
9059-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
9060-
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
9057+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.7, minimist@^1.2.8:
9058+
version "1.2.8"
9059+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
9060+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
90619061

90629062
minipass-collect@^1.0.2:
90639063
version "1.0.2"
@@ -9217,13 +9217,13 @@ next-seo@^5.5.0:
92179217
resolved "https://registry.yarnpkg.com/next-seo/-/next-seo-5.14.1.tgz#d07322edc37634fbd9beca51fb04177910d8031c"
92189218
integrity sha512-NiJeQbxYP3z+EMp52q8k3Q+OfX2+Yv2WehERDj98r2wjXxL+woKpRBdsSVYolTD0Hm8IWs42SzaISE93RoQdOw==
92199219

9220-
next-sitemap@3.1.55:
9221-
version "3.1.55"
9222-
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-3.1.55.tgz#9ba3ce6a22d8da641c241ddd644e1e3aef9a13c5"
9223-
integrity sha512-ZjkRfkqoSLbU+e8W9TWWe0zfOGNA47lpvm35kNcUCmj73gpLX2PIn51gwHT/B6bgGVAFYY0OXixJDrxIIwcEHw==
9220+
next-sitemap@4.0.2:
9221+
version "4.0.2"
9222+
resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-4.0.2.tgz#e652c497c36fd3aa875a7cf217774e2b586aa605"
9223+
integrity sha512-NQVzguzW6xkh0fZzmgZJ//H9f1DdvKmhJmTO1xuIPmDuZxM2Gd48CrKHXVnbK0zAx52hpyNe3ZUGkrExUWyljg==
92249224
dependencies:
9225-
"@corex/deepmerge" "^4.0.29"
9226-
minimist "^1.2.7"
9225+
"@corex/deepmerge" "^4.0.37"
9226+
minimist "^1.2.8"
92279227

92289228
next-themes@^0.2.1:
92299229
version "0.2.1"

0 commit comments

Comments
 (0)