Skip to content

Commit 444e44c

Browse files
chore(deps): bump axios and @ory/client in /code-examples/protect-page-login/react (#1644)
chore(deps): bump axios and @ory/client 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4a1d9b commit 444e44c

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed

code-examples/protect-page-login/react/package-lock.json

Lines changed: 56 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code-examples/protect-page-login/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@ory/client": "~1.2.1",
33+
"@ory/client": "~1.6.1",
3434
"@testing-library/jest-dom": "^5.16.4",
3535
"@testing-library/react": "^13.3.0",
3636
"@testing-library/user-event": "^13.5.0",

0 commit comments

Comments
 (0)