From 08661f2ab1127b3cdcc153924a1b9e71f2697f7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jun 2021 01:00:01 +0000 Subject: [PATCH] feat: upgrade path-to-regexp from 0.1.7 to 6.2.0 Snyk has created this PR to upgrade path-to-regexp from 0.1.7 to 6.2.0. See this package in npm: https://www.npmjs.com/package/path-to-regexp See this project in Snyk: https://app.snyk.io/org/qdigital/project/6cc355b0-e73b-4365-be8d-a3a7ac1dbc32?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 24 +++++++++++++++++------- package.json | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15d1441ff849..2116ef1391bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,7 @@ "next": "^10.2.3", "node-fetch": "^2.6.1", "parse5": "^6.0.1", - "path-to-regexp": "^0.1.7", + "path-to-regexp": "^6.2.0", "port-used": "^2.0.8", "rate-limit-redis": "^2.1.0", "react": "^17.0.2", @@ -10501,6 +10501,11 @@ "node": ">= 0.6" } }, + "node_modules/express/node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, "node_modules/express/node_modules/qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", @@ -18634,9 +18639,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + "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==" }, "node_modules/path-type": { "version": "4.0.0", @@ -33731,6 +33736,11 @@ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, "qs": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", @@ -40641,9 +40651,9 @@ } }, "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + "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==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 07bc93be0cf9..207c7fe0a901 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "next": "^10.2.3", "node-fetch": "^2.6.1", "parse5": "^6.0.1", - "path-to-regexp": "^0.1.7", + "path-to-regexp": "^6.2.0", "port-used": "^2.0.8", "rate-limit-redis": "^2.1.0", "react": "^17.0.2",