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",