This commit is contained in:
renovate[bot] 2019-07-01 17:26:35 -07:00 committed by Timmy Crawford
parent 5f2a6492d4
commit d52a32692c
3 changed files with 9 additions and 6 deletions

View File

@ -12517,10 +12517,13 @@
} }
}, },
"locutus": { "locutus": {
"version": "2.0.10", "version": "2.0.11",
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.10.tgz", "resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.11.tgz",
"integrity": "sha512-AZg2kCqrquMJ5FehDsBidV0qHl98NrsYtseUClzjAQ3HFnsDBJTCwGVplSQ82t9/QfgahqvTjaKcZqZkHmS0wQ==", "integrity": "sha512-C0q1L38lK5q1t+wE0KY21/9szrBHxye6o2z5EJzU+5B79tubNOC+nLAEzTTn1vPUGoUuehKh8kYKqiVUTWRyaQ==",
"dev": true "dev": true,
"requires": {
"es6-promise": "^4.2.5"
}
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.11",

View File

@ -150,7 +150,7 @@
"grunt-wp-i18n": "1.0.3", "grunt-wp-i18n": "1.0.3",
"husky": "2.4.1", "husky": "2.4.1",
"lerna": "3.15.0", "lerna": "3.15.0",
"locutus": "2.0.10", "locutus": "2.0.11",
"mini-css-extract-plugin": "0.7.0", "mini-css-extract-plugin": "0.7.0",
"node-sass": "4.12.0", "node-sass": "4.12.0",
"node-watch": "0.6.2", "node-watch": "0.6.2",

View File

@ -21,7 +21,7 @@
"react-native": "src/index", "react-native": "src/index",
"dependencies": { "dependencies": {
"@babel/runtime-corejs2": "7.4.5", "@babel/runtime-corejs2": "7.4.5",
"locutus": "2.0.10", "locutus": "2.0.11",
"lodash": "4.17.11" "lodash": "4.17.11"
}, },
"publishConfig": { "publishConfig": {