Skip to content

Commit

Permalink
Bump axios from 0.27.2 to 1.1.3 (#155)
Browse files Browse the repository at this point in the history
* Bump axios from 0.27.2 to 1.1.3

Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v1.1.3)

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

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

* Updated integration test configuration to include axios

* Updated integration test configuration to include axios

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Rudisch <[email protected]>
  • Loading branch information
dependabot[bot] and frudisch authored Feb 3, 2023
1 parent 41eae6e commit e99a7fa
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 19 deletions.
5 changes: 4 additions & 1 deletion jest.integration.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ module.exports = {
testMatch: [
'**/*.integration.ts'
],
testTimeout: 10000,
testPathIgnorePatterns: ["/node_modules/", "/dist/", "/config/"],
moduleDirectories: [
"node_modules"
],
testTimeout: 10000,
moduleNameMapper: {
"axios": "axios/dist/node/axios.cjs"
}
}
46 changes: 29 additions & 17 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 @@ -39,8 +39,8 @@
},
"dependencies": {
"@azure/functions": "^3.0.0",
"axios": "^1.1.3",
"@types/node": "^18.11.18",
"axios": "^0.27.2",
"joi": "^17.5.0",
"jwt-decode": "^3.1.2"
}
Expand Down

0 comments on commit e99a7fa

Please sign in to comment.