Skip to content

Commit

Permalink
Bump apollo-server-core from 3.12.0 to 3.12.1 (#10532)
Browse files Browse the repository at this point in the history
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Commits](https://github.com/apollographql/apollo-server/commits/[email protected]/packages/apollo-server-core)

---
updated-dependencies:
- dependency-name: apollo-server-core
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 07400b0 commit c15fb93
Showing 1 changed file with 3 additions and 124 deletions.
127 changes: 3 additions & 124 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -938,11 +938,6 @@
resolved "https://registry.yarnpkg.com/@celo/base/-/base-1.5.2.tgz#168ab5e4e30b374079d8d139fafc52ca6bfd4100"
integrity sha512-KGf6Dl9E6D01vAfkgkjL2sG+zqAjspAogILIpWstljWdG5ifyA75jihrnDEHaMCoQS0KxHvTdP1XYS/GS6BEyQ==

"@celo/[email protected]", "@celo/base@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/base/-/base-5.0.1.tgz#406727217afceec479aa1c0fc8231194595ce84e"
integrity sha512-R0n+nkBv9HPl9IxXkxCGZS20waKWbidA1jyz5a9W5GHxPh6ooTv69KGBIsj1xAdbtlqdvaPbeWJHPxgr5X7nXg==

"@celo/[email protected]":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@celo/bls12377js/-/bls12377js-0.1.1.tgz#ba3574f41697cdba96c10ae96bb1aac057285798"
Expand All @@ -963,19 +958,6 @@
debug "^4.1.1"
utf8 "3.0.0"

"@celo/[email protected]":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/connect/-/connect-5.0.1.tgz#88a92f4f15fb2cb92fe711243e44deaf02a8ce7b"
integrity sha512-cN1hgdAzNP03Czgc70OkWepHSxsM21L0rpAU5nAagv4NTNfb8nuX89UwEIo1C4804gxR/MqGayHf48tZnnBZ5g==
dependencies:
"@celo/base" "5.0.1"
"@celo/utils" "5.0.1"
"@types/debug" "^4.1.5"
"@types/utf8" "^2.1.6"
bignumber.js "^9.0.0"
debug "^4.1.1"
utf8 "3.0.0"

"@celo/[email protected]":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-1.5.2.tgz#be15d570f3044a190dabb6bbe53d5081c78ea605"
Expand All @@ -994,25 +976,6 @@
semver "^7.3.5"
web3 "1.3.6"

"@celo/contractkit@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/contractkit/-/contractkit-5.0.1.tgz#2c76522784de0f9b03b3724b2cd9911a008f82ec"
integrity sha512-b9biRPA8+grwYkdkt6VYOuC+h2cN/MFcTSdqmAh4I4o5pxfHmTejbolVALjssSSC/3quV1XmTzeh9UMpPWJoDA==
dependencies:
"@celo/base" "5.0.1"
"@celo/connect" "5.0.1"
"@celo/utils" "5.0.1"
"@celo/wallet-local" "5.0.1"
"@types/bn.js" "^5.1.0"
"@types/debug" "^4.1.5"
bignumber.js "^9.0.0"
cross-fetch "3.0.6"
debug "^4.1.1"
fp-ts "2.1.1"
io-ts "2.0.1"
semver "^7.3.5"
web3 "1.10.0"

"@celo/[email protected]":
version "1.0.39"
resolved "https://registry.yarnpkg.com/@celo/phone-number-privacy-common/-/phone-number-privacy-common-1.0.39.tgz#3c9568f70378d24d11afcc4306024c5cf4f8efe9"
Expand All @@ -1031,47 +994,6 @@
elliptic "^6.5.4"
is-base64 "^1.1.0"

"@celo/phone-number-privacy-common@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@celo/phone-number-privacy-common/-/phone-number-privacy-common-3.0.2.tgz#c6e1857635e1922e4f232cd44980ac5c67541856"
integrity sha512-WYTlx2UDn3ZQoQ4hXADfp16Gw5iUiHkEikReUilxGSRIgAH1MkGVMh2U2nKCU7/9RhaLxUVMXrfu3LulKet9WQ==
dependencies:
"@celo/base" "^5.0.1"
"@celo/contractkit" "^5.0.1"
"@celo/phone-utils" "^5.0.1"
"@celo/utils" "^5.0.1"
"@opentelemetry/api" "^1.4.1"
"@opentelemetry/auto-instrumentations-node" "^0.38.0"
"@opentelemetry/propagator-ot-trace" "^0.27.0"
"@opentelemetry/sdk-metrics" "^1.15.1"
"@opentelemetry/sdk-node" "^0.41.1"
"@opentelemetry/sdk-trace-web" "^1.15.1"
"@opentelemetry/semantic-conventions" "^1.15.1"
"@types/bunyan" "1.8.8"
bignumber.js "^9.0.0"
bunyan "1.8.12"
bunyan-debug-stream "2.0.0"
bunyan-gke-stackdriver "0.1.2"
dotenv "^8.2.0"
elliptic "^6.5.4"
io-ts "2.0.1"
is-base64 "^1.1.0"

"@celo/phone-utils@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/phone-utils/-/phone-utils-5.0.1.tgz#ccfdd302fdc36d7f414f23d08ab133937bce8d5e"
integrity sha512-cExztDocm2Wu2fvPPt2bu2mi7mnorjSaWTmL/Kxl4GNIpKf5Q3k5iEOb/bPNAMROAdiOqipge7ro1sTP9d9iQg==
dependencies:
"@celo/base" "5.0.1"
"@celo/utils" "5.0.1"
"@types/country-data" "^0.0.0"
"@types/google-libphonenumber" "^7.4.23"
"@types/node" "^10.12.18"
country-data "^0.0.31"
fp-ts "2.1.1"
google-libphonenumber "^3.2.27"
io-ts "2.0.1"

"@celo/poprf@^0.1.9":
version "0.1.9"
resolved "https://registry.yarnpkg.com/@celo/poprf/-/poprf-0.1.9.tgz#38c514ce0f572b80edeb9dc280b6cf5e9d7c2a75"
Expand Down Expand Up @@ -1118,23 +1040,6 @@
web3-eth-abi "1.3.6"
web3-utils "1.3.6"

"@celo/[email protected]", "@celo/utils@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/utils/-/utils-5.0.1.tgz#561725779e7ac39c029c81d3d175eaf70faef755"
integrity sha512-EHue0t0/ge8j59WivJ7PnFnT3V7omKPCbHSymx+ehauz01nT8Xt6q64ubqyS5hfPeWYL9JmuDJG7VmIaWpj8HQ==
dependencies:
"@celo/base" "5.0.1"
"@ethereumjs/util" "8.0.5"
"@types/bn.js" "^5.1.0"
"@types/elliptic" "^6.4.9"
"@types/node" "^10.12.18"
bignumber.js "^9.0.0"
elliptic "^6.5.4"
ethereum-cryptography "1.2.0"
io-ts "2.0.1"
web3-eth-abi "1.10.0"
web3-utils "1.10.0"

"@celo/[email protected]":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-1.5.2.tgz#ae8df425bf3c702277bb1b63a761a2ec8429e7aa"
Expand All @@ -1150,21 +1055,6 @@
eth-lib "^0.2.8"
ethereumjs-util "^5.2.0"

"@celo/[email protected]":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/wallet-base/-/wallet-base-5.0.1.tgz#0da3a072169c9877988287006386bf05371d0470"
integrity sha512-MWYwloV0MbP7sFXAYGNilz3QgrIDkcmv0M4NhV+zLyZbuj/iyn+Kw5wU0x85YalO+jDDA7eFYvly1DYlEM2H9Q==
dependencies:
"@celo/base" "5.0.1"
"@celo/connect" "5.0.1"
"@celo/utils" "5.0.1"
"@ethereumjs/util" "8.0.5"
"@types/debug" "^4.1.5"
bignumber.js "^9.0.0"
debug "^4.1.1"
eth-lib "^0.2.8"
ethereum-cryptography "^2.1.2"

"@celo/[email protected]":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-1.5.2.tgz#66ea5fb763e19724309e3d56f312f1a342e12b91"
Expand All @@ -1177,17 +1067,6 @@
eth-lib "^0.2.8"
ethereumjs-util "^5.2.0"

"@celo/[email protected]":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@celo/wallet-local/-/wallet-local-5.0.1.tgz#61f0242d55c4258c3fdfc3bf0d887cb27877caa0"
integrity sha512-BQvxyLB85t5foyzFm5+zhTtlKUCDzPPAp+Ltpj7FUOYSy1bybuGys7iuhYWNg4hwTolEb6aOYh4ZSN5jZN958w==
dependencies:
"@celo/connect" "5.0.1"
"@celo/utils" "5.0.1"
"@celo/wallet-base" "5.0.1"
"@ethereumjs/util" "8.0.5"
eth-lib "^0.2.8"

"@chainsafe/as-sha256@^0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@chainsafe/as-sha256/-/as-sha256-0.3.1.tgz#3639df0e1435cab03f4d9870cc3ac079e57a6fc9"
Expand Down Expand Up @@ -7500,9 +7379,9 @@ apollo-reporting-protobuf@^3.4.0:
"@apollo/protobufjs" "1.2.6"

apollo-server-core@^3.12.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-3.12.0.tgz#8aa2a7329ce6fe1823290c45168c749db01548df"
integrity sha512-hq7iH6Cgldgmnjs9FVSZeKWRpi0/ZR+iJ1arzeD2VXGxxgk1mAm/cz1Tx0TYgegZI+FvvrRl0UhKEx7sLnIxIg==
version "3.12.1"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-3.12.1.tgz#ba255c37345db29c48a2e0c064c519a8d62eb5af"
integrity sha512-9SF5WAkkV0FZQ2HVUWI9Jada1U0jg7e8NCN9EklbtvaCeUlOLyXyM+KCWuZ7+dqHxjshbtcwylPHutt3uzoNkw==
dependencies:
"@apollo/utils.keyvaluecache" "^1.0.1"
"@apollo/utils.logger" "^1.0.0"
Expand Down

0 comments on commit c15fb93

Please sign in to comment.