From 68fc5070678798f3f613586fd94e7c406467e19d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 05:24:10 +0000 Subject: [PATCH] Build(deps): Bump path-to-regexp from 6.1.0 to 8.0.0 in /src/app Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.1.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/v6.1.0...v8.0.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..daef10b9316 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": "8.0.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..c228c02efc0 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@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.0.0.tgz#92076ec6b2eaf08be7c3233484142c05e8866cf5" + integrity sha512-GAWaqWlTjYK/7SVpIUA6CTxmcg65SP30sbjdCvyYReosRkk7Z/LyHWwkK3Vu0FcIi0FNTADUs4eh1AsU5s10cg== path-to-regexp@^1.7.0: version "1.8.0"