Skip to content

Commit

Permalink
fix: update ip to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 19, 2024
1 parent ffd3017 commit 3f35e5b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"dependencies": {
"@qiwi/deep-proxy": "^2.0.3",
"@types/ip": "^1.1.3",
"@types/node": "^20.9.0",
"@types/semver": "^7.5.5",
"globby-cp": "^1.2.0",
"@types/node": "^20.11.19",
"@types/semver": "^7.5.7",
"globby-cp": "^1.3.0",
"ini": "^4.1.1",
"ip": "^1.1.8",
"ip": "^2.0.1",
"is-reachable": "^5.2.1",
"npm-run-path": "^5.1.0",
"semver": "^7.5.4",
"npm-run-path": "^5.2.0",
"semver": "^7.6.0",
"ssri": "^10.0.5",
"tempy": "^3.1.0",
"zx": "^7.2.3"
},
"devDependencies": {
"c8": "^9.0.0"
"c8": "^9.1.0"
}
}
2 changes: 1 addition & 1 deletion src/test/js/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import {

// ver
{
assert.equal(ver('ip'), '1.1.8')
assert(ver('ip').match(/^2\.\d+\.\d+$/))
assert(ver('git').match(/^\d+\.\d+\.\d+$/))
assert(ver('git', '>=2'))
assert.throws(() => ver('git', '>=5'), {message: /^git@\d+\.\d+\.\d+ does not satisfy >=5$/})
Expand Down

0 comments on commit 3f35e5b

Please sign in to comment.