Skip to content

Commit

Permalink
libms-npm: bump @nestjs/apollo from 12.0.9 to 12.0.11 in /servers/lib
Browse files Browse the repository at this point in the history
Bumps [@nestjs/apollo](https://github.com/nestjs/graphql) from 12.0.9 to 12.0.11.
- [Release notes](https://github.com/nestjs/graphql/releases)
- [Commits](nestjs/graphql@v12.0.9...v12.0.11)

---
updated-dependencies:
- dependency-name: "@nestjs/apollo"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 397d8cc commit 9054393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion servers/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@apollo/client": "^3.8.4",
"@apollo/server": "^4.9.3",
"@nestjs/apollo": "^12.0.9",
"@nestjs/apollo": "^12.0.11",
"@nestjs/common": "^10.2.6",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.6",
Expand Down
8 changes: 4 additions & 4 deletions servers/lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,10 +935,10 @@
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==

"@nestjs/apollo@^12.0.9":
version "12.0.9"
resolved "https://registry.yarnpkg.com/@nestjs/apollo/-/apollo-12.0.9.tgz#f346ac28bd5e4711f6007a1e8301d8eca77e82cc"
integrity sha512-aAo+FzmLNQdAZVYkJu4Jnhx4QWp3RalfuFe9vH644ap/ao79FhWR/YKA0N+Zr1RTLKjtl7/PUm4N6z2a8G2LbQ==
"@nestjs/apollo@^12.0.11":
version "12.0.11"
resolved "https://registry.yarnpkg.com/@nestjs/apollo/-/apollo-12.0.11.tgz#1d6d1dcae990ebd2c61458802518c84a0693fc43"
integrity sha512-E8kBOyGBZ8Zx4qMLnK3+ECZgmLKqNHyYbtkOi0fXWr8ackosLMkRqGgtDVffXRlVA3eo6G3RgnL0Qyu3VvfD5A==
dependencies:
"@apollo/server-plugin-landing-page-graphql-playground" "4.0.0"
iterall "1.3.0"
Expand Down

0 comments on commit 9054393

Please sign in to comment.