Skip to content

Commit 0e3a2d9

Browse files
chore(deps-dev): bump eslint-plugin-mocha from 10.5.0 to 11.0.0 (#59)
Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 10.5.0 to 11.0.0. - [Release notes](https://github.com/lo1tuma/eslint-plugin-mocha/releases) - [Changelog](https://github.com/lo1tuma/eslint-plugin-mocha/blob/main/CHANGELOG.md) - [Commits](lo1tuma/eslint-plugin-mocha@10.5.0...11.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-mocha dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f4e3bd commit 0e3a2d9

2 files changed

Lines changed: 18 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"eslint": "^8.57.0",
1818
"eslint-config-oclif": "^5.2.2",
1919
"eslint-config-oclif-typescript": "^3.1.14",
20-
"eslint-plugin-mocha": "^10.5.0",
20+
"eslint-plugin-mocha": "^11.0.0",
2121
"mocha": "^11.7.2",
2222
"nyc": "^17.1.0",
2323
"tslib": "1.14.1",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@
151151
dependencies:
152152
"@jridgewell/trace-mapping" "0.3.9"
153153

154-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
155-
version "4.4.1"
156-
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
157-
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
154+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.4.1":
155+
version "4.9.0"
156+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
157+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
158158
dependencies:
159159
eslint-visitor-keys "^3.4.3"
160160

@@ -1286,6 +1286,14 @@ eslint-plugin-mocha@^10.5.0:
12861286
globals "^13.24.0"
12871287
rambda "^7.4.0"
12881288

1289+
eslint-plugin-mocha@^11.0.0:
1290+
version "11.0.0"
1291+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-11.0.0.tgz#cecf7ed106b2a2cf2d73d3fa622c22e6cb18e02e"
1292+
integrity sha512-P8zdSu9+avzLozms0kBlWNxqfqABlowidjugdT3AYpvmaKRQjULaM8CXisUiKa5jY5rJYQdd4coehjJ+ICprnw==
1293+
dependencies:
1294+
"@eslint-community/eslint-utils" "^4.4.1"
1295+
globals "^15.14.0"
1296+
12891297
eslint-plugin-n@^15, eslint-plugin-n@^15.1.0:
12901298
version "15.7.0"
12911299
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.7.0.tgz#e29221d8f5174f84d18f2eb94765f2eeea033b90"
@@ -1732,6 +1740,11 @@ globals@^13.19.0, globals@^13.24.0:
17321740
dependencies:
17331741
type-fest "^0.20.2"
17341742

1743+
globals@^15.14.0:
1744+
version "15.15.0"
1745+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
1746+
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
1747+
17351748
globalthis@^1.0.4:
17361749
version "1.0.4"
17371750
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"

0 commit comments

Comments
 (0)