chore: update minor dependencies

This commit is contained in:
forgejo-bot 2025-03-28 23:00:51 +00:00
parent 66196979cc
commit 18adf9a6a3
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.14",
"winston": "^3.17.0",
"youtube-dl-exec": "^3.0.19"
"youtube-dl-exec": "^3.0.20"
},
"devDependencies": {
"@eslint/compat": "^1.2.7",
@ -4522,9 +4522,9 @@
}
},
"node_modules/tinyspawn": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/tinyspawn/-/tinyspawn-1.4.0.tgz",
"integrity": "sha512-KHimVU4KEw+3+EiM5SYS2Se7QjncbFwGj1b1WCwjcM4eraT6zaYu9hsLXIb84SBjPektB7H111kIDCEUl7mhKQ==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/tinyspawn/-/tinyspawn-1.5.0.tgz",
"integrity": "sha512-6413YnTe8Gr6fT2ynkajuwUEUk4+kNDFqmmlBl5dpC8jNbZeFw/5DY9NMpjKpN+IXLSBK9mHJvb2KstlcO0iDg==",
"license": "MIT",
"engines": {
"node": ">= 18"
@ -4855,9 +4855,9 @@
}
},
"node_modules/youtube-dl-exec": {
"version": "3.0.19",
"resolved": "https://registry.npmjs.org/youtube-dl-exec/-/youtube-dl-exec-3.0.19.tgz",
"integrity": "sha512-TJ44nbF7gPwPbd3tNGWxzhTLDdhvfvh9TGnVaAtt90vCxsRVXHubVT6kF6KYa2QFnMRJyjevbQB+H6DLtPaHHw==",
"version": "3.0.20",
"resolved": "https://registry.npmjs.org/youtube-dl-exec/-/youtube-dl-exec-3.0.20.tgz",
"integrity": "sha512-FRPwz5jX3LVuRno5NAnqxm74DbzgOMp31+PvMsR5tQUiu7sRaX6sKzHlNK8op5U1eVd80DYhKNMWJbTm4D4YKA==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -4865,7 +4865,7 @@
"dargs": "~7.0.0",
"debug-logfmt": "~1.2.2",
"is-unix": "~2.0.10",
"tinyspawn": "~1.4.0"
"tinyspawn": "~1.5.0"
},
"engines": {
"node": ">= 18"

View file

@ -43,6 +43,6 @@
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.14",
"winston": "^3.17.0",
"youtube-dl-exec": "^3.0.19"
"youtube-dl-exec": "^3.0.20"
}
}