Bump ip-range-check from 0.0.2 to 0.2.0 (#22532)

Bumps [ip-range-check](https://github.com/danielcompton/ip-range-check) from 0.0.2 to 0.2.0.
- [Release notes](https://github.com/danielcompton/ip-range-check/releases)
- [Commits](https://github.com/danielcompton/ip-range-check/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: ip-range-check
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/22528/head
dependabot[bot] 4 years ago committed by GitHub
parent 7b522aeac5
commit bb15d27c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json generated

@ -22656,17 +22656,17 @@
"dev": true
},
"ip-range-check": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/ip-range-check/-/ip-range-check-0.0.2.tgz",
"integrity": "sha1-YFyFloeqTxhGORjUYZDYs2maKTw=",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/ip-range-check/-/ip-range-check-0.2.0.tgz",
"integrity": "sha512-oaM3l/3gHbLlt/tCWLvt0mj1qUaI+STuRFnUvARGCujK9vvU61+2JsDpmkMzR4VsJhuFXWWgeKKVnwwoFfzCqw==",
"requires": {
"ipaddr.js": "^1.0.1"
}
},
"ipaddr.js": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
"integrity": "sha1-6qM9bd16zo9/b+DJygRA5wZzix4="
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
"integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g=="
},
"is": {
"version": "3.3.0",

@ -225,7 +225,7 @@
"iconv-lite": "^0.4.24",
"image-size": "^0.6.3",
"imap": "^0.8.19",
"ip-range-check": "^0.0.2",
"ip-range-check": "^0.2.0",
"is-svg": "^4.3.1",
"jquery": "^3.5.1",
"jschardet": "^1.6.0",

Loading…
Cancel
Save