From a4693f835cf37db1eeb6d84fe2635953b36d8933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:08:04 +0000 Subject: [PATCH] chore(deps): bump ip from 1.1.8 to 1.1.9 Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fafab5a3..9831f1f0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "i18next-localstorage-backend": "^3.1.3", "internal-nav-helper": "^3.1.0", "intl-messageformat": "9.12.0", - "ip": "^1.1.5", + "ip": "^1.1.9", "ipfs-css": "^1.4.0", "ipfs-geoip": "^9.1.0", "ipfs-provider": "^2.1.0", @@ -39948,9 +39948,9 @@ } }, "node_modules/ip": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz", - "integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "node_modules/ip-address": { "version": "8.1.0", diff --git a/package.json b/package.json index 5bd4f9d7f..bb6832731 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "i18next-localstorage-backend": "^3.1.3", "internal-nav-helper": "^3.1.0", "intl-messageformat": "9.12.0", - "ip": "^1.1.5", + "ip": "^1.1.9", "ipfs-css": "^1.4.0", "ipfs-geoip": "^9.1.0", "ipfs-provider": "^2.1.0",