This commit is contained in:
renovate[bot] 2019-01-16 13:13:44 +01:00 committed by Albert Juhé Lluveras
parent f3c61d4121
commit e6dd023fc8
2 changed files with 5 additions and 11 deletions

View File

@ -17039,23 +17039,17 @@
}
},
"recast": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.16.1.tgz",
"integrity": "sha512-ZUQm94F3AHozRaTo4Vz6yIgkSEZIL7p+BsWeGZ23rx+ZVRoqX+bvBA8br0xmCOU0DSR4qYGtV7Y5HxTsC4V78A==",
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/recast/-/recast-0.16.2.tgz",
"integrity": "sha512-O/7qXi51DPjRVdbrpNzoBQH5dnAPQNbfoOFyRiUwreTMJfIHYOEBzwuH+c0+/BTSJ3CQyKs6ILSWXhESH6Op3A==",
"dev": true,
"requires": {
"ast-types": "0.11.6",
"ast-types": "0.11.7",
"esprima": "~4.0.0",
"private": "~0.1.5",
"source-map": "~0.6.1"
},
"dependencies": {
"ast-types": {
"version": "0.11.6",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.11.6.tgz",
"integrity": "sha512-nHiuV14upVGl7MWwFUYbzJ6YlfwWS084CU9EA8HajfYQjMSli5TQi3UTRygGF58LFWVkXxS1rbgRhROEqlQkXg==",
"dev": true
},
"esprima": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",

View File

@ -95,7 +95,7 @@
"raw-loader": "1.0.0",
"react-docgen": "2.21.0",
"readline-sync": "1.4.9",
"recast": "0.16.1",
"recast": "0.16.2",
"replace": "1.0.1",
"rimraf": "2.6.2",
"rtlcss": "2.4.0",