diff --git a/package-lock.json b/package-lock.json index cef494b5..8941c9d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "debug": "^4.3.4", "fast-decode-uri-component": "^1.0.1", "fast-query-parse": "^2.0.4", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^8.1.0", "supports-color": "^9.4.0", "uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js/archive/v20.24.0.tar.gz" }, @@ -13418,9 +13418,12 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "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", diff --git a/package.json b/package.json index c0caa381..71c56d3f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "debug": "^4.3.4", "fast-decode-uri-component": "^1.0.1", "fast-query-parse": "^2.0.4", - "path-to-regexp": "^6.2.1", + "path-to-regexp": "^8.1.0", "supports-color": "^9.4.0", "uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js/archive/v20.24.0.tar.gz" },