Skip to content

Commit

Permalink
BC-5799 - Update axios in schulcloud server (#4607)
Browse files Browse the repository at this point in the history
* Bump axios from 1.5.0 to 1.6.2

Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.5.0...v1.6.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* added index-file in shared-folder

* added index-file in shared/domain-folder

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
wolfganggreschus and dependabot[bot] authored Dec 4, 2023
1 parent ffc78d5 commit 73d7602
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
6 changes: 6 additions & 0 deletions apps/server/src/shared/domain/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
Import external dependencies directly, not from here.
Avoid loading all external references for testing.
Do not re-export here.
*/
6 changes: 6 additions & 0 deletions apps/server/src/shared/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
Import external dependencies directly, not from here.
Avoid loading all external references for testing.
Do not re-export here.
*/
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"async": "^3.2.2",
"async-mutex": "^0.4.0",
"aws-sdk": "^2.1375.0",
"axios": "^1.5.0",
"axios": "^1.6.2",
"axios-mock-adapter": "^1.21.2",
"bbb-promise": "^1.2.0",
"bcryptjs": "*",
Expand Down

0 comments on commit 73d7602

Please sign in to comment.