Skip to content

Commit 8b5755a

Browse files
committed
Update GeoIP2 library
1 parent 78f1d29 commit 8b5755a

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ CHANGELOG
2727
contains the HTTP status code when the error is the result of an HTTP
2828
response error. Network errors (timeouts, fetch errors) will not have a
2929
status code.
30+
* Updated `@maxmind/geoip2-node` to 6.3.0, which includes new anonymizer
31+
and IP risk outputs.
3032

3133
8.1.0 (2025-05-23)
3234
------------------

package-lock.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"prepublishOnly": "npm run build && npm run test && npm run lint && npm run build:docs && npm run deploy:docs"
5656
},
5757
"dependencies": {
58-
"@maxmind/geoip2-node": "^6.0.0",
58+
"@maxmind/geoip2-node": "^6.3.0",
5959
"maxmind": "^5.0.0",
6060
"punycode": "^2.1.1",
6161
"validator": "^13.0.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)