Skip to content

Commit

Permalink
chore(deps): update dependency @book000/node-utils to v1.13.295 (#998)
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 Oct 10, 2024
1 parent d25664d commit 6196225
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@book000/eslint-config": "1.7.69",
"@book000/node-utils": "1.13.294",
"@book000/node-utils": "1.13.295",
"@discordjs/builders": "1.9.0",
"@types/node": "22.7.5",
"@vercel/ncc": "0.38.2",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
globals "15.11.0"
typescript-eslint "8.8.1"

"@book000/[email protected].294":
version "1.13.294"
resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.294.tgz#bcf35fe56bfdd51011ba5da409681e7f4e188570"
integrity sha512-iE/rHOLZA3shH77YjrkP5oVPmcgzVIbtjK2UJr64uk+koDOMacINct4hkda506pvX5/9VBx71sLvQaXuyv9/dg==
"@book000/[email protected].295":
version "1.13.295"
resolved "https://registry.yarnpkg.com/@book000/node-utils/-/node-utils-1.13.295.tgz#d0ff6e2afacde9c8fb44d28e74f176287b0dc47c"
integrity sha512-MPGBJ0NGdazVmvBd/kc0XQqRCbDNRpYEWJMmyh6N4wJ33DAutf65suiikVFviGufzh3mjldIok+XXLLMFAFrXg==
dependencies:
axios "1.7.7"
cycle "1.0.3"
form-data "4.0.0"
form-data "4.0.1"
jsonc-parser "3.3.1"
moment-timezone "0.5.46"
winston "3.15.0"
Expand Down Expand Up @@ -1473,7 +1473,16 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

[email protected], form-data@^4.0.0:
[email protected]:
version "4.0.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
mime-types "^2.1.12"

form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
Expand Down

0 comments on commit 6196225

Please sign in to comment.