Files
ESP3D-WEBUI/package.json
dependabot[bot] 9725ab2dc0 Bump micromatch, gulp-cli and gulp (#400)
Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependencies [micromatch](https://github.com/micromatch/micromatch), [gulp-cli](https://github.com/gulpjs/gulp-cli) and [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.


Updates `micromatch` from 4.0.4 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

Updates `gulp-cli` from 2.3.0 to 3.0.0
- [Release notes](https://github.com/gulpjs/gulp-cli/releases)
- [Changelog](https://github.com/gulpjs/gulp-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp-cli/compare/v2.3.0...v3.0.0)

Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
- dependency-name: gulp-cli
  dependency-type: direct:production
- dependency-name: gulp
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 21:47:24 +08:00

35 lines
880 B
JSON

{
"name": "ESP3D-WebUI",
"description": "Web UI for ESP3D",
"devDependencies": {
"del": "latest",
"deprecated": "latest",
"fs": "latest",
"gulp": "^5.0.0",
"gulp-bytediff": "latest",
"gulp-cdnizer": "latest",
"gulp-clean-css": "latest",
"gulp-concat": "latest",
"gulp-filesize": "latest",
"gulp-gzip": "latest",
"gulp-htmlmin": "latest",
"gulp-if": "latest",
"gulp-jshint": "latest",
"gulp-ng-annotate": "latest",
"gulp-remove-code": "latest",
"gulp-replace": "latest",
"gulp-smoosher": "latest",
"gulp-uglify": "latest",
"gulp-zip": "latest",
"jshint": "latest",
"merge-stream": "latest"
},
"repository": "https://github.com/luc-github/ESP3D-WEBUI",
"author": "Luc LEBOSSE",
"license": "(ISC OR GPL-3.0)",
"dependencies": {
"global": "latest",
"gulp-cli": "^3.0.0"
}
}