diff --git a/package-lock.json b/package-lock.json index 7079d16a..4e6160da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,10 +13,10 @@ "@commitlint/config-angular": "19.7.1", "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.20.0", - "@nestjs/common": "11.0.9", - "@nestjs/core": "11.0.9", - "@nestjs/platform-fastify": "11.0.9", - "@nestjs/testing": "11.0.9", + "@nestjs/common": "11.0.10", + "@nestjs/core": "11.0.10", + "@nestjs/platform-fastify": "11.0.10", + "@nestjs/testing": "11.0.10", "@types/jest": "29.5.14", "@types/node": "22.13.4", "@types/supertest": "6.0.2", @@ -2176,9 +2176,9 @@ } }, "node_modules/@nestjs/common": { - "version": "11.0.9", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.0.9.tgz", - "integrity": "sha512-+SKMYQE7O55tJGQVibnAlR9sXRBCF/8gM1cILdLT7cLj7+51NYD7eAHuAcGYiQIyXsTehZoO7C+B7S3ibNi3aw==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.0.10.tgz", + "integrity": "sha512-pzGXp14KF2Q4CDZGQgPK4l8zEg7i6cNkb+10yc8ZA5K41cLe3ZbWW1YxtY2e/glHauOJwTLSVjH4tiRVtOTizg==", "dev": true, "license": "MIT", "dependencies": { @@ -2206,9 +2206,9 @@ } }, "node_modules/@nestjs/core": { - "version": "11.0.9", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.0.9.tgz", - "integrity": "sha512-w32ZF1acSnidiRERGRC/Ki7eSrnTdP7twRnjy15Qnmij3oYRCdgX5aZvbUNv17A7bn9S22p+wMNcpHxqwUiOsQ==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.0.10.tgz", + "integrity": "sha512-f0qB8ztNWZeAD4E4fUdHConmNYCa/A78U7WJu5mX9OLYfOAs3ESYCDfsH9MRUvkA4Ft4Y1uMmyJo5L4fg4+beg==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -2248,9 +2248,9 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "11.0.9", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-11.0.9.tgz", - "integrity": "sha512-QK+q6D+6sZu6rwdrYSYXFeW26yO0K2OA7ddHvuUud2gY5KYKsLdiM4fEY7MBrn9tJOZiKuVmJpJ4EqnDTVJMWw==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-11.0.10.tgz", + "integrity": "sha512-aOvuFsSUsfGziy6OmJwVDNx6aXougCMeUpEAlphuCLehSwfZQxhpy4SpThxTAtHU7RdmgGO7VfUGH+uUY8vHdQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2258,7 +2258,7 @@ "@fastify/formbody": "8.0.2", "@fastify/middie": "9.0.3", "fastify": "5.2.1", - "light-my-request": "6.5.1", + "light-my-request": "6.6.0", "path-to-regexp": "8.2.0", "tslib": "2.8.1" }, @@ -2282,9 +2282,9 @@ } }, "node_modules/@nestjs/testing": { - "version": "11.0.9", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.0.9.tgz", - "integrity": "sha512-49UV5tC4N0pLf6waVjBVr/CyTkQPGZG/wLmbmu1INd/brprKOJ2lT3nl+6qfWJIqGbxGqZHUQr5FcDk+T/w9lQ==", + "version": "11.0.10", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.0.10.tgz", + "integrity": "sha512-uZcdnvmHXWnvozYOAwZi1elpRRfqIfYqHglCavjhjcj3cH1MVZkwoTqntW3XOPQlT4lf96InjP1exGaW4B9wUg==", "dev": true, "license": "MIT", "dependencies": { @@ -8784,9 +8784,9 @@ } }, "node_modules/light-my-request": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.5.1.tgz", - "integrity": "sha512-0q82RyxIextuDtkA0UDofhPHIiQ2kmpa7fwElCSlm/8nQl36cDU1Cw+CAO90Es0lReH2HChClKL84I86Nc52hg==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/light-my-request/-/light-my-request-6.6.0.tgz", + "integrity": "sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 27e05b98..b3e38e62 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,10 @@ "@commitlint/config-angular": "19.7.1", "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.20.0", - "@nestjs/common": "11.0.9", - "@nestjs/core": "11.0.9", - "@nestjs/platform-fastify": "11.0.9", - "@nestjs/testing": "11.0.9", + "@nestjs/common": "11.0.10", + "@nestjs/core": "11.0.10", + "@nestjs/platform-fastify": "11.0.10", + "@nestjs/testing": "11.0.10", "@types/jest": "29.5.14", "@types/node": "22.13.4", "@types/supertest": "6.0.2",