mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-21 15:12:06 +00:00
fix(deps): update dependency node-html-parser to v7 (#2776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@ -275,7 +275,7 @@
|
|||||||
"jimp": "1.6.0",
|
"jimp": "1.6.0",
|
||||||
"keyboardevent-from-electron-accelerator": "2.0.0",
|
"keyboardevent-from-electron-accelerator": "2.0.0",
|
||||||
"keyboardevents-areequal": "0.2.2",
|
"keyboardevents-areequal": "0.2.2",
|
||||||
"node-html-parser": "6.1.13",
|
"node-html-parser": "7.0.1",
|
||||||
"node-id3": "0.2.6",
|
"node-id3": "0.2.6",
|
||||||
"peerjs": "1.5.4",
|
"peerjs": "1.5.4",
|
||||||
"semver": "7.6.3",
|
"semver": "7.6.3",
|
||||||
|
|||||||
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
@ -151,8 +151,8 @@ importers:
|
|||||||
specifier: 0.2.2
|
specifier: 0.2.2
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
node-html-parser:
|
node-html-parser:
|
||||||
specifier: 6.1.13
|
specifier: 7.0.1
|
||||||
version: 6.1.13
|
version: 7.0.1
|
||||||
node-id3:
|
node-id3:
|
||||||
specifier: 0.2.6
|
specifier: 0.2.6
|
||||||
version: 0.2.6
|
version: 0.2.6
|
||||||
@ -3281,8 +3281,8 @@ packages:
|
|||||||
engines: {node: ^18.17.0 || >=20.5.0}
|
engines: {node: ^18.17.0 || >=20.5.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
node-html-parser@6.1.13:
|
node-html-parser@7.0.1:
|
||||||
resolution: {integrity: sha512-qIsTMOY4C/dAa5Q5vsobRpOOvPfC4pB61UVW2uSwZNUp0QU/jCekTal1vMmbO0DgdHeLUJpv/ARmDqErVxA3Sg==}
|
resolution: {integrity: sha512-KGtmPY2kS0thCWGK0VuPyOS+pBKhhe8gXztzA2ilAOhbUbxa9homF1bOyKvhGzMLXUoRds9IOmr/v5lr/lqNmA==}
|
||||||
|
|
||||||
node-id3@0.2.6:
|
node-id3@0.2.6:
|
||||||
resolution: {integrity: sha512-w8GuKXLlPpDjTxLowCt/uYMhRQzED3cg2GdSG1i6RSGKeDzPvxlXeLQuQInKljahPZ0aDnmyX7FX8BbJOM7REg==}
|
resolution: {integrity: sha512-w8GuKXLlPpDjTxLowCt/uYMhRQzED3cg2GdSG1i6RSGKeDzPvxlXeLQuQInKljahPZ0aDnmyX7FX8BbJOM7REg==}
|
||||||
@ -7681,7 +7681,7 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
node-html-parser@6.1.13:
|
node-html-parser@7.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
css-select: 5.1.0
|
css-select: 5.1.0
|
||||||
he: 1.2.0
|
he: 1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user