Skip to content

Commit

Permalink
chore(deps): bump axios and @ory/client
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependency [@ory/client](https://github.com/ory/sdk). These dependencies need to be updated together.


Updates `axios` from 0.21.4 to 1.6.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.6.7)

Updates `@ory/client` from 1.2.1 to 1.6.1
- [Release notes](https://github.com/ory/sdk/releases)
- [Commits](https://github.com/ory/sdk/commits)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@ory/client"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent aeaa95a commit 56c08a8
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 24 deletions.
85 changes: 62 additions & 23 deletions code-examples/protect-page-login/react/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 code-examples/protect-page-login/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@ory/client": "~1.2.1",
"@ory/client": "~1.6.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand Down

0 comments on commit 56c08a8

Please sign in to comment.