diff --git a/package-lock.json b/package-lock.json index 03b8438c5a..69c105ba61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,9 +40,9 @@ "mustache": "4.2.0", "otpauth": "9.2.2", "parse": "4.2.0", - "path-to-regexp": "6.2.2", + "path-to-regexp": "^8.2.0", "pg-monitor": "2.0.0", - "pg-promise": "^11.9.1", + "pg-promise": "11.9.1", "pluralize": "8.0.0", "rate-limit-redis": "3.0.2", "redis": "4.6.13", @@ -17016,9 +17016,13 @@ "dev": true }, "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": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } }, "node_modules/path-type": { "version": "4.0.0", @@ -34574,9 +34578,9 @@ "dev": true }, "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": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 864560d53b..bfcc683777 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "mustache": "4.2.0", "otpauth": "9.2.2", "parse": "4.2.0", - "path-to-regexp": "6.2.2", + "path-to-regexp": "8.2.0", "pg-monitor": "2.0.0", "pg-promise": "11.9.1", "pluralize": "8.0.0",