Skip to content

Commit

Permalink
deps(Dev): bump axios from 0.23.0 to 0.26.1 (#12)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.26.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.23.0...v0.26.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 10, 2022
1 parent 9b4ef44 commit 4b2222a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"lint:fix": "npm run lint -- --fix"
},
"peerDependencies": {
"axios": "^0.23.0"
"axios": "^0.26.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"axios": "^0.23.0",
"axios": "^0.26.1",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.2",
"typescript": "^4.4.4"
Expand Down

0 comments on commit 4b2222a

Please sign in to comment.