1
0
Fork 0
This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Ellie-bot/package.json
snyk-bot 1fa98d2e8d
fix: upgrade socket.io-client from 4.4.1 to 4.5.0
Snyk has created this PR to upgrade socket.io-client from 4.4.1 to 4.5.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/emotionchild/project/f10ef90d-8d99-495d-aec7-f10a5aaf63ca?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-15 18:13:33 +00:00

25 lines
556 B
JSON

{
"name": "elliebot",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"socket.io-client": "^4.5.0",
"typeorm": "^0.3.5"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/socket.io-client": "^3.0.0",
"nodemon": "^2.0.15",
"typescript": "^4.6.3"
},
"scripts": {
"dev": "nodemon ./src/index.ts",
"start": "node ./build/index.js",
"build": "tsc"
}
}