Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] b6a378a314
build(deps): bump minimist, mkdirp, commitizen, dependency-tree, loader-fs-cache and handlebars
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [commitizen](https://github.com/commitizen/cz-cli), [dependency-tree](https://github.com/mrjoelkemp/node-dependency-tree), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies need to be updated together.


Updates `minimist` from 1.2.0 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)

Updates `commitizen` from 2.10.1 to 4.3.0
- [Release notes](https://github.com/commitizen/cz-cli/releases)
- [Commits](https://github.com/commitizen/cz-cli/compare/v2.10.1...v4.3.0)

Updates `dependency-tree` from 5.12.0 to 9.0.0
- [Release notes](https://github.com/mrjoelkemp/node-dependency-tree/releases)
- [Commits](https://github.com/mrjoelkemp/node-dependency-tree/compare/v5.12.0...v9.0.0)

Updates `loader-fs-cache` from 1.0.1 to 1.0.3
- [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases)
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

Updates `handlebars` from 4.1.0 to 4.7.7
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.7.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: commitizen
  dependency-type: direct:development
- dependency-name: dependency-tree
  dependency-type: direct:development
- dependency-name: loader-fs-cache
  dependency-type: indirect
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 15:42:28 +00:00
2 changed files with 1904 additions and 748 deletions

2648
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -101,7 +101,7 @@
"chalk": "^2.0.1",
"codecov": "^3.8.3",
"commander": "^2.12.2",
"commitizen": "^2.9.6",
"commitizen": "^4.3.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
@ -109,7 +109,7 @@
"css-loader": "^0.28.0",
"cssnano": "^4.0.0",
"cz-mand-mobile-changelog": "^1.0.2",
"dependency-tree": "^5.12.0",
"dependency-tree": "^9.0.0",
"eslint": "^4.4.1",
"eslint-config-aesir-mandatory": "0.0.3",
"eslint-config-aesir-recommand": "^0.0.2",