Skip to content

Commit 5a59a97

Browse files
committed
Updating dependencies
1 parent f84d2a7 commit 5a59a97

File tree

3 files changed

+53
-15
lines changed

3 files changed

+53
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"eslint": "^6.8.0",
77
"eslint-plugin-jsx-a11y": "^6.2.3",
88
"eslint-plugin-prettier": "^3.1.2",
9-
"eslint-plugin-react": "^7.18.0",
10-
"husky": "^4.2.1",
9+
"eslint-plugin-react": "^7.18.3",
10+
"husky": "^4.2.3",
1111
"lerna": "^3.20.2",
1212
"prettier": "^1.19.1"
1313
},

packages/create-react-dependency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "git+https://github.com/andrelmlins/create-react-dependency.git"
2121
},
2222
"dependencies": {
23-
"commander": "^4.1.0"
23+
"commander": "^4.1.1"
2424
}
2525
}

yarn.lock

Lines changed: 50 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3857,10 +3857,10 @@ commander@^2.11.0, commander@^2.20.0, commander@~2.20.3:
38573857
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
38583858
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
38593859

3860-
commander@^4.1.0:
3861-
version "4.1.0"
3862-
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.0.tgz#545983a0603fe425bc672d66c9e3c89c42121a83"
3863-
integrity sha512-NIQrwvv9V39FHgGFm36+U9SMQzbiHvU79k+iADraJTpmrFFfx7Ds0IvDoAdZsDrknlkRk14OYoWXb57uTh7/sw==
3860+
commander@^4.1.1:
3861+
version "4.1.1"
3862+
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
3863+
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
38643864

38653865
commander@~2.19.0:
38663866
version "2.19.0"
@@ -5038,10 +5038,10 @@ eslint-plugin-prettier@^3.1.2:
50385038
dependencies:
50395039
prettier-linter-helpers "^1.0.0"
50405040

5041-
eslint-plugin-react@^7.18.0:
5042-
version "7.18.0"
5043-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.0.tgz#2317831284d005b30aff8afb7c4e906f13fa8e7e"
5044-
integrity sha512-p+PGoGeV4SaZRDsXqdj9OWcOrOpZn8gXoGPcIQTzo2IDMbAKhNDnME9myZWqO3Ic4R3YmwAZ1lDjWl2R2hMUVQ==
5041+
eslint-plugin-react@^7.18.3:
5042+
version "7.18.3"
5043+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.18.3.tgz#8be671b7f6be095098e79d27ac32f9580f599bc8"
5044+
integrity sha512-Bt56LNHAQCoou88s8ViKRjMB2+36XRejCQ1VoLj716KI1MoE99HpTVvIThJ0rvFmG4E4Gsq+UgToEjn+j044Bg==
50455045
dependencies:
50465046
array-includes "^3.1.1"
50475047
doctrine "^2.1.0"
@@ -5052,6 +5052,7 @@ eslint-plugin-react@^7.18.0:
50525052
object.values "^1.1.1"
50535053
prop-types "^15.7.2"
50545054
resolve "^1.14.2"
5055+
string.prototype.matchall "^4.0.2"
50555056

50565057
eslint-scope@^4.0.3:
50575058
version "4.0.3"
@@ -6439,10 +6440,10 @@ humanize-ms@^1.2.1:
64396440
dependencies:
64406441
ms "^2.0.0"
64416442

6442-
husky@^4.2.1:
6443-
version "4.2.1"
6444-
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.1.tgz#b09f1bd9129e6c323cc515dc17081d0615e2d7c1"
6445-
integrity sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==
6443+
husky@^4.2.3:
6444+
version "4.2.3"
6445+
resolved "https://registry.yarnpkg.com/husky/-/husky-4.2.3.tgz#3b18d2ee5febe99e27f2983500202daffbc3151e"
6446+
integrity sha512-VxTsSTRwYveKXN4SaH1/FefRJYCtx+wx04sSVcOpD7N2zjoHxa+cEJ07Qg5NmV3HAK+IRKOyNVpi2YBIVccIfQ==
64466447
dependencies:
64476448
chalk "^3.0.0"
64486449
ci-info "^2.0.0"
@@ -6739,6 +6740,15 @@ internal-ip@^4.3.0:
67396740
default-gateway "^4.2.0"
67406741
ipaddr.js "^1.9.0"
67416742

6743+
internal-slot@^1.0.2:
6744+
version "1.0.2"
6745+
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.2.tgz#9c2e9fb3cd8e5e4256c6f45fe310067fcfa378a3"
6746+
integrity sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==
6747+
dependencies:
6748+
es-abstract "^1.17.0-next.1"
6749+
has "^1.0.3"
6750+
side-channel "^1.0.2"
6751+
67426752
into-stream@^3.1.0:
67436753
version "3.1.0"
67446754
resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6"
@@ -10042,6 +10052,14 @@ regexp.prototype.flags@^1.2.0:
1004210052
dependencies:
1004310053
define-properties "^1.1.2"
1004410054

10055+
regexp.prototype.flags@^1.3.0:
10056+
version "1.3.0"
10057+
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz#7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
10058+
integrity sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==
10059+
dependencies:
10060+
define-properties "^1.1.3"
10061+
es-abstract "^1.17.0-next.1"
10062+
1004510063
regexpp@^2.0.1:
1004610064
version "2.0.1"
1004710065
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
@@ -10611,6 +10629,14 @@ shellwords@^0.1.1:
1061110629
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
1061210630
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
1061310631

10632+
side-channel@^1.0.2:
10633+
version "1.0.2"
10634+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.2.tgz#df5d1abadb4e4bf4af1cd8852bf132d2f7876947"
10635+
integrity sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==
10636+
dependencies:
10637+
es-abstract "^1.17.0-next.1"
10638+
object-inspect "^1.7.0"
10639+
1061410640
signal-exit@^3.0.0, signal-exit@^3.0.2:
1061510641
version "3.0.2"
1061610642
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
@@ -11009,6 +11035,18 @@ string-width@^4.2.0:
1100911035
is-fullwidth-code-point "^3.0.0"
1101011036
strip-ansi "^6.0.0"
1101111037

11038+
string.prototype.matchall@^4.0.2:
11039+
version "4.0.2"
11040+
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz#48bb510326fb9fdeb6a33ceaa81a6ea04ef7648e"
11041+
integrity sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==
11042+
dependencies:
11043+
define-properties "^1.1.3"
11044+
es-abstract "^1.17.0"
11045+
has-symbols "^1.0.1"
11046+
internal-slot "^1.0.2"
11047+
regexp.prototype.flags "^1.3.0"
11048+
side-channel "^1.0.2"
11049+
1101211050
string.prototype.trimleft@^2.1.0:
1101311051
version "2.1.0"
1101411052
resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.0.tgz#6cc47f0d7eb8d62b0f3701611715a3954591d634"

0 commit comments

Comments
 (0)