Skip to content

Commit

Permalink
chore: bump cleints/client axios version
Browse files Browse the repository at this point in the history
  • Loading branch information
Faagerholm committed Aug 28, 2024
1 parent 29b3e23 commit 0496ee1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
4 changes: 2 additions & 2 deletions clients/client/typescript/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## @ory/client@v1.14.4
## @ory/client@v1.14.5

This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:

Expand Down Expand Up @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_

```
npm install @ory/[email protected].4 --save
npm install @ory/[email protected].5 --save
```

_unPublished (not recommended):_
Expand Down
17 changes: 3 additions & 14 deletions clients/client/typescript/package-lock.json

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

4 changes: 2 additions & 2 deletions clients/client/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ory/client",
"version": "v1.14.4",
"version": "v1.14.5",
"description": "OpenAPI client for @ory/client",
"author": "Ory Corp",
"repository": {
Expand All @@ -24,7 +24,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^1.6.1"
"axios": "^1.7.5"
},
"devDependencies": {
"@types/node": "12.11.5 - 12.20.42",
Expand Down

0 comments on commit 0496ee1

Please sign in to comment.