diff --git a/package-lock.json b/package-lock.json index afabefc9c528f..e4fafa4f5a733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "mvncmp": "^1.0.0", "node-pg-migrate": "^8.0.4", "parse-link-header": "^2.0.0", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.4.2", "pg": "^8.20.0", "priorityqueuejs": "^2.0.0", "prom-client": "^15.1.3", @@ -25292,9 +25292,14 @@ } }, "node_modules/path-to-regexp": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", - "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", + "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } }, "node_modules/path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 3cae64fcdd78b..5ab2d14a24cb2 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "mvncmp": "^1.0.0", "node-pg-migrate": "^8.0.4", "parse-link-header": "^2.0.0", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^8.4.2", "pg": "^8.20.0", "priorityqueuejs": "^2.0.0", "prom-client": "^15.1.3",