Skip to content

Commit

Permalink
chore(deps): update dependency @book000/node-utils to v1.13.468 (#1722)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent b42523b commit a51d90d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion downloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@book000/eslint-config": "1.7.150",
"@book000/node-utils": "1.13.467",
"@book000/node-utils": "1.13.468",
"@types/node": "22.13.4",
"@types/sharp": "0.32.0",
"axios": "1.7.9",
Expand Down
22 changes: 16 additions & 6 deletions downloader/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
globals "15.15.0"
typescript-eslint "8.24.0"

"@book000/[email protected].467":
version "1.13.467"
resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.467.tgz#15d87b3e3cd9f7e35354bd60eb5c7b1d97e717d2"
integrity sha512-IeF7THoP0yP8mfeaDWRaXDgi48WUToDCpqrs/79zqbARDS18B+oypiqo7gkrxwaVGpDEXsRB7Zyz5srTQvzvHw==
"@book000/[email protected].468":
version "1.13.468"
resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.468.tgz#f7bb4785da318074f25d68c8b0ff0e41cb374517"
integrity sha512-c3KqRLWwtp1XQh0VE+FS7qTxAmKPpYqpJ+aeRSMCBLHKJkTan/kBYAxwjh5drYWEl9lMaRQwpBP26TSUy7U5ww==
dependencies:
axios "1.7.9"
cycle "1.0.3"
form-data "4.0.1"
form-data "4.0.2"
jsonc-parser "3.3.1"
moment-timezone "0.5.47"
winston "3.17.0"
Expand Down Expand Up @@ -1440,7 +1440,17 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.2.7"

[email protected], form-data@^4.0.0:
[email protected]:
version "4.0.2"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
es-set-tostringtag "^2.1.0"
mime-types "^2.1.12"

form-data@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
Expand Down

0 comments on commit a51d90d

Please sign in to comment.