diff --git a/package-lock.json b/package-lock.json index 26b57a8b9..c8cba352b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,10 +20,10 @@ "@commitlint/cli": "19.6.0", "@commitlint/config-angular": "19.6.0", "@fastify/static": "7.0.4", - "@nestjs/common": "10.4.12", - "@nestjs/core": "10.4.12", - "@nestjs/platform-express": "10.4.12", - "@nestjs/platform-fastify": "10.4.12", + "@nestjs/common": "10.4.13", + "@nestjs/core": "10.4.13", + "@nestjs/platform-express": "10.4.13", + "@nestjs/platform-fastify": "10.4.13", "@types/jest": "29.5.14", "@types/js-yaml": "4.0.9", "@types/lodash": "4.17.13", @@ -2076,9 +2076,9 @@ "license": "MIT" }, "node_modules/@nestjs/common": { - "version": "10.4.12", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.12.tgz", - "integrity": "sha512-+aQw1d1cV9MtjSSCoXA2iZf+EBJANyjTC9d0j38bUAHhaPQinRlgM81F91DFYZoYcYVOY4hJd+DDYRFGoN7j7Q==", + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-10.4.13.tgz", + "integrity": "sha512-NVJ2UYMRdMkxCcwmoWP8xihpUyd1uqKR+7QqTF3m8aedufpZm8W6WbUmNkD1j/o9TxRzhKW43PemeSMigZj+Bw==", "license": "MIT", "dependencies": { "iterare": "1.2.1", @@ -2105,9 +2105,9 @@ } }, "node_modules/@nestjs/core": { - "version": "10.4.12", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.12.tgz", - "integrity": "sha512-2qENES1U0VxCOfW45jVIV7g38edcvuU5aaLpZWOhb3nzehdvmeYoovUe8LTTHFrLWsDVY1v9FPfEhFQGsZfopQ==", + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.13.tgz", + "integrity": "sha512-zivGEaq9tmwdeQi/RK0nUVdvhdIwcIsytBvEGTmDBFkmEnxEMp3T0Ia4BTFlTFrjLAb5D2cNUQZBZZj1vqfXtw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -2164,9 +2164,9 @@ } }, "node_modules/@nestjs/platform-express": { - "version": "10.4.12", - "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-10.4.12.tgz", - "integrity": "sha512-+m8BQas9mnY29Y6rZv8EUqIYwcta99/dTiGIUy48LB/+YoAyDTEHpsLd2+rpetk54niGgKJYclCZRUwRcjrYYA==", + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-10.4.13.tgz", + "integrity": "sha512-9Uar9t5NZebI9Y8P8B6OYTfj6p5DuUHM/nk2zGwbL3SLdnieP4O2K1DuePo3SWiYBStmPoTAlXyl6L2zDtrLjQ==", "dev": true, "license": "MIT", "dependencies": { @@ -2186,9 +2186,9 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "10.4.12", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.4.12.tgz", - "integrity": "sha512-hPl98ioMhyaQAnxlhZRrWnEL1HSdYVCZO/DTL8bbPQ/0hwrQC5JK6AJZwzzC4LNWyaUByIO6JNLvYgonwjtaaQ==", + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.4.13.tgz", + "integrity": "sha512-7nUgx7xdvc9csFQkSJj2VWiUpTBCfM4RzCzawF7jPNGSG1urm7LZpFnJkg5kNaVDf+onhm3+aOU5XSjHTmjCBQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7fa5e889a..75e68eac6 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "@commitlint/cli": "19.6.0", "@commitlint/config-angular": "19.6.0", "@fastify/static": "7.0.4", - "@nestjs/common": "10.4.12", - "@nestjs/core": "10.4.12", - "@nestjs/platform-express": "10.4.12", - "@nestjs/platform-fastify": "10.4.12", + "@nestjs/common": "10.4.13", + "@nestjs/core": "10.4.13", + "@nestjs/platform-express": "10.4.13", + "@nestjs/platform-fastify": "10.4.13", "@types/jest": "29.5.14", "@types/js-yaml": "4.0.9", "@types/lodash": "4.17.13",