Skip to content

Commit

Permalink
Update all Yarn dependencies (2024-05-02)
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored May 2, 2024
1 parent 44a3950 commit 257bee6
Show file tree
Hide file tree
Showing 2 changed files with 1,122 additions and 495 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,79 +16,79 @@
"build:esbuild": "esbuild --bundle src/index.ts --outdir=dist --platform=node --loader:.node=file --external:canvas"
},
"dependencies": {
"@discordjs/builders": "^1.5.0",
"@fastify/cors": "^8.2.0",
"@fastify/helmet": "^10.1.0",
"@fastify/rate-limit": "^8.0.0",
"@fastify/sensible": "^5.2.0",
"@discordjs/builders": "^1.7.0",
"@fastify/cors": "^8.5.0",
"@fastify/helmet": "^10.1.1",
"@fastify/rate-limit": "^8.1.1",
"@fastify/sensible": "^5.6.0",
"@napi-rs/canvas": "0.1.38",
"@octokit/graphql": "^4.8.0",
"@oldschoolgg/toolkit": "^0.0.24",
"@prisma/client": "^5.10.2",
"@prisma/client": "^5.13.0",
"@sapphire/snowflake": "^3.5.3",
"@sapphire/stopwatch": "^1.4.0",
"@sapphire/time-utilities": "^1.6.0",
"@sentry/node": "^7.102.0",
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sentry/node": "^7.112.2",
"ascii-table3": "^0.9.0",
"bufferutil": "^4.0.8",
"chart.js": "^3.7.0",
"chartjs-node-canvas": "github:gc/ChartjsNodeCanvas#a598b6dd27c44351f235bca07ca4ee660121f289",
"chartjs-plugin-datalabels": "^2.0.0",
"deep-equal": "^2.2.3",
"deepmerge": "^4.3.1",
"discord.js": "^14.13.0",
"dotenv": "^16.0.3",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"e": "^0.2.33",
"fastify": "^4.14.1",
"fastify-raw-body": "^4.2.0",
"fastify-raw-body": "^4.3.0",
"he": "^1.2.0",
"lodash": "^4.17.21",
"lru-cache": "^8.0.0",
"lru-cache": "^8.0.5",
"mahoji": "^0.0.7",
"murmurhash": "^2.0.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"oldschooljs": "^2.5.1",
"p-queue": "^6.6.2",
"piscina": "^4.3.2",
"piscina": "^4.4.0",
"random-js": "^2.1.0",
"simple-statistics": "^7.8.3",
"sonic-boom": "^3.8.0",
"tsx": "^4.7.1",
"sonic-boom": "^3.8.1",
"tsx": "^4.8.2",
"zlib-sync": "^0.1.9",
"zod": "^3.22.4"
"zod": "^3.23.5"
},
"devDependencies": {
"@oldschoolgg/eslint-config": "^2.0.13",
"@oldschoolgg/ts-config": "^0.0.1",
"@types/deep-equal": "^1.0.3",
"@types/he": "^1.1.2",
"@types/jest-image-snapshot": "^6.1.0",
"@types/lodash": "^4.14.195",
"@types/madge": "^5.0.0",
"@types/node": "^14.18.12",
"@types/node-cron": "^3.0.7",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@vitest/coverage-v8": "^1.3.1",
"@types/he": "^1.2.3",
"@types/jest-image-snapshot": "^6.4.0",
"@types/lodash": "^4.17.0",
"@types/madge": "^5.0.3",
"@types/node": "^14.18.63",
"@types/node-cron": "^3.0.11",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-v8": "^1.5.3",
"concurrently": "^7.6.0",
"dotenv-cli": "^7.3.0",
"dotenv-cli": "^7.4.1",
"esbuild": "^0.19.5",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unicorn": "^44.0.2",
"jest-image-snapshot": "^6.2.0",
"madge": "^6.0.0",
"prettier": "^2.7.1",
"prisma": "^5.10.2",
"jest-image-snapshot": "^6.4.0",
"madge": "^6.1.0",
"prettier": "^2.8.8",
"prisma": "^5.13.0",
"rimraf": "^4.4.0",
"source-map-support": "^0.5.21",
"typescript": "5.0.2",
"vitest": "^1.3.1"
"vitest": "^1.5.3"
},
"engines": {
"node": ">=18.12.0"
Expand Down
Loading

0 comments on commit 257bee6

Please sign in to comment.