chore(deps-dev): bump eslint-plugin-mocha from 10.1.0 to 10.2.0

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases)
- [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lo1tuma/eslint-plugin-mocha/compare/10.1.0...10.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-02 18:59:33 +00:00
committed by GitHub
parent ce1134a099
commit 0b408df3ec
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"del": "^7.1.0",
"eslint": "^8.50.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-mocha": "^10.2.0",
"glob": "^10.3.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
@@ -4283,13 +4283,13 @@
}
},
"node_modules/eslint-plugin-mocha": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz",
"integrity": "sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.2.0.tgz",
"integrity": "sha512-ZhdxzSZnd1P9LqDPF0DBcFLpRIGdh1zkF2JHnQklKQOvrQtT73kdP5K9V2mzvbLR+cCAO9OI48NXK/Ax9/ciCQ==",
"dev": true,
"dependencies": {
"eslint-utils": "^3.0.0",
"rambda": "^7.1.0"
"rambda": "^7.4.0"
},
"engines": {
"node": ">=14.0.0"
@@ -8986,9 +8986,9 @@
"dev": true
},
"node_modules/rambda": {
"version": "7.1.4",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.1.4.tgz",
"integrity": "sha512-bPK8sSiVHIC7CqdWga8R+hRi5hfc4hK6S01lZW4KrLwSNryQoKaCOJA9GNiF20J7Nbe1vejRfR37/ASQXFL5EA==",
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/rambda/-/rambda-7.5.0.tgz",
"integrity": "sha512-y/M9weqWAH4iopRd7EHDEQQvpFPHj1AA3oHozE9tfITHUtTR7Z9PSlIRRG2l1GuW7sefC1cXFfIcF+cgnShdBA==",
"dev": true
},
"node_modules/randombytes": {

View File

@@ -26,7 +26,7 @@
"del": "^7.1.0",
"eslint": "^8.50.0",
"eslint-config-recommended": "^4.1.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-mocha": "^10.2.0",
"glob": "^10.3.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",