Update dependencies

This commit is contained in:
Isaac 2022-10-05 00:31:02 +01:00
parent bf4d17bd42
commit e723ce76f5
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -34,21 +34,21 @@
"node": ">=18.0"
},
"dependencies": {
"@discord-tickets/settings": "^1.1.0",
"@discord-tickets/settings": "^1.1.2",
"@eartharoid/dbf": "^0.3.3",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.0.4",
"@eartharoid/i18n": "^1.1.0",
"@fastify/cookie": "^6.0.0",
"@fastify/cors": "^8.1.0",
"@fastify/http-proxy": "^8.2.2",
"@fastify/http-proxy": "^8.2.3",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
"@prisma/client": "^4.3.1",
"@prisma/client": "^4.4.0",
"cryptr": "^6.0.3",
"discord.js": "^14.3.0",
"dotenv": "^16.0.2",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"fastify": "^4.5.3",
"fastify": "^4.7.0",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"keyv": "^4.5.0",
@ -58,15 +58,15 @@
"node-dir": "^0.1.17",
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"prisma": "^4.3.1",
"semver": "^7.3.7",
"prisma": "^4.4.0",
"semver": "^7.3.8",
"terminal-link": "^2.1.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"eslint": "^8.23.0",
"all-contributors-cli": "^6.23.0",
"eslint": "^8.24.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.19"
"nodemon": "^2.0.20"
}
}