From 1d1e8ad517ee6cfcf650f133a6a4004bc41e147b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:06:38 +0000 Subject: [PATCH] Bump path-to-regexp from 2.4.0 to 8.0.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.4.0 to 8.0.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...v8.0.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 839089a..9e8e66c 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "md5": "^2.2.1", "moment": "^2.24.0", "omit.js": "^1.0.2", - "path-to-regexp": "2.4.0", + "path-to-regexp": "8.0.0", "qs": "^6.9.0", "react": "^16.8.6", "react-copy-to-clipboard": "^5.0.1",