|
123 | 123 | lodash "^4.17.13"
|
124 | 124 | source-map "^0.5.0"
|
125 | 125 |
|
126 |
| -"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.7.4": |
127 |
| - version "7.7.4" |
128 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.4.tgz#bb3faf1e74b74bd547e867e48f551fa6b098b6ce" |
129 |
| - integrity sha512-2BQmQgECKzYKFPpiycoF9tlb5HA4lrVyAmLLVK177EcQAqjVLciUb2/R+n1boQ9y5ENV3uz2ZqiNw7QMBBw1Og== |
| 126 | +"@babel/helper-annotate-as-pure@^7.0.0", "@babel/helper-annotate-as-pure@^7.15.4", "@babel/helper-annotate-as-pure@^7.7.4": |
| 127 | + version "7.15.4" |
| 128 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835" |
| 129 | + integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA== |
130 | 130 | dependencies:
|
131 |
| - "@babel/types" "^7.7.4" |
| 131 | + "@babel/types" "^7.15.4" |
132 | 132 |
|
133 | 133 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0":
|
134 | 134 | version "7.1.0"
|
|
310 | 310 | dependencies:
|
311 | 311 | "@babel/types" "^7.8.3"
|
312 | 312 |
|
313 |
| -"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.3": |
314 |
| - version "7.8.3" |
315 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
316 |
| - integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== |
| 313 | +"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.15.4", "@babel/helper-module-imports@^7.7.0", "@babel/helper-module-imports@^7.7.4", "@babel/helper-module-imports@^7.8.3": |
| 314 | + version "7.15.4" |
| 315 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f" |
| 316 | + integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA== |
317 | 317 | dependencies:
|
318 |
| - "@babel/types" "^7.8.3" |
| 318 | + "@babel/types" "^7.15.4" |
319 | 319 |
|
320 | 320 | "@babel/helper-module-transforms@^7.1.0":
|
321 | 321 | version "7.1.0"
|
|
529 | 529 | dependencies:
|
530 | 530 | "@babel/types" "^7.8.3"
|
531 | 531 |
|
| 532 | +"@babel/helper-validator-identifier@^7.14.9": |
| 533 | + version "7.15.7" |
| 534 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389" |
| 535 | + integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w== |
| 536 | + |
532 | 537 | "@babel/helper-validator-identifier@^7.9.5":
|
533 | 538 | version "7.9.5"
|
534 | 539 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
|
|
1250 | 1255 | lodash "^4.17.13"
|
1251 | 1256 | to-fast-properties "^2.0.0"
|
1252 | 1257 |
|
| 1258 | +"@babel/types@^7.15.4": |
| 1259 | + version "7.15.6" |
| 1260 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f" |
| 1261 | + integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig== |
| 1262 | + dependencies: |
| 1263 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 1264 | + to-fast-properties "^2.0.0" |
| 1265 | + |
1253 | 1266 | "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5":
|
1254 | 1267 | version "7.9.5"
|
1255 | 1268 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
|
@@ -1983,13 +1996,13 @@ babel-plugin-dynamic-import-node@^2.3.0:
|
1983 | 1996 | dependencies:
|
1984 | 1997 | object.assign "^4.1.0"
|
1985 | 1998 |
|
1986 |
| -"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.13.2: |
1987 |
| - version "1.13.2" |
1988 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz#ebe0e6deff51d7f93fceda1819e9b96aeb88278d" |
1989 |
| - integrity sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA== |
| 1999 | +"babel-plugin-styled-components@>= 1", babel-plugin-styled-components@^1.13.3: |
| 2000 | + version "1.13.3" |
| 2001 | + resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.3.tgz#1f1cb3927d4afa1e324695c78f690900e3d075bc" |
| 2002 | + integrity sha512-meGStRGv+VuKA/q0/jXxrPNWEm4LPfYIqxooDTdmh8kFsP/Ph7jJG5rUPwUPX3QHUvggwdbgdGpo88P/rRYsVw== |
1990 | 2003 | dependencies:
|
1991 |
| - "@babel/helper-annotate-as-pure" "^7.0.0" |
1992 |
| - "@babel/helper-module-imports" "^7.0.0" |
| 2004 | + "@babel/helper-annotate-as-pure" "^7.15.4" |
| 2005 | + "@babel/helper-module-imports" "^7.15.4" |
1993 | 2006 | babel-plugin-syntax-jsx "^6.18.0"
|
1994 | 2007 | lodash "^4.17.11"
|
1995 | 2008 |
|
|
0 commit comments