Skip to content

Commit

Permalink
Bump nanoid and gulp-mocha (#25)
Browse files Browse the repository at this point in the history
Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [gulp-mocha](https://github.com/sindresorhus/gulp-mocha). These dependencies need to be updated together.

Updates `nanoid` from 3.1.20 to 3.3.3
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.20...3.3.3)

Updates `gulp-mocha` from 8.0.0 to 10.0.0
- [Release notes](https://github.com/sindresorhus/gulp-mocha/releases)
- [Commits](sindresorhus/gulp-mocha@v8.0.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pavel <palich_morozov@mail.ru>
  • Loading branch information
dependabot[bot] and PavelMor25 committed May 24, 2024
1 parent b445ef8 commit c2f4b48
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 353 deletions.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { spawn } = require('child_process');
const gulp = require('gulp');
const eslint = require('gulp-eslint');
const mocha = require('gulp-mocha');
const mocha = require('gulp-mocha-simple');


function lint () {
Expand Down
Loading

0 comments on commit c2f4b48

Please sign in to comment.