From 92caf525c95697f1274016af42166edb35414976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:10:17 +0000 Subject: [PATCH] build(deps): 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 706036b..1d78475 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "moment": "^2.24.0", "numeral": "^2.0.6", "omit.js": "^1.0.2", - "path-to-regexp": "2.4.0", + "path-to-regexp": "8.0.0", "prop-types": "^15.5.10", "qs": "^6.9.0", "react": "^16.8.6",