From 024db69cfd97bf3313c3c07e4cfd7f12b2795448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:22:20 +0000 Subject: [PATCH] Build(deps): Bump path-to-regexp from 6.1.0 to 6.3.0 in /src/app Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.1.0 to 6.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/v6.1.0...v6.3.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/app/package.json | 2 +- src/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/package.json b/src/app/package.json index a1b6b8fc74b..a721f4c5c14 100644 --- a/src/app/package.json +++ b/src/app/package.json @@ -103,7 +103,7 @@ "morgan": "1.10.0", "multiparty": "4.2.3", "node-rsa": "1.1.1", - "path-to-regexp": "6.1.0", + "path-to-regexp": "6.3.0", "properties": "1.2.1", "redis": "3.1.1", "request": "2.81.0", diff --git a/src/app/yarn.lock b/src/app/yarn.lock index 04be3ef433f..0d61fd8d9eb 100644 --- a/src/app/yarn.lock +++ b/src/app/yarn.lock @@ -7434,10 +7434,10 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== -path-to-regexp@6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.1.0.tgz#0b18f88b7a0ce0bfae6a25990c909ab86f512427" - integrity sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw== +path-to-regexp@6.3.0: + version "6.3.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4" + integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ== path-to-regexp@^1.7.0: version "1.8.0"