diff --git a/examples/nestjs-fastify/package-lock.json b/examples/nestjs-fastify/package-lock.json index 4e14df530..bcd112323 100644 --- a/examples/nestjs-fastify/package-lock.json +++ b/examples/nestjs-fastify/package-lock.json @@ -12,8 +12,8 @@ "@arcjet/nest": "file:../../arcjet-nest", "@nestjs/common": "^10.4.4", "@nestjs/config": "^3.3.0", - "@nestjs/core": "^10.4.7", - "@nestjs/platform-fastify": "^10.4.7", + "@nestjs/core": "^10.4.8", + "@nestjs/platform-fastify": "^10.4.8", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" }, @@ -831,9 +831,9 @@ } }, "node_modules/@nestjs/core": { - "version": "10.4.7", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.7.tgz", - "integrity": "sha512-AIpQzW/vGGqSLkKvll1R7uaSNv99AxZI2EFyVJPNGDgFsfXaohfV1Ukl6f+s75Km+6Fj/7aNl80EqzNWQCS8Ig==", + "version": "10.4.8", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-10.4.8.tgz", + "integrity": "sha512-Kdi9rDZdlCkGL2AK9XuJ24bZp2YFV6dWBdogGsAHSP5u95wfnSkhduxHZy6q/i1nFFiLASUHabL8Jwr+bmD22Q==", "hasInstallScript": true, "dependencies": { "@nuxtjs/opencollective": "0.3.2", @@ -891,9 +891,9 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "10.4.7", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.4.7.tgz", - "integrity": "sha512-lrKGBeAEj14u3AuREWTAe7FADsA6EVULpawRnHNayEOKP3WgbtUdvG2xefsALsHWRz6pcM2Ftxtv+GeTR3pciA==", + "version": "10.4.8", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.4.8.tgz", + "integrity": "sha512-Z3OjsmMCbYBJMv413ITUs2RDG2IXbjcMLEdAiTB6rMjQcpY+9hquCkEZFVZWFq6qyh6GeIVR1S3Qzi0oMiGG1A==", "dependencies": { "@fastify/cors": "9.0.1", "@fastify/formbody": "7.4.0", diff --git a/examples/nestjs-fastify/package.json b/examples/nestjs-fastify/package.json index ecb6a0cef..4a65d01a8 100644 --- a/examples/nestjs-fastify/package.json +++ b/examples/nestjs-fastify/package.json @@ -20,8 +20,8 @@ "@arcjet/nest": "file:../../arcjet-nest", "@nestjs/common": "^10.4.4", "@nestjs/config": "^3.3.0", - "@nestjs/core": "^10.4.7", - "@nestjs/platform-fastify": "^10.4.7", + "@nestjs/core": "^10.4.8", + "@nestjs/platform-fastify": "^10.4.8", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.1" },