* Update dependency promptly to v3.1.0

* regenerate package-lock

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rua Haszard <rua.haszard@automattic.com>
This commit is contained in:
renovate[bot] 2020-10-14 18:06:41 +13:00 committed by GitHub
parent ef734c9fbe
commit 47fe198d49
2 changed files with 5 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/block-library",
"version": "3.6.0-dev",
"version": "3.7.0-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -23868,21 +23868,12 @@
}
},
"promptly": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/promptly/-/promptly-3.0.3.tgz",
"integrity": "sha512-EWnzOsxVKUjqKeE6SStH1/cO4+DE44QolaoJ4ojGd9z6pcNkpgfJKr1ncwxrOFHSTIzoudo7jG8y0re30/LO1g==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/promptly/-/promptly-3.1.0.tgz",
"integrity": "sha512-ygvIcmkt+eWtrQwI1/w7wDfzfAWI7IJX1AUVsWQEQwTmpQ5jeSyiD1g6NuI9VXWhz8LK5a5Bcngp/sKnOgQtiA==",
"dev": true,
"requires": {
"pify": "^3.0.0",
"read": "^1.0.4"
},
"dependencies": {
"pify": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
"integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=",
"dev": true
}
}
},
"prompts": {

View File

@ -126,7 +126,7 @@
"mini-css-extract-plugin": "0.12.0",
"prettier": "npm:wp-prettier@2.0.5",
"progress-bar-webpack-plugin": "2.1.0",
"promptly": "3.0.3",
"promptly": "3.1.0",
"react-test-renderer": "16.13.1",
"request-promise": "4.2.6",
"rimraf": "3.0.2",