Skip to content

Commit

Permalink
Update patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 9, 2021
1 parent 2e3a1ec commit 6f2e5d7
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 60 deletions.
2 changes: 1 addition & 1 deletion examples-staging/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@keystone-ui/tooltip": "^4.0.0",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.9",
"apollo-server-micro": "^2.25.0",
"apollo-server-micro": "^2.25.1",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"next": "^10.2.3",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@keystone-next/fields": "^10.0.0",
"@keystone-next/fields-document": "^6.0.1",
"@keystone-next/keystone": "^19.0.0",
"apollo-server-micro": "^2.25.0"
"apollo-server-micro": "^2.25.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-staging/graphql-api-endpoint"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages-next/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"keystone-next": "bin/cli.js"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@apollo/client": "^3.3.20",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/runtime": "^7.14.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@types/express": "^4.17.12",
"@types/form-data": "2.5.0",
"@types/fs-extra": "^9.0.11",
"@types/graphql-upload": "^8.0.4",
"@types/graphql-upload": "^8.0.5",
"@types/node-fetch": "^2.5.10",
"@types/pluralize": "^0.0.29",
"@types/prettier": "^2.2.3",
Expand All @@ -66,8 +66,8 @@
"@types/uid-safe": "^2.1.2",
"@types/uuid": "^8.3.0",
"apollo-errors": "^1.9.0",
"apollo-server-express": "^2.25.0",
"apollo-server-micro": "^2.25.0",
"apollo-server-express": "^2.25.1",
"apollo-server-micro": "^2.25.1",
"apollo-server-types": "^0.9.0",
"apollo-upload-client": "^15.0.0",
"chalk": "^4.1.1",
Expand All @@ -91,7 +91,7 @@
"next": "^10.2.3",
"node-fetch": "^2.6.1",
"object-hash": "^2.2.0",
"p-limit": "^2.2.0",
"p-limit": "^2.2.2",
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.3.1",
Expand Down
115 changes: 63 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@apollo/client@^3.1.3", "@apollo/client@^3.3.19":
"@apollo/client@^3.1.3":
version "3.3.19"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.19.tgz#f1172dc9b9d7eae04c8940b047fd3b452ef92d2c"
integrity sha512-vzljWLPP0GwocfBhUopzDCUwsiaNTtii1eu8qDybAXqwj4/ZhnIM46c6dNQmnVcJpAIFRIsNCOxM4OlMDySJug==
Expand All @@ -21,6 +21,25 @@
tslib "^1.10.0"
zen-observable "^0.8.14"

"@apollo/client@^3.3.20":
version "3.3.20"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.20.tgz#8f0935fa991857e9cf2e73c9bd378ad7ec97caf8"
integrity sha512-hS7UmBwJweudw/J3M0RAcusMHNiRuGqkRH6g91PM2ev8cXScIMdXr/++9jo7wD1nAITMCMF4HQQ3LFaw/Or0Bw==
dependencies:
"@graphql-typed-document-node/core" "^3.0.0"
"@types/zen-observable" "^0.8.0"
"@wry/context" "^0.6.0"
"@wry/equality" "^0.5.0"
fast-json-stable-stringify "^2.0.0"
graphql-tag "^2.12.0"
hoist-non-react-statics "^3.3.2"
optimism "^0.16.0"
prop-types "^15.7.2"
symbol-observable "^4.0.0"
ts-invariant "^0.7.0"
tslib "^1.10.0"
zen-observable "^0.8.14"

"@apollo/[email protected]":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@apollo/protobufjs/-/protobufjs-1.2.2.tgz#4bd92cd7701ccaef6d517cdb75af2755f049f87c"
Expand Down Expand Up @@ -2689,10 +2708,10 @@
dependencies:
"@types/node" "*"

"@types/graphql-upload@^8.0.4":
version "8.0.4"
resolved "https://registry.yarnpkg.com/@types/graphql-upload/-/graphql-upload-8.0.4.tgz#23a8ffb3d2fe6e0ee07e6f16ee9d9d5e995a2f4f"
integrity sha512-0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==
"@types/graphql-upload@^8.0.5":
version "8.0.5"
resolved "https://registry.yarnpkg.com/@types/graphql-upload/-/graphql-upload-8.0.5.tgz#d6adce53f82630e59dca8900c2285877ae61b9eb"
integrity sha512-h01wGd+0wzEGZhTi5609xTRheTtHaDOIG21NEb6UP2O9FcyU6FeMiTq2rLzjtN3JL2b0HKhwYhIzEe8XLTPerw==
dependencies:
"@types/express" "*"
"@types/fs-capacitor" "*"
Expand Down Expand Up @@ -3256,6 +3275,13 @@
dependencies:
tslib "^2.1.0"

