From 534bd38bd87e7b756d2478a793ade36db952e470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:07:21 +0000 Subject: [PATCH] Bump path-to-regexp from 6.2.0 to 8.0.0 in /client Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.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.2.0...v8.0.0) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/npm-shrinkwrap.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/npm-shrinkwrap.json b/client/npm-shrinkwrap.json index c530892f..627995ed 100644 --- a/client/npm-shrinkwrap.json +++ b/client/npm-shrinkwrap.json @@ -1000,9 +1000,9 @@ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" }, "path-to-regexp": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.0.tgz", - "integrity": "sha512-f66KywYG6+43afgE/8j/GoiNyygk/bnoCbps++3ErRKsIYkGGupyv07R2Ok5m9i67Iqc+T2g1eAUGUPzWhYTyg==" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.0.0.tgz", + "integrity": "sha512-GAWaqWlTjYK/7SVpIUA6CTxmcg65SP30sbjdCvyYReosRkk7Z/LyHWwkK3Vu0FcIi0FNTADUs4eh1AsU5s10cg==" }, "pngjs": { "version": "3.4.0", @@ -1047,7 +1047,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", diff --git a/client/package.json b/client/package.json index ed4186d9..ef249759 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "in-browser-language": "^1.0.3", "instascan": "github:shesek/instascan#packaged-lib", "jquery": "^3.5.1", - "path-to-regexp": "^6.2.0", + "path-to-regexp": "^8.0.0", "qrcode": "^1.4.4", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.3",