Skip to content

Commit

Permalink
Bump axios and start-server-and-test
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) and [start-server-and-test](https://github.com/bahmutov/start-server-and-test). These dependencies needed to be updated together.

Updates `axios` from 1.6.8 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.7)

Updates `start-server-and-test` from 2.0.0 to 2.0.8
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.0...v2.0.8)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
- dependency-name: start-server-and-test
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2024
1 parent 29b2f98 commit 70af34f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 46 deletions.
78 changes: 34 additions & 44 deletions demo/wiremock_state_extension_demo/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 demo/wiremock_state_extension_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/data-urls": "^3.0.1",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"axios": "^1.6.0",
"axios": "^1.7.7",
"mitt": "^3.0.1",
"pinia": "^2.1.6",
"vue": "^3.3.4",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.8",
"typescript": "~5.1.6",
"vite": "^4.5.3",
"vite-plugin-vuetify": "^1.0.0-alpha.11",
Expand Down

0 comments on commit 70af34f

Please sign in to comment.