From a3a6e26f84d00643c3e55a0f96aff3144df5fde9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jun 2022 02:26:00 +0000 Subject: [PATCH] fix: upgrade ip from 1.1.5 to 1.1.7 Snyk has created this PR to upgrade ip from 1.1.5 to 1.1.7. See this package in npm: https://www.npmjs.com/package/ip See this project in Snyk: https://app.snyk.io/org/joescho/project/d8bc97ff-7b05-46c3-a9ce-a3c96da386a3?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c99722a..a38e5cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2149,9 +2149,9 @@ "dev": true }, "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.7.tgz", + "integrity": "sha512-SLm2ERgmBGag79RfrIknk+40ZOJCgUBpCQTl3WE2YER21VR0W3Vt/OAXXaYLSU0AIcBqWnytoTwk2ZcTbxH0xg==" }, "ip-address": { "version": "6.1.0", diff --git a/package.json b/package.json index a4a3f55..4574ab4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "lint" ], "dependencies": { - "ip": "^1.1.5", + "ip": "^1.1.7", "ip-address": "^6.1.0" } }