update ip package to 2.0.1

This commit is contained in:
Thomas Willems 2024-02-19 11:02:38 +01:00 committed by pheiduck
parent c4d4da38e7
commit cb45bc1c43
2 changed files with 5 additions and 5 deletions

8
src/package-lock.json generated
View File

@ -13,7 +13,7 @@
"debug": "^4.3.4",
"express": "^4.18.3",
"express-session": "^1.18.0",
"ip": "^1.1.8",
"ip": "^2.0.1",
"qrcode": "^1.5.3",
"uuid": "^9.0.1"
},
@ -2795,9 +2795,9 @@
}
},
"node_modules/ip": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
"integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
},
"node_modules/ipaddr.js": {
"version": "1.9.1",

View File

@ -17,7 +17,7 @@
"debug": "^4.3.4",
"express": "^4.18.3",
"express-session": "^1.18.0",
"ip": "^1.1.8",
"ip": "^2.0.1",
"qrcode": "^1.5.3",
"uuid": "^9.0.1"
},