From 554dfea3813ed389ed446fef142430cdf96cec78 Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Sat, 21 Dec 2024 16:22:24 +0100 Subject: [PATCH] fix: upgrade next-query-params from 4.1.0 to 4.3.0 (#167) Snyk has created this PR to upgrade next-query-params from 4.1.0 to 4.3.0. See this package in yarn: next-query-params See this project in Snyk: https://app.snyk.io/org/devfile/project/b531d744-fc32-4317-a5d5-80e414d9d114?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 285490ef..0c7865eb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "fuse.js": "^6.6.2", "js-yaml": "^4.1.0", "next": "~13.1.6", - "next-query-params": "^4.1.0", + "next-query-params": "^4.3.0", "next-sitemap": "^3.1.17", "query-string": "^8.1.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index c47a4baa..1fe57a91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10421,10 +10421,10 @@ new-date@^1.0.3: dependencies: "@segment/isodate" "1.0.3" -next-query-params@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/next-query-params/-/next-query-params-4.1.0.tgz#d69e0cb3f0ec1e746a7bb255cd5a07d9e03ba95d" - integrity sha512-jjoQByM9s2d4wCUBUazhgHNVztm18meCtVoDj6v45+LZIQfxAF5QYVFKCbDYarI3iXD4xcZprztqLtALiiV8nQ== +next-query-params@^4.3.0: + version "4.3.1" + resolved "https://registry.yarnpkg.com/next-query-params/-/next-query-params-4.3.1.tgz#1b015379c59b484029e0cfe55a5c1cdb16e1586b" + integrity sha512-gcmWfHGlidvStLQZ6AWzaUB6/wEAX11Uu8ig7iWRoIH9vjFW2ZYT8runHLGLN3inGy+m+/axNHQah0jeNeMI+Q== dependencies: tslib "^2.0.3"