chore(deps-dev): bump axios-mock-adapter from 1.22.0 to 2.0.0 (#4050)

Bumps [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) from 1.22.0 to 2.0.0.
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ctimmerm/axios-mock-adapter/compare/v1.22.0...v2.0.0)

---
updated-dependencies:
- dependency-name: axios-mock-adapter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-06 18:36:56 +08:00
committed by GitHub
parent f26b3eddb2
commit feda1484ab
2 changed files with 6 additions and 6 deletions

View File

@@ -25,6 +25,6 @@
"axios": "^1.7.3"
},
"devDependencies": {
"axios-mock-adapter": "^1.22.0"
"axios-mock-adapter": "^2.0.0"
}
}