diff --git a/sample/33-graphql-mercurius/package-lock.json b/sample/33-graphql-mercurius/package-lock.json index 51876218279..582335595a2 100644 --- a/sample/33-graphql-mercurius/package-lock.json +++ b/sample/33-graphql-mercurius/package-lock.json @@ -12,7 +12,7 @@ "@nestjs/common": "10.0.3", "@nestjs/core": "10.0.3", "@nestjs/graphql": "12.0.3", - "@nestjs/mercurius": "12.0.3", + "@nestjs/mercurius": "12.0.4", "@nestjs/platform-fastify": "10.0.3", "class-transformer": "0.5.1", "class-validator": "0.14.0", @@ -1849,11 +1849,11 @@ } }, "node_modules/@nestjs/mercurius": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/mercurius/-/mercurius-12.0.3.tgz", - "integrity": "sha512-M33+0fl4HUhKyvLu1oBBdIRIDx+9fStynRgkrx+S7AFo+8nPx8q2Py8qVREHDwI+DRCIPfB9QMhcdYnITUDUvg==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/@nestjs/mercurius/-/mercurius-12.0.4.tgz", + "integrity": "sha512-Fma140kgFIzG1kcxAIbVkrfvxGMyMYJ31xjkp1qLsknxiDdB9jQCgW2DNbVxmpAeIXPTk5mR8ubdh9n/At06+Q==", "dependencies": { - "tslib": "2.5.3" + "tslib": "2.6.0" }, "peerDependencies": { "@apollo/subgraph": "^2.0.0", @@ -1878,9 +1878,9 @@ } }, "node_modules/@nestjs/mercurius/node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", + "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" }, "node_modules/@nestjs/platform-fastify": { "version": "10.0.3", @@ -10681,17 +10681,17 @@ "requires": {} }, "@nestjs/mercurius": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/@nestjs/mercurius/-/mercurius-12.0.3.tgz", - "integrity": "sha512-M33+0fl4HUhKyvLu1oBBdIRIDx+9fStynRgkrx+S7AFo+8nPx8q2Py8qVREHDwI+DRCIPfB9QMhcdYnITUDUvg==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/@nestjs/mercurius/-/mercurius-12.0.4.tgz", + "integrity": "sha512-Fma140kgFIzG1kcxAIbVkrfvxGMyMYJ31xjkp1qLsknxiDdB9jQCgW2DNbVxmpAeIXPTk5mR8ubdh9n/At06+Q==", "requires": { - "tslib": "2.5.3" + "tslib": "2.6.0" }, "dependencies": { "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", + "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" } } }, diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index 3454297629d..611a5c4a9f8 100644 --- a/sample/33-graphql-mercurius/package.json +++ b/sample/33-graphql-mercurius/package.json @@ -22,7 +22,7 @@ "@nestjs/common": "10.0.3", "@nestjs/core": "10.0.3", "@nestjs/graphql": "12.0.3", - "@nestjs/mercurius": "12.0.3", + "@nestjs/mercurius": "12.0.4", "@nestjs/platform-fastify": "10.0.3", "class-transformer": "0.5.1", "class-validator": "0.14.0",