1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Merge pull request #262 from nttgin/dependabot/npm_and_yarn/dev/inquirer-7.2.0

Bump inquirer from 7.1.0 to 7.2.0
This commit is contained in:
Massimo Candela
2020-06-15 13:02:59 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3535,9 +3535,9 @@
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw=="
},
"inquirer": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz",
"integrity": "sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==",
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.2.0.tgz",
"integrity": "sha512-E0c4rPwr9ByePfNlTIB8z51kK1s2n6jrHuJeEHENl/sbq2G/S1auvibgEwNR4uSyiU+PiYHqSwsgGiXjG8p5ZQ==",
"requires": {
"ansi-escapes": "^4.2.1",
"chalk": "^3.0.0",

View File

@@ -40,7 +40,7 @@
"batch-promises": "^0.0.3",
"brembo": "^2.0.3",
"https-proxy-agent": "^5.0.0",
"inquirer": "^7.1.0",
"inquirer": "^7.2.0",
"ip-address": "^6.3.0",
"ip-sub": "^1.0.7",
"js-yaml": "^3.14.0",