From 756df9cd47f998e50f788287259ea23a8bf89fb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 16:36:13 +0000 Subject: [PATCH] fix(deps): update dependency next-query-params to v5 (#2036) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 10 +++++----- website/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a01fa941e45..a59158a8ebe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -346,8 +346,8 @@ importers: specifier: ^13.5.4 version: 13.5.4(@babel/core@7.22.17)(react-dom@18.2.0)(react@18.2.0) next-query-params: - specifier: ^4.2.3 - version: 4.2.3(next@13.5.4)(react@18.2.0)(use-query-params@2.2.1) + specifier: ^5.0.0 + version: 5.0.0(next@13.5.4)(react@18.2.0)(use-query-params@2.2.1) next-sitemap: specifier: ^4.2.3 version: 4.2.3(next@13.5.4) @@ -8393,10 +8393,10 @@ packages: /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-query-params@4.2.3(next@13.5.4)(react@18.2.0)(use-query-params@2.2.1): - resolution: {integrity: sha512-hGNCYRH8YyA5ItiBGSKrtMl21b2MAqfPkdI1mvwloNVqSU142IaGzqHN+OTovyeLIpQfonY01y7BAHb/UH4POg==} + /next-query-params@5.0.0(next@13.5.4)(react@18.2.0)(use-query-params@2.2.1): + resolution: {integrity: sha512-Zm9nc0QgrTMaQwGdbICcTDaYS4oRcXo628Ye6JQGdp/9JzlhzDpzcGRqciK0S62yAyE3b5ozFpgzY0gDUEbLtw==} peerDependencies: - next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 + next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 use-query-params: ^2.0.0 dependencies: diff --git a/website/package.json b/website/package.json index b70c01531e7..e820d3c2f5f 100644 --- a/website/package.json +++ b/website/package.json @@ -22,7 +22,7 @@ "lodash.debounce": "^4.0.8", "lodash.uniqwith": "^4.5.0", "next": "^13.5.4", - "next-query-params": "^4.2.3", + "next-query-params": "^5.0.0", "next-sitemap": "^4.2.3", "react": "^18.2.0", "react-dom": "^18.2.0",