Bump public-ip from 4.0.0 to 4.0.2

Bumps [public-ip](https://github.com/sindresorhus/public-ip) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/sindresorhus/public-ip/releases)
- [Commits](https://github.com/sindresorhus/public-ip/compare/v4.0.0...v4.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
cshd
dependabot[bot] 2020-08-16 16:15:18 +00:00 committed by Miikka
parent 797dd0f829
commit 582944cb43
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -761,9 +761,9 @@
"dev": true
},
"defer-to-connect": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.0.tgz",
"integrity": "sha512-WE2sZoctWm/v4smfCAdjYbrfS55JiMRdlY9ZubFhsYbteCK9+BvAx4YV7nPjYM6ZnX5BcoVKwfmyx9sIFTgQMQ=="
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz",
"integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ=="
},
"define-property": {
"version": "2.0.2",
@ -837,9 +837,9 @@
}
},
"dns-socket": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/dns-socket/-/dns-socket-4.2.0.tgz",
"integrity": "sha512-4XuD3z28jht3jvHbiom6fAipgG5LkjYeDLrX5OH8cbl0AtzTyUUAxGckcW8T7z0pLfBBV5qOiuC4wUEohk6FrQ==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/dns-socket/-/dns-socket-4.2.1.tgz",
"integrity": "sha512-fNvDq86lS522+zMbh31X8cQzYQd6xumCNlxsuZF5TKxQThF/e+rJbVM6K8mmlsdcSm6yNjKJQq3Sf38viAJj8g==",
"requires": {
"dns-packet": "^5.1.2"
}
@ -1698,9 +1698,9 @@
}
},
"http-cache-semantics": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.0.3.tgz",
"integrity": "sha512-TcIMG3qeVLgDr1TEd2XvHaTnMPwYQUQMIBLy+5pLSDKYFc7UIqj39w8EGzZkaxoLv/l2K8HaI0t5AVA+YYgUew=="
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz",
"integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ=="
},
"http-signature": {
"version": "1.2.0",
@ -3382,11 +3382,11 @@
"optional": true
},
"public-ip": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/public-ip/-/public-ip-4.0.0.tgz",
"integrity": "sha512-Q5dcQ5qLPpMSyj0iEqucTfeINHVeEhuSjjaPVEU24+6RGlvCrEM6AXwOlWW4iIn10yyWROASRuS3rgbUZIE/5g==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/public-ip/-/public-ip-4.0.2.tgz",
"integrity": "sha512-ZHqUjaYT/+FuSiy5/o2gBxvj0PF7M3MXGnaLJBsJNMCyXI4jzuXXHJKrk0gDxx1apiF/jYsBwjTQOM9V8G6oCQ==",
"requires": {
"dns-socket": "^4.2.0",
"dns-socket": "^4.2.1",
"got": "^9.6.0",
"is-ip": "^3.1.0"
}

View File

@ -30,7 +30,7 @@
"moment": "^2.27.0",
"mv": "^2.1.1",
"mysql2": "^2.1.0",
"public-ip": "^4.0.0",
"public-ip": "^4.0.2",
"sqlite3": "^5.0.0",
"tmp": "^0.1.0",
"transliteration": "^2.1.11",