Skip to content

Commit 7a5e4f1

Browse files
Update dependency prop-types to v15.8.1
1 parent 3a5bb65 commit 7a5e4f1

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

yarn.lock

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,6 +3068,7 @@ jest-worker@^24.6.0:
30683068
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
30693069
version "4.0.0"
30703070
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
3071+
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
30713072

30723073
js-tokens@^3.0.2:
30733074
version "3.0.2"
@@ -4210,14 +4211,23 @@ promise@^7.1.1:
42104211
dependencies:
42114212
asap "~2.0.3"
42124213

4213-
prop-types@^15.6.2, prop-types@^15.7.2:
4214+
prop-types@^15.6.2:
42144215
version "15.7.2"
42154216
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
42164217
dependencies:
42174218
loose-envify "^1.4.0"
42184219
object-assign "^4.1.1"
42194220
react-is "^16.8.1"
42204221

4222+
prop-types@^15.7.2:
4223+
version "15.8.1"
4224+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
4225+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
4226+
dependencies:
4227+
loose-envify "^1.4.0"
4228+
object-assign "^4.1.1"
4229+
react-is "^16.13.1"
4230+
42214231
pseudomap@^1.0.2:
42224232
version "1.0.2"
42234233
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
@@ -4265,7 +4275,12 @@ react-devtools-core@^3.6.1:
42654275
shell-quote "^1.6.1"
42664276
ws "^3.3.1"
42674277

4268-
react-is@^16.8.1, react-is@^16.8.4:
4278+
react-is@^16.13.1, react-is@^16.8.1:
4279+
version "16.13.1"
4280+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
4281+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
4282+
4283+
react-is@^16.8.4:
42694284
version "16.8.6"
42704285
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
42714286

0 commit comments

Comments
 (0)