From 29959e805e10368a424af0f486be87b3b938bed3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 19:01:58 +0000
Subject: [PATCH] deps(example): Bump the dependencies group in
/examples/nestjs-graphql with 2 updates (#2261)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group in /examples/nestjs-graphql with 2 updates: [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) and [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express).
Updates `@nestjs/core` from 10.4.7 to 10.4.8
Release notes
Sourced from @nestjs/core
's releases.
v10.4.8 (2024-11-15)
Bug fixes
Enhancements
Committers: 3
Commits
3c5180d
chore(@nestjs
) publish v10.4.8 release
a7b73e3
Merge pull request #14143 from nestjs/feat/expose-listening-stream
e64ab18
refactor(core): replace internal init with an inline promise
dade6d5
Merge pull request #14139 from mksony/chore/ensure-application-init-before-ac...
1a076fc
feat(core): expose listening stream from http adapter host
5c6986f
chore(core): defer application shutdown until init finishes
229d97f
fix(core): flaky durable provider, remove instance on error #13953
- See full diff in compare view
Updates `@nestjs/platform-express` from 10.4.7 to 10.4.8
Release notes
Sourced from @nestjs/platform-express
's releases.
v10.4.8 (2024-11-15)
Bug fixes
Enhancements
Committers: 3
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
---
examples/nestjs-graphql/package-lock.json | 16 ++++++++--------
examples/nestjs-graphql/package.json | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/examples/nestjs-graphql/package-lock.json b/examples/nestjs-graphql/package-lock.json
index 5c307df3e..b86f85371 100644
--- a/examples/nestjs-graphql/package-lock.json
+++ b/examples/nestjs-graphql/package-lock.json
@@ -14,9 +14,9 @@
"@nestjs/apollo": "^12.2.1",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.3.0",
- "@nestjs/core": "^10.4.7",
+ "@nestjs/core": "^10.4.8",
"@nestjs/graphql": "^12.2.1",
- "@nestjs/platform-express": "^10.4.7",
+ "@nestjs/platform-express": "^10.4.8",
"graphql": "^16.9.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
@@ -1115,9 +1115,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",
@@ -1309,9 +1309,9 @@
}
},
"node_modules/@nestjs/platform-express": {
- "version": "10.4.7",
- "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-10.4.7.tgz",
- "integrity": "sha512-q6XDOxZPTZ9cxALcVuKUlRBk+cVEv6dW2S8p2yVre22kpEQxq53/OI8EseDvzObGb6hepZ8+yBY04qoYqSlXNQ==",
+ "version": "10.4.8",
+ "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-10.4.8.tgz",
+ "integrity": "sha512-bDz6wQD9LzGeK6uAAFv9l9AbrpyPwHStNObL8J95HBAXJesOblVlQMBAhdfci1YVMQUfOc36qq0IpRSa1II9Mg==",
"dependencies": {
"body-parser": "1.20.3",
"cors": "2.8.5",
diff --git a/examples/nestjs-graphql/package.json b/examples/nestjs-graphql/package.json
index f92b961db..ac64b98f0 100644
--- a/examples/nestjs-graphql/package.json
+++ b/examples/nestjs-graphql/package.json
@@ -22,9 +22,9 @@
"@nestjs/apollo": "^12.2.1",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.3.0",
- "@nestjs/core": "^10.4.7",
+ "@nestjs/core": "^10.4.8",
"@nestjs/graphql": "^12.2.1",
- "@nestjs/platform-express": "^10.4.7",
+ "@nestjs/platform-express": "^10.4.8",
"graphql": "^16.9.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"