Skip to content

Commit d1ef57f

Browse files
chore(deps): bump axios and @ory/client in /code-examples/auth-api/expressjs (#1648)
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.0.2 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 4f4b6d9 commit d1ef57f

File tree

2 files changed

+103
-24
lines changed

2 files changed

+103
-24
lines changed

code-examples/auth-api/expressjs/package-lock.json

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

code-examples/auth-api/expressjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "node index.js"
1010
},
1111
"dependencies": {
12-
"@ory/client": "~1.0.2",
12+
"@ory/client": "~1.6.1",
1313
"cors": "^2.8.5",
1414
"express": "^4.18.1"
1515
}

0 commit comments

Comments
 (0)