Skip to content

Commit

Permalink
Bump nanoid and mocha
Browse files Browse the repository at this point in the history
Removes [nanoid](https://github.com/ai/nanoid). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.


Removes `nanoid`

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

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 42b5c0d commit f200ed2
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 84 deletions.
145 changes: 62 additions & 83 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"c8": "^8.0.0",
"express": "^4",
"js-yaml": "^4.1.0",
"mocha": "^10.2.0",
"mocha": "^10.8.2",
"pandoc-filter": "^2.2.0",
"puppeteer": "^22.14.0"
},
Expand Down

0 comments on commit f200ed2

Please sign in to comment.