From d0feb1133948274f2688b9ea1d5a4fcc26870863 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:20:24 +0000 Subject: [PATCH] Bump path-to-regexp from 0.1.10 to 0.1.12 in /client/Application Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.10 to 0.1.12. - [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/v0.1.10...v0.1.12) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/Application/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Application/package.json b/client/Application/package.json index c0eb53dc..ce8f607a 100644 --- a/client/Application/package.json +++ b/client/Application/package.json @@ -29,7 +29,7 @@ "chart.js": "~3.8.0", "chartjs-plugin-datalabels": "~2.0.0", "ng2-charts": "~4.0.0", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "rxjs": "~7.5.0", "tslib": "~2.3.0", "zone.js": "~0.11.4"