From f0d3c4eb395640c7f8fc3fb494a54e1612bc1bd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:38:04 +0000 Subject: [PATCH] fix(deps): update nest monorepo to v10.0.4 --- package-lock.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8de68cee..8bd4e11d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "devDependencies": { "@9renpoto/tsconfig": "^7.6.0", - "@nestjs/testing": "^10.0.0", + "@nestjs/testing": "^10.0.4", "@types/jest": "^29.5.2", "husky": "^8.0.3", "lint-staged": "^13.2.2", @@ -29,10 +29,10 @@ "dependencies": { "@apollo/server": "^4.7.3", "@as-integrations/fastify": "^2.0.0", - "@nestjs/apollo": "^12.0.7", + "@nestjs/apollo": "^12.0.0", "@nestjs/cli": "^10.0.0", "@nestjs/config": "^3.0.0", - "@nestjs/platform-fastify": "^10.0.0", + "@nestjs/platform-fastify": "^10.0.4", "nestjs-firebase": "^10.0.0", "nestjs-graphql-relay": "^10.0.0", "nestjs-slack-webhook": "^10.0.0", @@ -2348,9 +2348,9 @@ } }, "node_modules/@nestjs/platform-fastify": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.0.3.tgz", - "integrity": "sha512-WE639d21KaVwEyPoGJBG1/RrXdX8WnFInaw+rAKEM/JPosuwcdl336yInO9+JODNdS8TIUMn4ACwXlkaaCWjNg==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@nestjs/platform-fastify/-/platform-fastify-10.0.4.tgz", + "integrity": "sha512-CvAxltupEyTCqgAF9uSX8nzNyu7pm9V0oWpgWWmaXZsKcwF2FUypfIQWCZXmJR6fVuz0CbBczZJG5Gpi9v3EPA==", "dependencies": { "@fastify/cors": "8.3.0", "@fastify/formbody": "7.4.0", @@ -2358,7 +2358,7 @@ "fastify": "4.18.0", "light-my-request": "5.10.0", "path-to-regexp": "3.2.0", - "tslib": "2.5.3" + "tslib": "2.6.0" }, "funding": { "type": "opencollective", @@ -2379,6 +2379,11 @@ } } }, + "node_modules/@nestjs/platform-fastify/node_modules/tslib": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", + "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" + }, "node_modules/@nestjs/schematics": { "version": "10.0.1", "resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-10.0.1.tgz", @@ -2395,12 +2400,12 @@ } }, "node_modules/@nestjs/testing": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.0.3.tgz", - "integrity": "sha512-Rhm+E7yr499DIOuYbqskdNVo/NJjLKDS7Wp6NWl37woef4u7eVsSKN8VUCXKxNlYUrSw2Nu2AekpLzvl169SXg==", + "version": "10.0.4", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-10.0.4.tgz", + "integrity": "sha512-x4aMwS27XvO3Zvkqv7Ogb9Hj2j5IkW+hthy2uC3BN1CvLoCYz6o2YJGK0CrCtLnugkbfSiJ+F03HE8gePJiEMg==", "dev": true, "dependencies": { - "tslib": "2.5.3" + "tslib": "2.6.0" }, "funding": { "type": "opencollective", @@ -2421,6 +2426,12 @@ } } }, + "node_modules/@nestjs/testing/node_modules/tslib": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", + "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==", + "dev": true + }, "node_modules/@nestjs/typeorm": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/@nestjs/typeorm/-/typeorm-10.0.0.tgz",