Skip to content

Commit

Permalink
fix(deps): update dependency apollo-upload-client to v15 (#5744)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 17, 2021
1 parent 4b5243e commit 97a6122
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ts-gql/schema": "^0.5.1",
"@types/apollo-upload-client": "14.1.0",
"@types/react": "^17.0.5",
"apollo-upload-client": "^14.1.3",
"apollo-upload-client": "^15.0.0",
"clipboard-copy": "^4.0.1",
"express": "^4.17.1",
"fast-deep-equal": "^3.1.3",
Expand Down
22 changes: 10 additions & 12 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.2.5", "@apollo/client@^3.3.18":
"@apollo/client@^3.1.3", "@apollo/client@^3.3.18":
version "3.3.18"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.18.tgz#dc722576a88fddb5c3ae0bb03d5675e0bb7ec07e"
integrity sha512-SaJSda4V36/pnv7jkCBROBPwd3w/3TnG/Bd8oLESuNqm6ruXDHt067ow00Y2zz1AOL8SuOI9LXjmkr+FcTqnIQ==
Expand Down Expand Up @@ -3605,14 +3605,12 @@ apollo-tracing@^0.14.0:
apollo-server-env "^3.1.0"
apollo-server-plugin-base "^0.12.0"

apollo-upload-client@^14.1.3:
version "14.1.3"
resolved "https://registry.yarnpkg.com/apollo-upload-client/-/apollo-upload-client-14.1.3.tgz#91f39011897bd08e99c0de0164e77ad2f3402247"
integrity sha512-X2T+7pHk5lcaaWnvP9h2tuAAMCzOW6/9juedQ0ZuGp3Ufl81BpDISlCs0o6u29wBV0RRT/QpMU2gbP+3FCfVpQ==
apollo-upload-client@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/apollo-upload-client/-/apollo-upload-client-15.0.0.tgz#02ad5a156c146c13f3a93b9658196e5d73a73fca"
integrity sha512-7kyBwflLTqRhfsNIIBc94z1Row3WVWOgLm77izAuG3YJEzUbpy8k4775G40j3xlToSey5c7CR/9NOdoDcQw/xg==
dependencies:
"@apollo/client" "^3.2.5"
"@babel/runtime" "^7.12.5"
extract-files "^9.0.0"
extract-files "^10.0.0"

apollo-utilities@^1.0.1, apollo-utilities@^1.3.0:
version "1.3.4"
Expand Down Expand Up @@ -6307,10 +6305,10 @@ extglob@^2.0.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"

extract-files@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-9.0.0.tgz#8a7744f2437f81f5ed3250ed9f1550de902fe54a"
integrity sha512-CvdFfHkC95B4bBBk36hcEmvdR2awOdhhVUYH6S/zrVj3477zven/fJMYg7121h4T1xHZC+tetUpubpAhxwI7hQ==
extract-files@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/extract-files/-/extract-files-10.0.0.tgz#228b1da1d910971cf8d7f1ed259653c6001ba5ad"
integrity sha512-4KXYOSf8SlMlQCj94Ygy89xIZU2GTs0HU2Nz9mG2/F5TKsHyq/3sDWGjHgHmfw9RhXF3hO+pBKyC6JfIHD52bw==

extract-zip@^1.7.0:
version "1.7.0"
Expand Down

1 comment on commit 97a6122

@vercel
Copy link

@vercel vercel bot commented on 97a6122 May 17, 2021

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.