Skip to content

Commit

Permalink
Update image generation (#724)
Browse files Browse the repository at this point in the history
* Update image generation

* Update Readmes

* Add audit system
  • Loading branch information
LunaUrsa authored Dec 8, 2023
1 parent 7164cd9 commit 603f7c2
Show file tree
Hide file tree
Showing 14 changed files with 2,060 additions and 1,673 deletions.
919 changes: 399 additions & 520 deletions package-lock.json

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"db:formatSchema": "docker exec -it tripbot npx prisma format",
"db:validateSchema": "docker exec -it tripbot npx prisma validate",
"db:generateClient": "npx prisma generate && docker exec -it tripbot npx prisma generate",
"db:push": "docker exec -it tripbot npx prisma db push",
"db:migrateDev": "docker exec -it tripbot npx prisma migrate dev -n aiUsage",
"db:pushDev": "docker exec -it tripbot npx prisma db push && npx prisma generate",
"db:migrateDev": "docker exec -it tripbot npx prisma migrate dev -n betterImageLogging",
"## PGADMIN ##": "",
"pgadmin": "docker compose --project-name tripbot up -d --force-recreate --build tripbot_pgadmin",
"pgadmin:logs": "docker container logs tripbot_pgadmin -f -n 100",
Expand Down Expand Up @@ -64,70 +64,70 @@
"dependencies": {
"@discordjs/voice": "^0.16.1",
"@napi-rs/canvas": "^0.1.44",
"@octokit/types": "^12.3.0",
"@octokit/types": "^12.4.0",
"@octokit/webhooks-types": "^7.3.1",
"@prisma/client": "^5.5.2",
"@sentry/node": "^7.80.0",
"@prisma/client": "^5.7.0",
"@sentry/node": "^7.85.0",
"argon2": "^0.31.2",
"axios": "^1.6.1",
"axios": "^1.6.2",
"body-parser": "^1.20.2",
"common-tags": "^1.8.2",
"convert-units": "^2.3.4",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"databank": "^1.0.9",
"databank-redis": "^0.19.6",
"discord-api-types": "^0.37.63",
"discord.js": "^14.14.0",
"discord-api-types": "^0.37.65",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"escape-html": "^1.0.3",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"express-rate-limit": "^7.1.5",
"fuse.js": "^7.0.0",
"he": "^1.2.0",
"helmet": "^7.1.0",
"imdb-api": "^4.4.1",
"keycloak-admin": "^1.14.22",
"knex": "^3.0.1",
"knex-types": "^0.5.0",
"luxon": "^3.4.3",
"luxon": "^3.4.4",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-os-utils": "^1.3.7",
"objection": "^3.1.2",
"octokit": "^3.1.1",
"openai": "^4.17.4",
"objection": "^3.1.3",
"octokit": "^3.1.2",
"openai": "^4.20.1",
"pg": "^8.11.3",
"rss-parser": "^3.13.0",
"sonar-scanner": "^3.1.0",
"source-map-support": "^0.5.21",
"telegraf": "^4.15.0",
"telegraf": "^4.15.3",
"trivia-api": "^1.0.1",
"underscore": "^1.13.6",
"winston": "^3.11.0",
"youtube-search": "^1.1.6",
"youtube-search-without-api-key": "^1.1.0"
"youtube-search-without-api-key": "^2.0.1"
},
"devDependencies": {
"@types/common-tags": "^1.8.4",
"@types/convert-units": "^2.3.9",
"@types/cors": "^2.8.16",
"@types/cors": "^2.8.17",
"@types/escape-html": "^1.0.4",
"@types/express": "^4.17.21",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.8",
"@types/luxon": "^3.3.4",
"@types/jest": "^29.5.11",
"@types/luxon": "^3.3.7",
"@types/morgan": "^1.9.9",
"@types/ms": "^0.7.34",
"@types/node": "^20.9.0",
"@types/node": "^20.10.3",
"@types/node-os-utils": "^1.3.4",
"@types/source-map-support": "^0.5.10",
"@types/supertest": "^2.0.16",
"@types/underscore": "^1.11.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@types/underscore": "^1.11.15",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.53.0",
"eslint": "^8.55.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-google": "^0.14.0",
Expand All @@ -136,13 +136,13 @@
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"npm-check-updates": "^16.14.6",
"prisma": "^5.5.2",
"nodemon": "^3.0.2",
"npm-check-updates": "^16.14.11",
"prisma": "^5.7.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 603f7c2

Please sign in to comment.