fix(deps): update dependency bitfield to v4.1.0 (#2201)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-05-11 18:37:22 -05:00
committed by GitHub
parent ffacb6085d
commit ef2225c8a5
2 changed files with 11 additions and 24 deletions

33
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"application-config": "2.0.0",
"arch": "2.2.0",
"auto-launch": "5.0.5",
"bitfield": "4.0.0",
"bitfield": "4.1.0",
"capture-frame": "4.0.0",
"chokidar": "3.5.3",
"chromecasts": "1.10.2",
@@ -2281,11 +2281,14 @@
"integrity": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA=="
},
"node_modules/bitfield": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-4.0.0.tgz",
"integrity": "sha512-jtuSG9CQr5yoHFuvhgf50+DH8Aezl3C/mMSfqdG4DqP7Kqe34uBUtCEHPN9oWaldTm96/i7y5e778SnM5ES4rw==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-4.1.0.tgz",
"integrity": "sha512-6cEDG3K+PK9f+B7WyhWYjp09bqSa+uaAaecVA7Y5giFixyVe1s6HKGnvOqYNR4Mi4fBMjfDPLBpHkKvzzgP7kg==",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/bittorrent-dht": {
@@ -14093,17 +14096,6 @@
"utp-native": "^2.5.3"
}
},
"node_modules/webtorrent/node_modules/bitfield": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-4.1.0.tgz",
"integrity": "sha512-6cEDG3K+PK9f+B7WyhWYjp09bqSa+uaAaecVA7Y5giFixyVe1s6HKGnvOqYNR4Mi4fBMjfDPLBpHkKvzzgP7kg==",
"engines": {
"node": ">=8"
},
"funding": {
"url": "https://github.com/sponsors/fb55"
}
},
"node_modules/webtorrent/node_modules/debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
@@ -16410,9 +16402,9 @@
"integrity": "sha512-nbE1WxOTTrUWIfsfZ4aHGYu5DOuNkbxGokjV6Z2kxfJK3uaAb8zNK1muzOeipoLHZjInT4Br88BHpzevc681xA=="
},
"bitfield": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-4.0.0.tgz",
"integrity": "sha512-jtuSG9CQr5yoHFuvhgf50+DH8Aezl3C/mMSfqdG4DqP7Kqe34uBUtCEHPN9oWaldTm96/i7y5e778SnM5ES4rw=="
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-4.1.0.tgz",
"integrity": "sha512-6cEDG3K+PK9f+B7WyhWYjp09bqSa+uaAaecVA7Y5giFixyVe1s6HKGnvOqYNR4Mi4fBMjfDPLBpHkKvzzgP7kg=="
},
"bittorrent-dht": {
"version": "10.0.2",
@@ -25394,11 +25386,6 @@
"utp-native": "^2.5.3"
},
"dependencies": {
"bitfield": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/bitfield/-/bitfield-4.1.0.tgz",
"integrity": "sha512-6cEDG3K+PK9f+B7WyhWYjp09bqSa+uaAaecVA7Y5giFixyVe1s6HKGnvOqYNR4Mi4fBMjfDPLBpHkKvzzgP7kg=="
},
"debug": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",

View File

@@ -26,7 +26,7 @@
"application-config": "2.0.0",
"arch": "2.2.0",
"auto-launch": "5.0.5",
"bitfield": "4.0.0",
"bitfield": "4.1.0",
"capture-frame": "4.0.0",
"chokidar": "3.5.3",
"chromecasts": "1.10.2",