diff --git a/package-lock.json b/package-lock.json index de4a83b..b9348c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", - "fastify": "^4.22.2", + "fastify": "^4.23.0", "jest": "^29.6.4", "pg": "^8.11.3", "prettier": "^3.0.3", @@ -40,7 +40,7 @@ "@nestjs/common": "^10.2.5", "@nestjs/swagger": "^7.1.11", "express": "^4.18.2", - "fastify": "^4.22.2", + "fastify": "^4.23.0", "typeorm": "^0.3.17" } }, @@ -3999,9 +3999,9 @@ "dev": true }, "node_modules/fastify": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.2.tgz", - "integrity": "sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.0.tgz", + "integrity": "sha512-u4aQUjAqf+GQQI+IeIJtzOKCJHtdwPlGxzopq/Kv6QcEdJ7xuJFSQ5Bi7+uJ+F8990jWECLzRcAyZ4pVsloRpQ==", "dev": true, "dependencies": { "@fastify/ajv-compiler": "^3.5.0", @@ -4019,7 +4019,7 @@ "rfdc": "^1.3.0", "secure-json-parse": "^2.5.0", "semver": "^7.5.0", - "tiny-lru": "^11.0.1" + "toad-cache": "^3.2.0" } }, "node_modules/fastq": { @@ -7538,15 +7538,6 @@ "real-require": "^0.2.0" } }, - "node_modules/tiny-lru": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.0.1.tgz", - "integrity": "sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==", - "dev": true, - "engines": { - "node": ">=12" - } - }, "node_modules/titleize": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", @@ -7586,6 +7577,15 @@ "node": ">=8.0" } }, + "node_modules/toad-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.2.0.tgz", + "integrity": "sha512-Hj5zSqBS6OHbZoQk9IU8VqIr+0JUpwzunnwSlFJhG8aJSInYUMEuzItl3kJsGteTPd1qtflafdRHlRtUazYeqg==", + "dev": true, + "engines": { + "node": ">=12" + } + }, "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", @@ -11232,9 +11232,9 @@ "dev": true }, "fastify": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.22.2.tgz", - "integrity": "sha512-rK8mF/1mZJHH6H/L22OhmilTgrp5XMkk3RHcSy03LC+TJ6+wLhbq+4U62bjns15VzIbBNgxTqAForBqtGAa0NQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.23.0.tgz", + "integrity": "sha512-u4aQUjAqf+GQQI+IeIJtzOKCJHtdwPlGxzopq/Kv6QcEdJ7xuJFSQ5Bi7+uJ+F8990jWECLzRcAyZ4pVsloRpQ==", "dev": true, "requires": { "@fastify/ajv-compiler": "^3.5.0", @@ -11252,7 +11252,7 @@ "rfdc": "^1.3.0", "secure-json-parse": "^2.5.0", "semver": "^7.5.0", - "tiny-lru": "^11.0.1" + "toad-cache": "^3.2.0" } }, "fastq": { @@ -13894,12 +13894,6 @@ "real-require": "^0.2.0" } }, - "tiny-lru": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.0.1.tgz", - "integrity": "sha512-iNgFugVuQgBKrqeO/mpiTTgmBsTP0WL6yeuLfLs/Ctf0pI/ixGqIRm8sDCwMcXGe9WWvt2sGXI5mNqZbValmJg==", - "dev": true - }, "titleize": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", @@ -13927,6 +13921,12 @@ "is-number": "^7.0.0" } }, + "toad-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/toad-cache/-/toad-cache-3.2.0.tgz", + "integrity": "sha512-Hj5zSqBS6OHbZoQk9IU8VqIr+0JUpwzunnwSlFJhG8aJSInYUMEuzItl3kJsGteTPd1qtflafdRHlRtUazYeqg==", + "dev": true + }, "toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", diff --git a/package.json b/package.json index 9e81649..9ccac0b 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", - "fastify": "^4.22.2", + "fastify": "^4.23.0", "jest": "^29.6.4", "pg": "^8.11.3", "prettier": "^3.0.3", @@ -63,7 +63,7 @@ "@nestjs/common": "^10.2.5", "@nestjs/swagger": "^7.1.11", "express": "^4.18.2", - "fastify": "^4.22.2", + "fastify": "^4.23.0", "typeorm": "^0.3.17" }, "jest": {