diff --git a/package-lock.json b/package-lock.json index b04f94b69e7fb..371eac4a1bfca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "node-env-flag": "^0.1.0", "node-pg-migrate": "^7.6.1", "parse-link-header": "^2.0.0", - "path-to-regexp": "^6.2.2", + "path-to-regexp": "^6.3.0", "pg": "^8.12.0", "pretty-bytes": "^6.1.1", "priorityqueuejs": "^2.0.0", @@ -22904,9 +22904,9 @@ } }, "node_modules/path-to-regexp": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.2.tgz", - "integrity": "sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==" + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz", + "integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==" }, "node_modules/path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 78297605b5c58..7c5098858f3e6 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "node-env-flag": "^0.1.0", "node-pg-migrate": "^7.6.1", "parse-link-header": "^2.0.0", - "path-to-regexp": "^6.2.2", + "path-to-regexp": "^6.3.0", "pg": "^8.12.0", "pretty-bytes": "^6.1.1", "priorityqueuejs": "^2.0.0",