remove ip-adress lib

This commit is contained in:
2025-03-29 11:54:25 +01:00
parent f9daddc122
commit 06862e2023
2 changed files with 2 additions and 12 deletions

View File

@@ -12,8 +12,7 @@
"@maxmind/geoip2-node": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"ip-address": "^10.0.1"
"express": "^4.21.2"
}
},
"node_modules/@maxmind/geoip2-node": {
@@ -430,14 +429,6 @@
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"node_modules/ip-address": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.0.1.tgz",
"integrity": "sha512-NWv9YLW4PoW2B7xtzaS3NCot75m6nK7Icdv0o3lfMceJVRfSoQwqD4wEH5rLwoKJwUiZ/rfpiVBhnaF0FK4HoA==",
"engines": {
"node": ">= 12"
}
},
"node_modules/ipaddr.js": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",

View File

@@ -13,7 +13,6 @@
"@maxmind/geoip2-node": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"ip-address": "^10.0.1"
"express": "^4.21.2"
}
}