Skip to content

Commit

Permalink
Chore(deps): bump axios from 0.26.1 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.26.1...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 213e91a commit 1260d16
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 29 deletions.
50 changes: 28 additions & 22 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 packages/demo-frontend/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@js-soft/nmshd-login-demo-helper": "*",
"@rollup/plugin-typescript": "^8.3.1",
"axios": "^0.26.0",
"axios": "^1.6.0",
"keycloak-js": "^17.0.0",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "^0.26.0",
"axios": "^1.6.0",
"svelte-spa-router": "^3.2.0",
"sveltestrap": "^5.9.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/school-frontend/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@js-soft/nmshd-login-demo-helper": "*",
"@rollup/plugin-typescript": "^8.3.1",
"axios": "^0.26.0",
"axios": "^1.6.0",
"keycloak-js": "^17.0.0",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/school-server/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@js-soft/docdb-querytranslator": "^1.0.1",
"@nmshd/connector-sdk": "^2.0.4",
"async-retry": "^1.3.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@js-soft/docdb-querytranslator": "^1.0.1",
"@nmshd/connector-sdk": "^2.0.4",
"async-retry": "^1.3.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/university-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@js-soft/nmshd-login-demo-helper": "*",
"@rollup/plugin-typescript": "^8.3.1",
"axios": "^0.26.0",
"axios": "^1.6.0",
"keycloak-js": "^17.0.0",
"qs": "^6.10.3",
"socket.io-client": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/university-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@js-soft/docdb-querytranslator": "^1.0.1",
"@nmshd/connector-sdk": "^2.0.4",
"async-retry": "^1.3.3",
"axios": "^0.26.0",
"axios": "^1.6.0",
"config": "^3.3.7",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
Expand Down

0 comments on commit 1260d16

Please sign in to comment.