Skip to content

Commit e0b03f7

Browse files
authored
Merge pull request #85 from rtfpessoa/dependabot/npm_and_yarn/eslint-plugin-jest-23.6.0
build(deps-dev): bump eslint-plugin-jest from 23.3.0 to 23.6.0
2 parents 0677dde + a5a2e01 commit e0b03f7

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-config-prettier": "6.9.0",
7070
"eslint-config-standard": "14.1.0",
7171
"eslint-plugin-import": "2.20.0",
72-
"eslint-plugin-jest": "23.3.0",
72+
"eslint-plugin-jest": "23.6.0",
7373
"eslint-plugin-node": "11.0.0",
7474
"eslint-plugin-prettier": "3.1.2",
7575
"eslint-plugin-promise": "^4.2.1",

yarn.lock

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,13 @@ braces@^2.3.1:
781781
split-string "^3.0.2"
782782
to-regex "^3.0.1"
783783

784+
braces@^3.0.1:
785+
version "3.0.2"
786+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
787+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
788+
dependencies:
789+
fill-range "^7.0.1"
790+
784791
browser-process-hrtime@^0.1.2:
785792
version "0.1.3"
786793
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
@@ -1379,12 +1386,13 @@ [email protected]:
13791386
read-pkg-up "^2.0.0"
13801387
resolve "^1.12.0"
13811388

1382-
eslint-plugin-jest@23.3.0:
1383-
version "23.3.0"
1384-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.3.0.tgz#b1443d0c46d6a0de9ef3de78176dd6688c7d5326"
1385-
integrity sha512-GE6CR4ESJeu6Huw7vfZfaXHmX2R2kCFvf2X9OMcOxfP158yLKgLWz7PqLYTwRDACi84IhpmRxO8lK7GGwG05UQ==
1389+
eslint-plugin-jest@23.6.0:
1390+
version "23.6.0"
1391+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.6.0.tgz#508b32f80d44058c8c01257c0ee718cfbd521e9d"
1392+
integrity sha512-GH8AhcFXspOLqak7fqnddLXEJsrFyvgO8Bm60SexvKSn1+3rWYESnCiWUOCUcBTprNSDSE4CtAZdM4EyV6gPPw==
13861393
dependencies:
13871394
"@typescript-eslint/experimental-utils" "^2.5.0"
1395+
micromatch "^4.0.2"
13881396

13891397
13901398
version "11.0.0"
@@ -1680,6 +1688,13 @@ fill-range@^4.0.0:
16801688
repeat-string "^1.6.1"
16811689
to-regex-range "^2.1.0"
16821690

1691+
fill-range@^7.0.1:
1692+
version "7.0.1"
1693+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
1694+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
1695+
dependencies:
1696+
to-regex-range "^5.0.1"
1697+
16831698
find-up@^2.0.0, find-up@^2.1.0:
16841699
version "2.1.0"
16851700
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
@@ -2240,6 +2255,11 @@ is-number@^3.0.0:
22402255
dependencies:
22412256
kind-of "^3.0.2"
22422257

2258+
is-number@^7.0.0:
2259+
version "7.0.0"
2260+
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
2261+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
2262+
22432263
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
22442264
version "2.0.4"
22452265
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -3033,6 +3053,14 @@ micromatch@^3.1.10, micromatch@^3.1.4:
30333053
snapdragon "^0.8.1"
30343054
to-regex "^3.0.2"
30353055

3056+
micromatch@^4.0.2:
3057+
version "4.0.2"
3058+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
3059+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
3060+
dependencies:
3061+
braces "^3.0.1"
3062+
picomatch "^2.0.5"
3063+
30363064
30373065
version "1.40.0"
30383066
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.40.0.tgz#a65057e998db090f732a68f6c276d387d4126c32"
@@ -3574,6 +3602,11 @@ performance-now@^2.1.0:
35743602
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
35753603
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
35763604

3605+
picomatch@^2.0.5:
3606+
version "2.2.1"
3607+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
3608+
integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
3609+
35773610
pify@^2.0.0:
35783611
version "2.3.0"
35793612
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -4416,6 +4449,13 @@ to-regex-range@^2.1.0:
44164449
is-number "^3.0.0"
44174450
repeat-string "^1.6.1"
44184451

4452+
to-regex-range@^5.0.1:
4453+
version "5.0.1"
4454+
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
4455+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
4456+
dependencies:
4457+
is-number "^7.0.0"
4458+
44194459
to-regex@^3.0.1, to-regex@^3.0.2:
44204460
version "3.0.2"
44214461
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"

0 commit comments

Comments
 (0)