From 55440a2f7fccb52add6ba16c33865d58a9e7c7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 18:08:19 +0000 Subject: [PATCH] Bump path-to-regexp from 2.4.0 to 3.3.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.4.0 to 3.3.0. - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v2.4.0...v3.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a980891..725ebf7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lodash": "^4.17.11", "moment": "^2.24.0", "omit.js": "^1.0.2", - "path-to-regexp": "2.4.0", + "path-to-regexp": "3.3.0", "qs": "^6.9.0", "react": "^16.8.6", "react-dom": "^16.8.6",