From 2e72238ccc13bc00a0ab2352c664460006df049c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:29:48 +0000 Subject: [PATCH] build(deps): bump path-to-regexp from 3.2.0 to 8.0.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 3.2.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/v3.2.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 7a250c1..35b3553 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lodash": "^4.17.15", "lodash-es": "^4.17.15", "material-ui-pickers": "^2.2.4", - "path-to-regexp": "3.2.0", + "path-to-regexp": "8.0.0", "react-pdf": "^4.1.0", "react-virtualized-auto-sizer": "^1.0.2", "react-window": "^1.8.5",