Update dependency locutus to v2.0.11 (https://github.com/woocommerce/woocommerce-admin/pull/2515)
This commit is contained in:
parent
5f2a6492d4
commit
d52a32692c
|
@ -12517,10 +12517,13 @@
|
|||
}
|
||||
},
|
||||
"locutus": {
|
||||
"version": "2.0.10",
|
||||
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.10.tgz",
|
||||
"integrity": "sha512-AZg2kCqrquMJ5FehDsBidV0qHl98NrsYtseUClzjAQ3HFnsDBJTCwGVplSQ82t9/QfgahqvTjaKcZqZkHmS0wQ==",
|
||||
"dev": true
|
||||
"version": "2.0.11",
|
||||
"resolved": "https://registry.npmjs.org/locutus/-/locutus-2.0.11.tgz",
|
||||
"integrity": "sha512-C0q1L38lK5q1t+wE0KY21/9szrBHxye6o2z5EJzU+5B79tubNOC+nLAEzTTn1vPUGoUuehKh8kYKqiVUTWRyaQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"es6-promise": "^4.2.5"
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.11",
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
"grunt-wp-i18n": "1.0.3",
|
||||
"husky": "2.4.1",
|
||||
"lerna": "3.15.0",
|
||||
"locutus": "2.0.10",
|
||||
"locutus": "2.0.11",
|
||||
"mini-css-extract-plugin": "0.7.0",
|
||||
"node-sass": "4.12.0",
|
||||
"node-watch": "0.6.2",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"react-native": "src/index",
|
||||
"dependencies": {
|
||||
"@babel/runtime-corejs2": "7.4.5",
|
||||
"locutus": "2.0.10",
|
||||
"locutus": "2.0.11",
|
||||
"lodash": "4.17.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
Loading…
Reference in New Issue