From a4610ba16cb82de615fa67be53d42650eb49e5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 03:04:49 +0000 Subject: [PATCH] chore(deps): bump @nestjs/core in /sample/33-graphql-mercurius Bumps [@nestjs/core](https://github.com/nestjs/nest) from 9.0.1 to 9.0.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v9.0.1...v9.0.5) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample/33-graphql-mercurius/package-lock.json | 14 +++++++------- sample/33-graphql-mercurius/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sample/33-graphql-mercurius/package-lock.json b/sample/33-graphql-mercurius/package-lock.json index fc807a843be..c0711430a5b 100644 --- a/sample/33-graphql-mercurius/package-lock.json +++ b/sample/33-graphql-mercurius/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@nestjs/common": "9.0.1", - "@nestjs/core": "9.0.1", + "@nestjs/core": "9.0.5", "@nestjs/graphql": "10.0.18", "@nestjs/mercurius": "10.0.17", "@nestjs/platform-fastify": "9.2.1", @@ -1685,9 +1685,9 @@ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" }, "node_modules/@nestjs/core": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.1.tgz", - "integrity": "sha512-gdrjQhqPN588pmlwzRWA0NsLhWiACUX4Me2Y1BI9Jm5dzmWMgde/zUfFmkvUKiONqKQoZagcCzFtWSWuYjTENQ==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.5.tgz", + "integrity": "sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww==", "hasInstallScript": true, "dependencies": { "@nuxtjs/opencollective": "0.3.2", @@ -10362,9 +10362,9 @@ } }, "@nestjs/core": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.1.tgz", - "integrity": "sha512-gdrjQhqPN588pmlwzRWA0NsLhWiACUX4Me2Y1BI9Jm5dzmWMgde/zUfFmkvUKiONqKQoZagcCzFtWSWuYjTENQ==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.5.tgz", + "integrity": "sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww==", "requires": { "@nuxtjs/opencollective": "0.3.2", "fast-safe-stringify": "2.1.1", diff --git a/sample/33-graphql-mercurius/package.json b/sample/33-graphql-mercurius/package.json index d630c8bbee6..604248070a0 100644 --- a/sample/33-graphql-mercurius/package.json +++ b/sample/33-graphql-mercurius/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@nestjs/common": "9.0.1", - "@nestjs/core": "9.0.1", + "@nestjs/core": "9.0.5", "@nestjs/graphql": "10.0.18", "@nestjs/mercurius": "10.0.17", "@nestjs/platform-fastify": "9.2.1",