|
80 | 80 | dependencies:
|
81 | 81 | "@babel/types" "^7.15.4"
|
82 | 82 |
|
| 83 | +"@babel/helper-annotate-as-pure@^7.16.0": |
| 84 | + version "7.18.6" |
| 85 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
| 86 | + integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
| 87 | + dependencies: |
| 88 | + "@babel/types" "^7.18.6" |
| 89 | + |
83 | 90 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
84 | 91 | version "7.15.4"
|
85 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
|
|
190 | 197 | dependencies:
|
191 | 198 | "@babel/types" "^7.15.4"
|
192 | 199 |
|
| 200 | +"@babel/helper-module-imports@^7.16.0": |
| 201 | + version "7.21.4" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
| 203 | + integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.21.4" |
| 206 | + |
193 | 207 | "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
|
194 | 208 | version "7.15.8"
|
195 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
|
|
261 | 275 | dependencies:
|
262 | 276 | "@babel/types" "^7.15.4"
|
263 | 277 |
|
| 278 | +"@babel/helper-string-parser@^7.19.4": |
| 279 | + version "7.19.4" |
| 280 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
| 281 | + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 282 | + |
264 | 283 | "@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
|
265 | 284 | version "7.15.7"
|
266 | 285 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
267 | 286 | integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
268 | 287 |
|
| 288 | +"@babel/helper-validator-identifier@^7.19.1": |
| 289 | + version "7.19.1" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
| 291 | + integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
| 292 | + |
269 | 293 | "@babel/helper-validator-option@^7.14.5":
|
270 | 294 | version "7.14.5"
|
271 | 295 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
|
1083 | 1107 | "@babel/helper-validator-identifier" "^7.14.9"
|
1084 | 1108 | to-fast-properties "^2.0.0"
|
1085 | 1109 |
|
| 1110 | +"@babel/types@^7.18.6", "@babel/types@^7.21.4": |
| 1111 | + version "7.21.4" |
| 1112 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
| 1113 | + integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
| 1114 | + dependencies: |
| 1115 | + "@babel/helper-string-parser" "^7.19.4" |
| 1116 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1117 | + to-fast-properties "^2.0.0" |
| 1118 | + |
1086 | 1119 | "@base2/pretty-print-object@1.0.0":
|
1087 | 1120 | version "1.0.0"
|
1088 | 1121 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
|
@@ -3951,15 +3984,16 @@ babel-plugin-react-docgen@^4.2.1:
|
3951 | 3984 | lodash "^4.17.15"
|
3952 | 3985 | react-docgen "^5.0.0"
|
3953 | 3986 |
|
3954 |
| -babel-plugin-styled-components@1.13.3: |
3955 |
| - version "1.13.3" |
3956 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc" |
3957 |
| - integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw== |
| 3987 | +babel-plugin-styled-components@2.1.1: |
| 3988 | + version "2.1.1" |
| 3989 | + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz#cd977cc0ff8410d5cbfdd142e42576e9c8794b87" |
| 3990 | + integrity sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA== |
3958 | 3991 | dependencies:
|
3959 |
| - "@babel/helper-annotate-as-pure" "^7.15.4" |
3960 |
| - "@babel/helper-module-imports" "^7.15.4" |
| 3992 | + "@babel/helper-annotate-as-pure" "^7.16.0" |
| 3993 | + "@babel/helper-module-imports" "^7.16.0" |
3961 | 3994 | babel-plugin-syntax-jsx "^6.18.0"
|
3962 |
| - lodash "^4.17.11" |
| 3995 | + lodash "^4.17.21" |
| 3996 | + picomatch "^2.3.0" |
3963 | 3997 |
|
3964 | 3998 | "babel-plugin-styled-components@>= 1.12.0":
|
3965 | 3999 | version "1.13.2"
|
@@ -10627,6 +10661,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
|
10627 | 10661 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
10628 | 10662 | integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
10629 | 10663 |
|
| 10664 | +picomatch@^2.3.0: |
| 10665 | + version "2.3.1" |
| 10666 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 10667 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 10668 | + |
10630 | 10669 | pify@^3.0.0:
|
10631 | 10670 | version "3.0.0"
|
10632 | 10671 | resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
|
|
0 commit comments