"@wry/equality@^0.5.0":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@wry/equality/-/equality-0.5.1.tgz#b22e4e1674d7bf1439f8ccdccfd6a785f6de68b0"
integrity sha512-FZKbdpbcVcbDxQrKcaBClNsQaMg9nof1RKM7mReJe5DKUzM5u8S7T+PqwNqvib5O2j2xxF1R4p5O3+b6baTrbw==
dependencies:
tslib "^2.1.0"

"@wry/trie@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@wry/trie/-/trie-0.3.0.tgz#3245e74988c4e3033299e479a1bf004430752463"
Expand Down Expand Up @@ -3510,10 +3536,10 @@ apollo-server-caching@^0.7.0:
dependencies:
lru-cache "^6.0.0"

apollo-server-core@^2.25.0:
version "2.25.0"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.25.0.tgz#a0841e57c3605d638809f541dfc87370386b7372"
integrity sha512-LqDmY+R5dcb6zj/RgM7P8NnURV2XdQFIF4rY7g80hD9mc2WSCKHF6eH+lHG0sFPW7f8iBr+lJ4LyETuWEVF0hg==
apollo-server-core@^2.25.1:
version "2.25.1"
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.25.1.tgz#593ef925ae31e0259d9b247fafad196a328d380b"
integrity sha512-10gVjvGv3uPfy7gUFQhgNhb66RorD1qX6yF4bTawm4S6JstkGrWYFJN5/48o7Mte+tATpXzAGiWu0l4wsYA/mA==
dependencies:
"@apollographql/apollo-tools" "^0.5.0"
"@apollographql/graphql-playground-html" "1.6.27"
Expand All @@ -3538,9 +3564,8 @@ apollo-server-core@^2.25.0:
loglevel "^1.6.7"
lru-cache "^6.0.0"
sha.js "^2.4.11"
subscriptions-transport-ws "^0.9.11"
subscriptions-transport-ws "^0.9.19"
uuid "^8.0.0"
ws "^6.0.0"

apollo-server-env@^3.1.0:
version "3.1.0"
Expand All @@ -3555,10 +3580,10 @@ apollo-server-errors@^2.5.0:
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.5.0.tgz#5d1024117c7496a2979e3e34908b5685fe112b68"
integrity sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==

apollo-server-express@^2.25.0:
version "2.25.0"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.25.0.tgz#0551a23cf47509349ee438cef6bd10d9856ba9f8"
integrity sha512-FCTisD+VB1LCcTjjhKvQZ/dkly83KVlioFMgcPjW1X/kzCznRT3aQoVn9bQHlzQr7NnpwFseb4Rhd2KKD4wKEA==
apollo-server-express@^2.25.1:
version "2.25.1"
resolved "https://registry.yarnpkg.com/apollo-server-express/-/apollo-server-express-2.25.1.tgz#d02914cb348819b08c7a476cd012b6731c3fb5d2"
integrity sha512-9idHkV3umcIDdq/NIQEC2D6zZ0QtaMRVCbeRcDgm9uWWiX3ulK5ICdHbNBu5UHXkDmKjfZiGaCWBZti0MsRQAg==
dependencies:
"@apollographql/graphql-playground-html" "1.6.27"
"@types/accepts" "^1.3.5"
Expand All @@ -3567,25 +3592,25 @@ apollo-server-express@^2.25.0:
"@types/express" "4.17.11"
"@types/express-serve-static-core" "4.17.19"
accepts "^1.3.5"
apollo-server-core "^2.25.0"
apollo-server-core "^2.25.1"
apollo-server-types "^0.9.0"
body-parser "^1.18.3"
cors "^2.8.5"
express "^4.17.1"
graphql-subscriptions "^1.0.0"
graphql-tools "^4.0.8"
parseurl "^1.3.2"
subscriptions-transport-ws "^0.9.16"
subscriptions-transport-ws "^0.9.19"
type-is "^1.6.16"

apollo-server-micro@^2.25.0:
version "2.25.0"
resolved "https://registry.yarnpkg.com/apollo-server-micro/-/apollo-server-micro-2.25.0.tgz#b79835cf770ad7ccb73a8ecb5249b734de28f80d"
integrity sha512-azbFCuwhMk1hiA/1eW4DcQ983i0v/XlOfHEkfNgpFkWGprZss/MEQ1W6Y+5UgeAmpNEUglFEkn7SQqYE26ezCg==
apollo-server-micro@^2.25.1:
version "2.25.1"
resolved "https://registry.yarnpkg.com/apollo-server-micro/-/apollo-server-micro-2.25.1.tgz#ed6292b7f0fe13ffd34659bc636f518676ae2bec"
integrity sha512-ITNYKuLyFfLfVyMSYs964CJz9Fd6yMgl9TJiAZdOIhePV6SUIzVzkZ/GK8jXbS4VkEaPjJN3AnquaG9A+Q8cUw==
dependencies:
"@apollographql/graphql-playground-html" "1.6.27"
accept "^3.0.2"
apollo-server-core "^2.25.0"
apollo-server-core "^2.25.1"
apollo-server-types "^0.9.0"
micro "^9.3.2"

