Skip to content

Commit 0877a22

Browse files
committed
fix: upgrade geoip-lite from 1.4.6 to 1.4.10
Snyk has created this PR to upgrade geoip-lite from 1.4.6 to 1.4.10. See this package in yarn: geoip-lite See this project in Snyk: https://app.snyk.io/org/a-tokyo/project/531869b6-ea99-4c21-a0c7-eb5ec20a9b36?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 2b573cb commit 0877a22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"license": "MIT",
3131
"dependencies": {
32-
"geoip-lite": "^1.4.6",
32+
"geoip-lite": "^1.4.10",
3333
"ipware": "^2.0.0",
3434
"micro": "^10.0.1",
3535
"microrouter": "^3.1.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,10 +1464,10 @@ gensync@^1.0.0-beta.2:
14641464
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
14651465
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
14661466

1467-
geoip-lite@^1.4.6:
1468-
version "1.4.6"
1469-
resolved "https://registry.yarnpkg.com/geoip-lite/-/geoip-lite-1.4.6.tgz#cb20c47be5173e5da4dd9678420b4524c2778c73"
1470-
integrity sha512-JiG2zqGhFPJU/Zz//XkSfUJAaCWEz8rBi3k7RbNDEYkxGSkmguGNirJ1Q5C2ADKTMY7RqDRdxIbiX55zzZ5eJw==
1467+
geoip-lite@^1.4.10:
1468+
version "1.4.10"
1469+
resolved "https://registry.yarnpkg.com/geoip-lite/-/geoip-lite-1.4.10.tgz#138256ba97f1abee1afdec78df97a78d320c50f6"
1470+
integrity sha512-4N69uhpS3KFd97m00wiFEefwa+L+HT5xZbzPhwu+sDawStg6UN/dPwWtUfkQuZkGIY1Cj7wDVp80IsqNtGMi2w==
14711471
dependencies:
14721472
async "2.1 - 2.6.4"
14731473
chalk "4.1 - 4.1.2"

0 commit comments

Comments
 (0)