Skip to content

Commit

Permalink
Update auth middleware to fix password flow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluiz committed Sep 28, 2018
1 parent 7e2a9c6 commit b2ef040
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
28 changes: 21 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@commercetools/sdk-middleware-auth": "^4.0.2",
"@commercetools/sdk-middleware-auth": "^4.0.6",
"apollo-cache-inmemory": "^1.2.7",
"apollo-client": "^2.3.8",
"apollo-link-context": "^1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@
lodash "^4.17.10"
to-fast-properties "^2.0.0"

"@commercetools/sdk-middleware-auth@^4.0.2":
"@commercetools/sdk-middleware-auth@^4.0.6":
version "4.0.6"
resolved "https://registry.yarnpkg.com/@commercetools/sdk-middleware-auth/-/sdk-middleware-auth-4.0.6.tgz#7548624385b39424bec5774f785a3490cddcbc7c"
dependencies:
Expand Down

0 comments on commit b2ef040

Please sign in to comment.