diff --git a/ui/package-lock.json b/ui/package-lock.json index d467af58..50d78b7c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17766,9 +17766,9 @@ } }, "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz", + "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==" }, "ip-regex": { "version": "2.1.0", diff --git a/ui/package.json b/ui/package.json index af3e2b81..c96f6278 100644 --- a/ui/package.json +++ b/ui/package.json @@ -77,7 +77,7 @@ "immer": "9.0.6", "intl": "^1.2.5", "invariant": "^2.2.4", - "ip": "^1.1.5", + "ip": "^1.1.9", "lodash": "4.17.21", "mapbox-gl": "1.13.0", "minimist": "^1.2.5",