From 85996e11b3f00bd8bb64b3bd9fa1818838a324a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:15:47 +0000 Subject: [PATCH] Bump next-usequerystate from 1.17.1 to 1.17.8 Bumps [next-usequerystate](https://github.com/47ng/nuqs/tree/HEAD/packages/nuqs) from 1.17.1 to 1.17.8. - [Release notes](https://github.com/47ng/nuqs/releases) - [Commits](https://github.com/47ng/nuqs/commits/v1.17.8/packages/nuqs) --- updated-dependencies: - dependency-name: next-usequerystate dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b88749e..ca66e5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@react-spring/web": "^9.7.3", "html-entities": "^2.5.2", "next": "^14.2.6", - "next-usequerystate": "^1.17.1", + "next-usequerystate": "^1.17.8", "react": "18.3.1", "react-bootstrap-icons": "^1.11.4", "react-dom": "18.3.1", @@ -3999,9 +3999,9 @@ } }, "node_modules/next-usequerystate": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/next-usequerystate/-/next-usequerystate-1.17.1.tgz", - "integrity": "sha512-gRUswW1OIFJY+ncQKq2GH0BEIFX63JhC5+hKSkQr8s48jib7ffdx7sCivmssFmRJrIfhyawRyBUaCSPaSyPMgw==", + "version": "1.17.8", + "resolved": "https://registry.npmjs.org/next-usequerystate/-/next-usequerystate-1.17.8.tgz", + "integrity": "sha512-9lwrnqFRafi2KGmt9TgnlFP4w0rNSsVtAf+2ufyj/KgQZDv+fIQAGZSCZkmkU1f1Q4tsKvnG94h3prK88mP2sA==", "dependencies": { "mitt": "^3.0.1" }, diff --git a/package.json b/package.json index a01d350..44f10ed 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@react-spring/web": "^9.7.3", "html-entities": "^2.5.2", "next": "^14.2.6", - "next-usequerystate": "^1.17.1", + "next-usequerystate": "^1.17.8", "react": "18.3.1", "react-bootstrap-icons": "^1.11.4", "react-dom": "18.3.1",