diff --git a/package.json b/package.json index 9d4e00345..b14de551f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@nestjs/cli": "^11.0.16", "@nestjs/common": "^11.1.14", "@nestjs/config": "^4.0.3", - "@nestjs/core": "^11.1.14", + "@nestjs/core": "^11.1.18", "@nestjs/event-emitter": "^3.0.1", "@nestjs/jwt": "^11.0.1", "@nestjs/passport": "^11.0.5", diff --git a/yarn.lock b/yarn.lock index d1c9754b6..ae919293c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2244,16 +2244,16 @@ dotenv-expand "12.0.3" lodash "4.17.23" -"@nestjs/core@^11.1.14": - version "11.1.14" - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.14.tgz#37cb2deb18082f7e78585182f2fca6158748ef8b" - integrity sha512-7OXPPMoDr6z+5NkoQKu4hOhfjz/YYqM3bNilPqv1WVFWrzSmuNXxvhbX69YMmNmRYascPXiwESqf5jJdjKXEww== +"@nestjs/core@^11.1.18": + version "11.1.18" + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-11.1.18.tgz#cf3585bc34fd5fd62d3903b89a5512c456b66eef" + integrity sha512-wR3DtGyk/LUAiPtbXDuWJJwVkWElKBY0sqnTzf9d4uM3+X18FRZhK7WFc47czsIGOdWuRsMeLYV+1Z9dO4zDEQ== dependencies: uid "2.0.2" "@nuxt/opencollective" "0.4.1" fast-safe-stringify "2.1.1" iterare "1.2.1" - path-to-regexp "8.3.0" + path-to-regexp "8.4.2" tslib "2.8.1" "@nestjs/event-emitter@^3.0.1": @@ -8339,11 +8339,16 @@ path-scurry@^2.0.0: lru-cache "^11.0.0" minipass "^7.1.2" -path-to-regexp@8.3.0, path-to-regexp@^8.0.0, path-to-regexp@^8.1.0: +path-to-regexp@8.3.0: version "8.3.0" resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.3.0.tgz#aa818a6981f99321003a08987d3cec9c3474cd1f" integrity sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA== +path-to-regexp@8.4.2, path-to-regexp@^8.0.0, path-to-regexp@^8.1.0: + version "8.4.2" + resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-8.4.2.tgz#795c420c4f7ca45c5b887366f622ee0c9852cccd" + integrity sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA== + path-type@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"