Skip to content

Commit

Permalink
Bump the npm group with 3 updates (#156)
Browse files Browse the repository at this point in the history
Bumps the npm group with 3 updates: [semver](https://github.com/npm/node-semver), [chai](https://github.com/chaijs/chai) and [mocha](https://github.com/mochajs/mocha).


Updates `semver` from 7.5.4 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.5.4...v7.6.0)

Updates `chai` from 5.0.0 to 5.0.3
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v5.0.0...v5.0.3)

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

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent d226bf4 commit f1dac08
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 56 deletions.
76 changes: 23 additions & 53 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 @@ -42,10 +42,10 @@
"ncp": "^2.0.0",
"request": "^2.64.0",
"del": "^7.1.0",
"semver": "^7.5.4"
"semver": "^7.6.0"
},
"devDependencies": {
"chai": "^5.0.0",
"chai": "^5.0.3",
"express": "^4.3.1",
"get-port": "^7.0.0",
"grunt": "^1.6.1",
Expand All @@ -56,6 +56,6 @@
"grunt-jsdoc-to-markdown": "^6.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-nw-builder": "^4.0.1",
"mocha": "^10.2.0"
"mocha": "^10.3.0"
}
}

0 comments on commit f1dac08

Please sign in to comment.