Merge pull request #2056 from Infisical/maidul-212313

Main
This commit is contained in:
Maidul Islam
2024-07-04 11:58:56 -04:00
committed by GitHub
2 changed files with 8 additions and 6 deletions

View File

@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"ip": "^2.0.1",
"mongoose": "^7.2.1"
}
},
@@ -70,9 +71,9 @@
}
},
"node_modules/ip": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
},
"node_modules/kareem": {
"version": "2.5.1",
@@ -308,9 +309,9 @@
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ=="
},
"ip": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ=="
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ=="
},
"kareem": {
"version": "2.5.1",

View File

@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.0.3",
"ip": "^2.0.1",
"mongoose": "^7.2.1"
}
}