Bump minimist, coveralls, hubot, handlebars, mkdirp and mocha

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), coveralls, hubot, [handlebars](https://github.com/wycats/handlebars.js), [mkdirp](https://github.com/isaacs/node-mkdirp) and mocha. These dependencies need to be updated together.


Updates `minimist` from 0.0.8 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/v0.0.8...v1.2.8)

Updates `coveralls` from 2.13.1 to 3.1.1

Updates `hubot` from 2.19.0 to 3.3.2

Updates `handlebars` from 4.0.10 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.0.10...v4.7.7)

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 `mocha` from 3.5.3 to 10.2.0

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: coveralls
  dependency-type: direct:development
- dependency-name: hubot
  dependency-type: direct:development
- dependency-name: handlebars
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-02 02:42:08 +00:00 коммит произвёл GitHub
Родитель dab843acf2
Коммит dd1476fd82
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1443 добавлений и 1103 удалений

2538
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -22,16 +22,16 @@
"parent-require": "^1.0.0"
},
"peerDependencies": {
"hubot": "^2.19.0"
"hubot": "^3.3.2"
},
"devDependencies": {
"chai": "^4.1.1",
"coffee-coverage": "^2.0.1",
"coffee-script": ">=1.2.0",
"coveralls": "^2.13.1",
"hubot": "^2.19.0",
"coveralls": "^3.1.1",
"hubot": "^3.3.2",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"rewiremock": "^3.7.7"
}