Skip to content

Commit

Permalink
fix(deps): update dependency @nestjs/apollo to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 35d33ed commit af745a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"apollo:rover": "rover graph publish shikosai32@current --schema ./schema.gql"
},
"dependencies": {
"@nestjs/apollo": "10.1.7",
"@nestjs/apollo": "12.2.1",
"@nestjs/cli": "9.1.5",
"@nestjs/common": "9.2.1",
"@nestjs/config": "2.2.0",
Expand Down
23 changes: 18 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@
console.table "^0.10.0"
detect-libc "^2.0.0"

"@apollo/[email protected]":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@apollo/server-plugin-landing-page-graphql-playground/-/server-plugin-landing-page-graphql-playground-4.0.0.tgz#eff593de6c37a0b63d740f1c6498d69f67644aed"
integrity sha512-PBDtKI/chJ+hHeoJUUH9Kuqu58txQl00vUGuxqiC9XcReulIg7RjsyD0G1u3drX4V709bxkL5S0nTeXfRHD0qA==
dependencies:
"@apollographql/graphql-playground-html" "1.6.29"

"@apollo/utils.dropunuseddefinitions@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@apollo/utils.dropunuseddefinitions/-/utils.dropunuseddefinitions-1.1.0.tgz#02b04006442eaf037f4c4624146b12775d70d929"
Expand Down Expand Up @@ -1414,14 +1421,15 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@nestjs/apollo@10.1.7":
version "10.1.7"
resolved "https://registry.yarnpkg.com/@nestjs/apollo/-/apollo-10.1.7.tgz#deb3639fdcd01f8b7c646f926b1c253e823bf290"
integrity sha512-UQDgUgyJvrj53AcCzws6/854SVibAeyg+RGxMtb9+ENhd8snP6f7RS6mCaFY85UTAc6mo674NIUu9a/JyeYezw==
"@nestjs/apollo@12.2.1":
version "12.2.1"
resolved "https://registry.yarnpkg.com/@nestjs/apollo/-/apollo-12.2.1.tgz#a9b850f34a2a96c1b3be89a58f45f1d774f7f0b9"
integrity sha512-Det66rvMZwXSxwSkMBdTd+jqVyQRDRT+GJh/CU25PR3bM4n7BpdBTzW0XR3Eoi5oyas1YB4cUxa7nR5Iy37lag==
dependencies:
"@apollo/server-plugin-landing-page-graphql-playground" "4.0.0"
iterall "1.3.0"
lodash.omit "4.5.0"
tslib "2.4.1"
tslib "2.8.0"

"@nestjs/[email protected]":
version "9.1.5"
Expand Down Expand Up @@ -7091,6 +7099,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==

[email protected]:
version "2.8.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.0.tgz#d124c86c3c05a40a91e6fdea4021bd31d377971b"
integrity sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==

tslib@^1.8.1, tslib@^1.9.0:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit af745a7

Please sign in to comment.