From 103f6f633da37501925e87389bd99fdf5c5fca2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:32:59 +0000 Subject: [PATCH] Bump path-to-regexp from 2.4.0 to 3.3.0 in /frontend Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.4.0 to 3.3.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...v3.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 343b3545..00c878fe 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "js-cookie": "2.2.0", "normalize.css": "7.0.0", "nprogress": "0.2.0", - "path-to-regexp": "2.4.0", + "path-to-regexp": "3.3.0", "vue": "2.6.10", "vue-router": "3.0.6", "vuex": "3.1.0",