This commit is contained in:
renovate[bot] 2019-05-29 11:21:23 -04:00 committed by Justin Shreve
parent 94f3b9ff8b
commit 9eb3cc7352
2 changed files with 5 additions and 11 deletions

View File

@ -18556,23 +18556,17 @@
}
},
"recast": {
"version": "0.17.6",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.17.6.tgz",
"integrity": "sha512-yoQRMRrK1lszNtbkGyM4kN45AwylV5hMiuEveUBlxytUViWevjvX6w+tzJt1LH4cfUhWt4NZvy3ThIhu6+m5wQ==",
"version": "0.18.1",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.18.1.tgz",
"integrity": "sha512-Ri42yIOwHetqKgEhQSS4N1B9wSLn+eYcyLoQfuSpvd661Jty1Q3P0FXkzjIQ9XxTN+3+kRu1JFXbRmUCUmde5Q==",
"dev": true,
"requires": {
"ast-types": "0.12.4",
"ast-types": "0.13.1",
"esprima": "~4.0.0",
"private": "^0.1.8",
"source-map": "~0.6.1"
},
"dependencies": {
"ast-types": {
"version": "0.12.4",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.12.4.tgz",
"integrity": "sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw==",
"dev": true
},
"source-map": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",

View File

@ -158,7 +158,7 @@
"raw-loader": "1.0.0",
"react-docgen": "2.21.0",
"readline-sync": "1.4.9",
"recast": "0.17.6",
"recast": "0.18.1",
"replace": "1.1.0",
"rimraf": "2.6.3",
"rtlcss": "2.4.0",