Expand Down Expand Up @@ -3836,11 +3861,6 @@ async-each@^1.0.1:
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==

async-limiter@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==

async-retry@^1.2.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.1.tgz#139f31f8ddce50c0870b0ba558a6079684aaed55"
Expand Down Expand Up @@ -5889,10 +5909,10 @@ eslint-plugin-cypress@^2.11.3:
dependencies:
globals "^11.12.0"

eslint-plugin-import@^2.23.3:
version "2.23.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.3.tgz#8a1b073289fff03c4af0f04b6df956b7d463e191"
integrity sha512-wDxdYbSB55F7T5CC7ucDjY641VvKmlRwT0Vxh7PkY1mI4rclVRFWYfsrjDgZvwYYDZ5ee0ZtfFKXowWjqvEoRQ==
eslint-plugin-import@^2.23.4:
version "2.23.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz#8dceb1ed6b73e46e50ec9a5bb2411b645e7d3d97"
integrity sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==
dependencies:
array-includes "^3.1.3"
array.prototype.flat "^1.2.4"
Expand Down Expand Up @@ -10110,7 +10130,7 @@ p-limit@^1.1.0:
dependencies:
p-try "^1.0.0"

p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1:
p-limit@^2.0.0, p-limit@^2.2.0, p-limit@^2.2.1, p-limit@^2.2.2:
version "2.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==
Expand Down Expand Up @@ -12275,16 +12295,16 @@ stylis@^4.0.3:
resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.0.10.tgz#446512d1097197ab3f02fb3c258358c3f7a14240"
integrity sha512-m3k+dk7QeJw660eIKRRn3xPF6uuvHs/FFzjX3HQ5ove0qYsiygoAhwn5a3IYKaZPo5LrYD0rfVmtv1gNY1uYwg==

subscriptions-transport-ws@^0.9.11, subscriptions-transport-ws@^0.9.16:
version "0.9.18"
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.18.tgz#bcf02320c911fbadb054f7f928e51c6041a37b97"
integrity sha512-tztzcBTNoEbuErsVQpTN2xUNN/efAZXyCyL5m3x4t6SKrEiTL2N8SaKWBFWM4u56pL79ULif3zjyeq+oV+nOaA==
subscriptions-transport-ws@^0.9.19:
version "0.9.19"
resolved "https://registry.yarnpkg.com/subscriptions-transport-ws/-/subscriptions-transport-ws-0.9.19.tgz#10ca32f7e291d5ee8eb728b9c02e43c52606cdcf"
integrity sha512-dxdemxFFB0ppCLg10FTtRqH/31FNRL1y1BQv8209MK5I4CwALb7iihQg+7p65lFcIl8MHatINWBLOqpgU4Kyyw==
dependencies:
backo2 "^1.0.2"
eventemitter3 "^3.1.0"
iterall "^1.2.1"
symbol-observable "^1.0.4"
ws "^5.2.0"
ws "^5.2.0 || ^6.0.0 || ^7.0.0"

superagent@^6.1.0:
version "6.1.0"
Expand Down Expand Up @@ -12378,6 +12398,11 @@ symbol-observable@^2.0.0:
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-2.0.3.tgz#5b521d3d07a43c351055fa43b8355b62d33fd16a"
integrity sha512-sQV7phh2WCYAn81oAkakC5qjq2Ml0g8ozqz03wOGnx9dDlG1de6yrF+0RAzSJD8fPUow3PTSMf2SAbOGxb93BA==

symbol-observable@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-4.0.0.tgz#5b425f192279e87f2f9b937ac8540d1984b39205"
integrity sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==

symbol-tree@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
Expand Down Expand Up @@ -13666,21 +13691,7 @@ write-file-atomic@^3.0.0:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"

ws@^5.2.0:
version "5.2.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"
integrity sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==
dependencies:
async-limiter "~1.0.0"

ws@^6.0.0:
version "6.2.2"
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
dependencies:
async-limiter "~1.0.0"

ws@^7.3.1, ws@^7.4.5:
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.3.1, ws@^7.4.5:
version "7.4.6"
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
Expand Down

0 comments on commit 6f2e5d7

Please sign in to comment.