diff --git a/package-lock.json b/package-lock.json index 0c562f654..4bbda658e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nestjs/mapped-types": "2.1.0", "js-yaml": "4.1.1", "lodash": "4.18.1", - "path-to-regexp": "8.3.0", + "path-to-regexp": "8.4.0", "swagger-ui-dist": "5.31.0" }, "devDependencies": { @@ -11090,9 +11090,9 @@ } }, "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", diff --git a/package.json b/package.json index e28cca465..5593a70c6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@nestjs/mapped-types": "2.1.0", "js-yaml": "4.1.1", "lodash": "4.18.1", - "path-to-regexp": "8.3.0", + "path-to-regexp": "8.4.0", "swagger-ui-dist": "5.31.0" }, "devDependencies": {