diff --git a/package-lock.json b/package-lock.json index 4aaa738491..dd265966f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "mustache": "4.2.0", "otpauth": "9.3.1", "parse": "5.3.0", - "path-to-regexp": "6.2.1", + "path-to-regexp": "8.1.0", "pg-monitor": "2.1.0", "pg-promise": "11.9.1", "pluralize": "8.0.0", @@ -17265,9 +17265,12 @@ "dev": true }, "node_modules/path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.1.0.tgz", + "integrity": "sha512-Bqn3vc8CMHty6zuD+tG23s6v2kwxslHEhTj4eYaVKGIEB+YX/2wd0/rgXLFD9G9id9KCtbVy/3ZgmvZjpa0UdQ==", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -33662,9 +33665,9 @@ "dev": true }, "path-to-regexp": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", - "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==" + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.1.0.tgz", + "integrity": "sha512-Bqn3vc8CMHty6zuD+tG23s6v2kwxslHEhTj4eYaVKGIEB+YX/2wd0/rgXLFD9G9id9KCtbVy/3ZgmvZjpa0UdQ==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index a86d7ff329..a37d092b5a 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "mustache": "4.2.0", "otpauth": "9.3.1", "parse": "5.3.0", - "path-to-regexp": "6.2.1", + "path-to-regexp": "8.1.0", "pg-monitor": "2.1.0", "pg-promise": "11.9.1", "pluralize": "8.0.0",