diff --git a/package-lock.json b/package-lock.json index 4dace16fb4..80716023aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "mustache": "4.2.0", "otpauth": "9.4.0", "parse": "8.5.0", - "path-to-regexp": "8.3.0", + "path-to-regexp": "8.4.0", "pg-monitor": "3.1.0", "pg-promise": "12.6.0", "pluralize": "8.0.0", @@ -20459,9 +20459,9 @@ "license": "ISC" }, "node_modules/path-to-regexp": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", - "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz", + "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==", "license": "MIT", "funding": { "type": "opencollective", @@ -40912,9 +40912,9 @@ } }, "path-to-regexp": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz", - "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==" + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz", + "integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==" }, "path-type": { "version": "4.0.0", diff --git a/package.json b/package.json index 3f350ec921..df2287337b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mustache": "4.2.0", "otpauth": "9.4.0", "parse": "8.5.0", - "path-to-regexp": "8.3.0", + "path-to-regexp": "8.4.0", "pg-monitor": "3.1.0", "pg-promise": "12.6.0", "pluralize": "8.0.0",