Skip to content

Commit a58bb41

Browse files
Bump path-to-regexp (#4)
Bumps the npm_and_yarn group with 1 update in the /src/webui/frontend directory: [path-to-regexp](https://github.com/pillarjs/path-to-regexp). Updates `path-to-regexp` from 6.3.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](pillarjs/path-to-regexp@v6.3.0...v8.0.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-version: 8.0.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 560ff3c commit a58bb41

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/webui/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lodash": "^4.17.21",
2020
"lodash-decorators": "^6.0.0",
2121
"moment": "^2.29.4",
22-
"path-to-regexp": "^6.3.0",
22+
"path-to-regexp": "^8.0.0",
2323
"rc-drawer": "^4.1.0",
2424
"react": "^16.13.1",
2525
"react-document-title": "^2.0.3",

src/webui/frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8929,10 +8929,10 @@ path-to-regexp@^1.7.0:
89298929
dependencies:
89308930
isarray "0.0.1"
89318931

8932-
path-to-regexp@^6.3.0:
8933-
version "6.3.0"
8934-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.3.0.tgz#2b6a26a337737a8e1416f9272ed0766b1c0389f4"
8935-
integrity sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==
8932+
path-to-regexp@^8.0.0:
8933+
version "8.0.0"
8934+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.0.0.tgz#92076ec6b2eaf08be7c3233484142c05e8866cf5"
8935+
integrity sha512-GAWaqWlTjYK/7SVpIUA6CTxmcg65SP30sbjdCvyYReosRkk7Z/LyHWwkK3Vu0FcIi0FNTADUs4eh1AsU5s10cg==
89368936

89378937
path-type@^2.0.0:
89388938
version "2.0.0"

0 commit comments

Comments
 (0)