@@ -4638,11 +4638,6 @@ babel-plugin-polyfill-regenerator@^0.5.3:
4638
4638
dependencies:
4639
4639
"@babel/helper-define-polyfill-provider" "^0.4.3"
4640
4640
4641
- babel-plugin-transform-react-remove-prop-types@^0.4.24:
4642
- version "0.4.24"
4643
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
4644
- integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
4645
-
4646
4641
babel-preset-current-node-syntax@^1.0.0:
4647
4642
version "1.0.0"
4648
4643
resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.0.tgz#cf5feef29551253471cfa82fc8e0f5063df07a77"
@@ -11054,7 +11049,16 @@ string-length@^4.0.1:
11054
11049
char-regex "^1.0.2"
11055
11050
strip-ansi "^6.0.0"
11056
11051
11057
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11052
+ "string-width-cjs@npm:string-width@^4.2.0":
11053
+ version "4.2.3"
11054
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11055
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11056
+ dependencies:
11057
+ emoji-regex "^8.0.0"
11058
+ is-fullwidth-code-point "^3.0.0"
11059
+ strip-ansi "^6.0.1"
11060
+
11061
+ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11058
11062
version "4.2.3"
11059
11063
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11060
11064
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11125,7 +11129,14 @@ string_decoder@^1.1.1, string_decoder@~1.1.1:
11125
11129
dependencies:
11126
11130
safe-buffer "~5.1.0"
11127
11131
11128
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11132
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11133
+ version "6.0.1"
11134
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11135
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11136
+ dependencies:
11137
+ ansi-regex "^5.0.1"
11138
+
11139
+ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11129
11140
version "6.0.1"
11130
11141
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11131
11142
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12077,7 +12088,16 @@ word-wrap@~1.2.3:
12077
12088
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
12078
12089
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
12079
12090
12080
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12091
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12092
+ version "7.0.0"
12093
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12094
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12095
+ dependencies:
12096
+ ansi-styles "^4.0.0"
12097
+ string-width "^4.1.0"
12098
+ strip-ansi "^6.0.0"
12099
+
12100
+ wrap-ansi@^7.0.0:
12081
12101
version "7.0.0"
12082
12102
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12083
12103
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
0 commit comments