Build(deps): Bump axios and browser-sync (#570)

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.


Removes `axios`

Updates `browser-sync` from 2.29.1 to 3.0.2
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v3.0.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-type: direct:development
...

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-03-03 17:14:20 +00:00
committed by GitHub
parent 4f42219821
commit 7a387e8724
2 changed files with 63 additions and 285 deletions

View File

@@ -34,7 +34,7 @@
"uglify-js": "^3.14.5"
},
"devDependencies": {
"browser-sync": "^2.27.11"
"browser-sync": "^3.0.2"
},
"scripts": {
"gulp": "gulp",