Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 01844b0

Browse files
committed
Update dependency prop-types to v15.8.1
1 parent 92f783a commit 01844b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"classnames": "2.3.2",
55-
"prop-types": "15.7.2",
55+
"prop-types": "15.8.1",
5656
"react": "17.0.2",
5757
"react-dom": "17.0.2",
5858
"react-redux": "8.0.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7104,14 +7104,14 @@ process@^0.11.10, process@~0.11.0:
71047104
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
71057105
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
71067106

7107-
prop-types@15.7.2:
7108-
version "15.7.2"
7109-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
7110-
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
7107+
prop-types@15.8.1:
7108+
version "15.8.1"
7109+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
7110+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
71117111
dependencies:
71127112
loose-envify "^1.4.0"
71137113
object-assign "^4.1.1"
7114-
react-is "^16.8.1"
7114+
react-is "^16.13.1"
71157115

71167116
proxy-from-env@1.0.0:
71177117
version "1.0.0"
@@ -7238,7 +7238,7 @@ react-dom@17.0.2:
72387238
object-assign "^4.1.1"
72397239
scheduler "^0.20.2"
72407240

7241-
react-is@^16.7.0, react-is@^16.8.1:
7241+
react-is@^16.13.1, react-is@^16.7.0:
72427242
version "16.13.1"
72437243
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
72447244
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)