From 89ef3dee7413178d71a13db7d16346d92535b37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:29:12 +0000 Subject: [PATCH] chore(deps): bump wouter from 3.3.0 to 3.3.1 Bumps [wouter](https://github.com/molefrog/wouter) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/molefrog/wouter/releases) - [Commits](https://github.com/molefrog/wouter/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: wouter 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 9b89db27..e4e19b16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "remark-gfm": "4.0.0", "universal-cookie": "7.1.4", "uuid": "10.0.0", - "wouter": "3.3.0", + "wouter": "3.3.1", "zustand": "4.5.4" }, "devDependencies": { @@ -13593,9 +13593,9 @@ } }, "node_modules/wouter": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/wouter/-/wouter-3.3.0.tgz", - "integrity": "sha512-Jo9uzDjwhutMndwzo81WE8fAsooUP1G4t8ftih2Bl9IStlxB66EaJRUaHElV3BT7AImj21hnTjbqq8t3PNHHVA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/wouter/-/wouter-3.3.1.tgz", + "integrity": "sha512-Fea/W5OHl8WOLgxpqx5jCheWjXXHYHaq33UNfgs7ewS9hXA+cBhvFTf3atxS/M5RBa1dQTXHZLE2J++9QKSkPA==", "dependencies": { "mitt": "^3.0.1", "regexparam": "^3.0.0", diff --git a/package.json b/package.json index b027bd8f..c283086a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "remark-gfm": "4.0.0", "universal-cookie": "7.1.4", "uuid": "10.0.0", - "wouter": "3.3.0", + "wouter": "3.3.1", "zustand": "4.5.4" }, "devDependencies": {