From 7946a1f971a261f55ec8de737110af81218a184e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:03:31 +0000 Subject: [PATCH] chore(deps): bump path-to-regexp from 6.2.2 to 8.0.0 Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.2 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/v6.2.2...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 e59f2d6..351660d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@podium/schemas": "5.0.6", "@podium/utils": "5.2.0", "abslog": "2.4.4", - "path-to-regexp": "6.2.2" + "path-to-regexp": "8.0.0" }, "devDependencies": { "@babel/eslint-parser": "7.24.7",