Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 4 updates: [cz-git](https://github.com/Zhengqbbb/cz-git/tree/HEAD/packages/cz-git), [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git), [snyk](https://github.com/snyk/snyk) and [mocha](https://github.com/mochajs/mocha).


Updates `cz-git` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/Zhengqbbb/cz-git/releases)
- [Changelog](https://github.com/Zhengqbbb/cz-git/blob/main/packages/cz-git/CHANGELOG.md)
- [Commits](https://github.com/Zhengqbbb/cz-git/commits/v1.9.1/packages/cz-git)

Updates `simple-git` from 3.23.0 to 3.24.0
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/[email protected]/simple-git)

Updates `snyk` from 1.1286.0 to 1.1286.2
- [Release notes](https://github.com/snyk/snyk/releases)
- [Commits](snyk/cli@v1.1286.0...v1.1286.2)

Updates `mocha` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.3.0...v10.4.0)

---
updated-dependencies:
- dependency-name: cz-git
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: simple-git
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: snyk
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 842d792 commit 8cae032
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"coverage-badges-cli": "^2.0.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.9.0",
"cz-git": "^1.9.1",
"eslint": "^8.57.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"husky": "^9.0.11",
Expand All @@ -70,8 +70,8 @@
"prettier": "^3.2.5",
"protobufjs": "^7.2.6",
"shelljs": "^0.8.5",
"simple-git": "^3.23.0",
"snyk": "^1.1286.0",
"simple-git": "^3.24.0",
"snyk": "^1.1286.2",
"supertest": "^6.3.4",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"even-more-min": "^1.0.1",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
"should-sinon": "0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/featureserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"even-more-min": "^1.0.1",
"express": "^4.19.2",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"should": "^13.2.3",
Expand Down

0 comments on commit 8cae032

Please sign in to comment.