Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 840864a

Browse files
chore(deps): update dependency eslint-plugin-mocha to v10.0.5 (sequelize#14558)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 226584e commit 840864a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"esbuild": "0.14.39",
8080
"eslint": "8.16.0",
8181
"eslint-plugin-jsdoc": "39.3.2",
82-
"eslint-plugin-mocha": "10.0.4",
82+
"eslint-plugin-mocha": "10.0.5",
8383
"expect-type": "0.13.0",
8484
"fast-glob": "3.2.11",
8585
"fs-jetpack": "4.3.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3234,13 +3234,13 @@ eslint-plugin-lodash@^7.4.0:
32343234
dependencies:
32353235
lodash "^4.17.21"
32363236

3237-
3238-
version "10.0.4"
3239-
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.4.tgz#b129a1aef8312e8ceaf1b35ff0367f93e917d90a"
3240-
integrity sha512-8wzAeepVY027oBHz/TmBmUr7vhVqoC1KTFeDybFLhbaWKx+aQ7fJJVuUsqcUy+L+G+XvgQBJY+cbAf7hl5DF7Q==
3237+
3238+
version "10.0.5"
3239+
resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.0.5.tgz#c3b1e9f59c01063566d8e64b64226533376ffccd"
3240+
integrity sha512-H5xuD5NStlpaKLqUWYC5BsMx8fHgrIYsdloFbONUTc2vgVNiJcWdKoX29Tt0BO75QgAltplPLIziByMozGGixA==
32413241
dependencies:
32423242
eslint-utils "^3.0.0"
3243-
ramda "^0.28.0"
3243+
rambda "^7.1.0"
32443244

32453245
eslint-plugin-react-hooks@^4.3.0:
32463246
version "4.5.0"
@@ -6994,10 +6994,10 @@ quick-lru@^4.0.1:
69946994
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
69956995
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
69966996

6997-
ramda@^0.28.0:
6998-
version "0.28.0"
6999-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.28.0.tgz#acd785690100337e8b063cab3470019be427cc97"
7000-
integrity sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==
6997+
rambda@^7.1.0:
6998+
version "7.1.4"
6999+
resolved "https://registry.yarnpkg.com/rambda/-/rambda-7.1.4.tgz#7faa9665a54c5d81773975532a942b3113bb4a56"
7000+
integrity sha512-bPK8sSiVHIC7CqdWga8R+hRi5hfc4hK6S01lZW4KrLwSNryQoKaCOJA9GNiF20J7Nbe1vejRfR37/ASQXFL5EA==
70017001

70027002
randombytes@^2.1.0:
70037003
version "2.1.0"

0 commit comments

Comments
 (0)