Skip to content

Commit

Permalink
fix(deps): update dependency apollo-datasource to v3 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 26, 2022
1 parent 0c9f64d commit 2082a4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@apollo/subgraph": "2.1.4",
"@graphql-tools/load-files": "6.6.1",
"@graphql-tools/merge": "8.3.6",
"apollo-datasource": "0.10.0",
"apollo-datasource": "3.3.2",
"apollo-server-micro": "3.10.3",
"csv-parse": "4.16.3",
"datasource-sql": "1.5.0",
Expand Down
35 changes: 6 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1845,13 +1845,13 @@ anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"

apollo-datasource@0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.10.0.tgz#5450fc88f23f73b36ba04b4f7a6d00ef2f5364a9"
integrity sha512-wrLhuoM2MtA0KA0+3qyioe0H2FjAxjTvuFOlNCk6WberA887m0MQlWULZImCWTkKuN+zEAMerHfxN+F+W8+lBA==
apollo-datasource@3.3.2, apollo-datasource@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-3.3.2.tgz#5711f8b38d4b7b53fb788cb4dbd4a6a526ea74c8"
integrity sha512-L5TiS8E2Hn/Yz7SSnWIVbZw0ZfEIXZCa5VUiVxD9P53JvSrf4aStvsFDlGWPvpIdCR+aly2CfoB79B9/JjKFqg==
dependencies:
apollo-server-caching "^0.7.0"
apollo-server-env "^3.2.0"
"@apollo/utils.keyvaluecache" "^1.0.1"
apollo-server-env "^4.2.1"

apollo-datasource@^0.6.3:
version "0.6.4"
Expand All @@ -1861,14 +1861,6 @@ apollo-datasource@^0.6.3:
apollo-server-caching "^0.5.1"
apollo-server-env "^2.4.3"

apollo-datasource@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-3.3.2.tgz#5711f8b38d4b7b53fb788cb4dbd4a6a526ea74c8"
integrity sha512-L5TiS8E2Hn/Yz7SSnWIVbZw0ZfEIXZCa5VUiVxD9P53JvSrf4aStvsFDlGWPvpIdCR+aly2CfoB79B9/JjKFqg==
dependencies:
"@apollo/utils.keyvaluecache" "^1.0.1"
apollo-server-env "^4.2.1"

apollo-reporting-protobuf@^3.3.1, apollo-reporting-protobuf@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/apollo-reporting-protobuf/-/apollo-reporting-protobuf-3.3.3.tgz#df2b7ff73422cd682af3f1805d32301aefdd9e89"
Expand All @@ -1883,13 +1875,6 @@ apollo-server-caching@^0.5.0, apollo-server-caching@^0.5.1:
dependencies:
lru-cache "^5.0.0"

apollo-server-caching@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.7.0.tgz#e6d1e68e3bb571cba63a61f60b434fb771c6ff39"
integrity sha512-MsVCuf/2FxuTFVhGLK13B+TZH9tBd2qkyoXKKILIiGcZ5CDUEBO14vIV63aNkMkS1xxvK2U4wBcuuNj/VH2Mkw==
dependencies:
lru-cache "^6.0.0"

apollo-server-core@^3.10.3:
version "3.10.3"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-3.10.3.tgz#64db45703785e9e79e7c5dadb6df2f7ee6fcbecc"
Expand Down Expand Up @@ -1926,14 +1911,6 @@ apollo-server-env@^2.4.3:
node-fetch "^2.1.2"
util.promisify "^1.0.0"

apollo-server-env@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-3.2.0.tgz#0572e307da4784c5d7633a0ade1f45e231da28e3"
integrity sha512-V+kO5e6vUo2JwqV1/Ng71ZE3J6x1hCOC+nID2/++bCYl0/fPY9iLChbBNSgN/uoFcjhgmBchOv+m4o0Nie/TFQ==
dependencies:
node-fetch "^2.6.1"
util.promisify "^1.0.0"

apollo-server-env@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-4.2.1.tgz#ea5b1944accdbdba311f179e4dfaeca482c20185"
Expand Down

1 comment on commit 2082a4b

@vercel
Copy link

@vercel vercel bot commented on 2082a4b Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.