bitfield@3

This commit is contained in:
Feross Aboukhadijeh
2019-09-04 16:41:50 -07:00
parent c170c247a9
commit 0178e9dcb8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -946,9 +946,9 @@
"integrity": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA==" "integrity": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA=="
}, },
"bitfield": { "bitfield": {
"version": "1.1.2", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-1.1.2.tgz", "resolved": "https://registry.npmjs.org/bitfield/-/bitfield-3.0.0.tgz",
"integrity": "sha1-pUd/AOM/Knbtwgmq8mvwk5SjeM8=" "integrity": "sha512-hJmWKucJQfdSkQPDPBKmWogM9s8+NOSzDT9QVbJbjinXaQ0bJKPu/cn98qRWy3PDNWtKw4XaoUP3XruGRIKEgg=="
}, },
"bittorrent-dht": { "bittorrent-dht": {
"version": "9.0.2", "version": "9.0.2",

View File

@@ -15,7 +15,7 @@
"application-config": "^1.0.0", "application-config": "^1.0.0",
"arch": "^2.0.0", "arch": "^2.0.0",
"auto-launch": "^5.0.5", "auto-launch": "^5.0.5",
"bitfield": "^1.0.2", "bitfield": "^3.0.0",
"capture-frame": "^3.0.0", "capture-frame": "^3.0.0",
"chokidar": "^3.0.2", "chokidar": "^3.0.2",
"chromecasts": "^1.9.1", "chromecasts": "^1.9.1",