Update Dependencies

This commit is contained in:
Leo
2021-10-29 18:03:52 +00:00
committed by GitHub
parent 8813e819c4
commit 92f5abdb96
4 changed files with 2331 additions and 1507 deletions

View File

@@ -6,19 +6,19 @@
"dependencies": {
"browserify": "^17.0.0",
"bytes": "^3.1.0",
"clipboard": "^2.0.6",
"clipboard": "^2.0.8",
"magnet-uri": "^6.2.0",
"mime-types": "^2.1.27",
"parse-torrent": "^9.0.0",
"tippy.js": "^6.2.7",
"webtorrent": "^1.0.0"
"mime-types": "^2.1.33",
"parse-torrent": "^9.1.4",
"tippy.js": "^6.3.3",
"webtorrent": "^1.5.8"
},
"devDependencies": {
"buffer": "^5.2.1",
"Buffer": "^0.0.0",
"notyf": "^3.9.0",
"terser": "^5.3.8",
"watchify": "^3.11.1"
"Buffer": "0.0.0",
"buffer": "^6.0.3",
"notyf": "^3.10.0",
"terser": "^5.9.0",
"watchify": "^4.0.0"
},
"scripts": {
"watch": "watchify src/parse.js -o bin/bundle.js",