Skip to content

Commit

Permalink
Merge pull request #102 from thomasbnt/depfu/batch_all/yarn/2023-12-24
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbnt authored Dec 25, 2023
2 parents ef7aedb + 721f38b commit 65ea704
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"dependencies": {
"@discordjs/rest": "^1.7.1",
"@ptkdev/logger": "^1.8.0",
"discord-api-types": "^0.37.65",
"discord-api-types": "^0.37.66",
"discord.js": "^14.14.1",
"ms": "^2.1.3",
"node-cron": "^3.0.3",
"node-fetch": "2.6.11",
"unsplash-js": "^7.0.18"
"unsplash-js": "^7.0.19"
}
}
29 changes: 8 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@
resolved "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz"
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==

"@types/content-type@^1.1.3":
version "1.1.5"
resolved "https://registry.npmjs.org/@types/content-type/-/content-type-1.1.5.tgz"
integrity sha512-dgMN+syt1xb7Hk8LU6AODOfPlvz5z1CbXpPuJE5ZrX9STfBOIXF09pEB8N7a97WT9dbngt3ksDCm6GW6yMrxfQ==

"@types/node@*":
version "20.3.0"
resolved "https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz"
Expand Down Expand Up @@ -191,11 +186,6 @@ color-name@~1.1.4:
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==

content-type@^1.0.4:
version "1.0.5"
resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz"
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==

[email protected]:
version "0.37.61"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.61.tgz#9dd8e58c624237e6f1b23be2d29579af268b8c5b"
Expand All @@ -206,10 +196,10 @@ discord-api-types@^0.37.41:
resolved "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.43.tgz"
integrity sha512-bBhDWU3TF9KADxR/mHp1K4Bvu/LRtFQdGyBjADu4e66F3ZnD4kp12W/SJCttIaCcMXzPV3sfty6eDGRNRph51Q==

discord-api-types@^0.37.65:
version "0.37.65"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.65.tgz#68dcf9eaece271fb550370c2ba7fe71e927c56b2"
integrity sha512-CQHW3Nu04LEHIj1Xps/sfGhTdrowilxnek2tirpLhwvrmgmLr1C6A+4JFLs+0kJMH2IX2QgDyA9GfNehqN+xPQ==
discord-api-types@^0.37.66:
version "0.37.66"
resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.66.tgz#047d24036507aa4bd25737e2d5d0bdaa63fa83a7"
integrity sha512-3Q+6uBODmVaPAmZZ1jYQiQBbp0hqArgSU9Y6DuYY6KW5Sdij91bwbmFnnVI5XvATRkY+Wk9KMBWFzAEwSDs+1w==

discord.js@^14.14.1:
version "14.14.1"
Expand Down Expand Up @@ -452,13 +442,10 @@ universalify@^2.0.0:
resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz"
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==

unsplash-js@^7.0.18:
version "7.0.18"
resolved "https://registry.npmjs.org/unsplash-js/-/unsplash-js-7.0.18.tgz"
integrity sha512-R3HTszj9EFWVqubcI+ncukGJ4JusWLBKGk5ZbT7ZYcUjNpa5VkHgTh2qu2pWEVX00Br7OI9z60zyoIMVKXhrWg==
dependencies:
"@types/content-type" "^1.1.3"
content-type "^1.0.4"
unsplash-js@^7.0.19:
version "7.0.19"
resolved "https://registry.yarnpkg.com/unsplash-js/-/unsplash-js-7.0.19.tgz#36a4ee6d52f2438a5526c08c7018908debba10c7"
integrity sha512-j6qT2floy5Q2g2d939FJpwey1yw/GpQecFiSouyJtsHQPj3oqmqq3K4rI+GF8vU1zwGCT7ZwIGQd2dtCQLjYJw==

util-deprecate@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 65ea704

Please sign in to comment.