diff --git a/package-lock.json b/package-lock.json index 7c06fe5..3d0f642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,14 +32,13 @@ "cookie-parser": "^1.4.6", "dotenv": "^16.1.4", "express-session": "^1.18.0", - "fastify": "^4.27.0", + "fastify": "^4.28.0", "fcm-notification": "^2.0.0", "html-to-text": "^9.0.0", "imap-simple": "^1.6.3", "isomorphic-fetch": "^3.0.0", "luxon": "^3.4.4", "mailparser": "^3.7.1", - "nestjs-easyconfig": "^2.7.4", "nestjs-session": "^2.0.0", "nodemailer": "^6.9.13", "passport-jwt": "^4.0.1", @@ -2105,6 +2104,40 @@ } } }, + "node_modules/@nestjs/platform-fastify/node_modules/fastify": { + "version": "4.27.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.27.0.tgz", + "integrity": "sha512-ci9IXzbigB8dyi0mSy3faa3Bsj0xWAPb9JeT4KRzubdSb6pNhcADRUaXCBml6V1Ss/a05kbtQls5LBmhHydoTA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], + "license": "MIT", + "dependencies": { + "@fastify/ajv-compiler": "^3.5.0", + "@fastify/error": "^3.4.0", + "@fastify/fast-json-stringify-compiler": "^4.3.0", + "abstract-logging": "^2.0.1", + "avvio": "^8.3.0", + "fast-content-type-parse": "^1.1.0", + "fast-json-stringify": "^5.8.0", + "find-my-way": "^8.0.0", + "light-my-request": "^5.11.0", + "pino": "^9.0.0", + "process-warning": "^3.0.0", + "proxy-addr": "^2.0.7", + "rfdc": "^1.3.0", + "secure-json-parse": "^2.7.0", + "semver": "^7.5.4", + "toad-cache": "^3.3.0" + } + }, "node_modules/@nestjs/platform-socket.io": { "version": "10.3.9", "resolved": "https://registry.npmjs.org/@nestjs/platform-socket.io/-/platform-socket.io-10.3.9.tgz", @@ -5834,9 +5867,9 @@ "integrity": "sha512-ypuAmmMKInk5q7XcepxlnUWDLWv4GFtaJqAzWKqn62IpQ3pejtr5dTVbt3vwqVaMKmkNR55sTT+CqUKIaT21BA==" }, "node_modules/fastify": { - "version": "4.27.0", - "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.27.0.tgz", - "integrity": "sha512-ci9IXzbigB8dyi0mSy3faa3Bsj0xWAPb9JeT4KRzubdSb6pNhcADRUaXCBml6V1Ss/a05kbtQls5LBmhHydoTA==", + "version": "4.28.0", + "resolved": "https://registry.npmjs.org/fastify/-/fastify-4.28.0.tgz", + "integrity": "sha512-HhW7UHW07YlqH5qpS0af8d2Gl/o98DhJ8ZDQWHRNDnzeOhZvtreWsX8xanjGgXmkYerGbo8ax/n40Dpwqkot8Q==", "funding": [ { "type": "github", @@ -5847,6 +5880,7 @@ "url": "https://opencollective.com/fastify" } ], + "license": "MIT", "dependencies": { "@fastify/ajv-compiler": "^3.5.0", "@fastify/error": "^3.4.0", @@ -9173,19 +9207,6 @@ "dev": true, "license": "MIT" }, - "node_modules/nestjs-easyconfig": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/nestjs-easyconfig/-/nestjs-easyconfig-2.7.4.tgz", - "integrity": "sha512-qVGXOjufGcoyKJ7DSxoBG66Ms2n3qp5ARQVTnVEm+x0NPK9dBVNZ6GPEoSAisaqv9/4hkNBxtB7R+v+XD+2aXg==", - "hasInstallScript": true, - "dependencies": { - "dotenv": "^16.3.1", - "dotenv-expand": "^10.0.0" - }, - "peerDependencies": { - "@nestjs/common": ">7.0.0" - } - }, "node_modules/nestjs-session": { "version": "2.0.0", "license": "MIT", diff --git a/package.json b/package.json index 371e750..04c8e99 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "cookie-parser": "^1.4.6", "dotenv": "^16.1.4", "express-session": "^1.18.0", - "fastify": "^4.27.0", + "fastify": "^4.28.0", "@fastify/cookie": "^6.0.0", "fcm-notification": "^2.0.0", "html-to-text": "^9.0.0",