chore(deps): bump deps version

- rollup: 4.1.4 to 4.1.5
- node-gyp: 9.4.0 to 9.4.1
- @cliqz/adblocker: 1.26.8 to 1.26.9
- youtubei.js: 6.4.1 to 7.0.0
- pnpm: 8.9.2 to 8.10.0
This commit is contained in:
JellyBrick
2023-10-29 05:54:43 +09:00
parent 5da0202425
commit 7fedf88654
2 changed files with 206 additions and 271 deletions

View File

@ -114,8 +114,8 @@
},
"pnpm": {
"overrides": {
"rollup": "4.1.4",
"node-gyp": "9.4.0",
"rollup": "4.1.5",
"node-gyp": "9.4.1",
"xml2js": "0.6.2",
"node-fetch": "2.7.0",
"@electron/universal": "1.4.2",
@ -123,16 +123,16 @@
}
},
"overrides": {
"rollup": "4.1.4",
"node-gyp": "9.4.0",
"rollup": "4.1.5",
"node-gyp": "9.4.1",
"xml2js": "0.6.2",
"node-fetch": "2.7.0",
"@electron/universal": "1.4.2",
"@babel/runtime": "7.23.2"
},
"dependencies": {
"@cliqz/adblocker-electron": "1.26.8",
"@cliqz/adblocker-electron-preload": "1.26.8",
"@cliqz/adblocker-electron": "1.26.9",
"@cliqz/adblocker-electron-preload": "1.26.9",
"@ffmpeg.wasm/core-mt": "0.12.0",
"@ffmpeg.wasm/main": "0.12.0",
"@foobar404/wave": "2.0.4",
@ -160,7 +160,7 @@
"simple-youtube-age-restriction-bypass": "git+https://github.com/organization/Simple-YouTube-Age-Restriction-Bypass.git#v2.5.8",
"vudio": "2.1.1",
"x11": "2.3.0",
"youtubei.js": "6.4.1"
"youtubei.js": "7.0.0"
},
"devDependencies": {
"@milahu/patch-package": "6.4.14",
@ -189,7 +189,7 @@
"eslint-plugin-prettier": "5.0.1",
"node-gyp": "9.4.0",
"playwright": "1.39.0",
"rollup": "4.1.4",
"rollup": "4.1.5",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-import-css": "3.3.5",
"rollup-plugin-string": "3.0.0",
@ -202,5 +202,5 @@
"unreleased": true,
"output": "changelog.md"
},
"packageManager": "pnpm@8.9.2"
"packageManager": "pnpm@8.10.0"
}