Skip to content

Commit

Permalink
Merge branch 'clansty:rainbowcat' into rainbowcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Nofated095 authored Jan 10, 2024
2 parents 51f5a17 + fe0fc61 commit 61570f7
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 545 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"@types/date-and-time": "^0.13.0",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/lodash": "^4.14.201",
"@types/node": "^18.6.3",
"@types/prompts": "^2.4.8",
"@types/sharp": "^0.31.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"@types/node": "^20.10.7",
"@types/prompts": "^2.4.9",
"@types/sharp": "^0.32.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@prisma/client": "5.5.2",
"@prisma/client": "5.8.0",
"axios": "^0.27.2",
"baidu-aip-sdk": "^4.16.10",
"baidu-aip-sdk": "^4.16.15",
"big-integer": "^1.6.51",
"cli-progress": "^3.11.2",
"date-and-time": "^2.4.1",
"dotenv": "^16.0.1",
"eviltransform": "^0.2.2",
"file-type": "^17.1.4",
"file-type": "^19.0.0",
"fluent-ffmpeg": "^2.1.2",
"icqq": "^0.6.7",
"image-size": "^1.0.2",
"image-size": "^1.1.1",
"lodash": "^4.17.21",
"log4js": "^6.6.1",
"nodejs-base64": "^2.0.0",
"prisma": "5.5.2",
"prisma": "5.8.0",
"prompts": "^2.4.2",
"quote-api": "https://github.com/Clansty/quote-api/archive/8a47aa84e6920afd00fb8a2d56e816dbcb6c1283.tar.gz",
"sharp": "^0.32.6",
"quote-api": "https://github.com/Clansty/quote-api/archive/37a0e48a434b94bb04c04c7d86d9f0d2295df869.tar.gz",
"sharp": "^0.33.1",
"silk-sdk": "^0.2.2",
"telegram": "^2.19.10",
"tmp-promise": "^3.0.3",
Expand Down
Loading

0 comments on commit 61570f7

Please sign in to comment.