Skip to content

Commit df390c2

Browse files
committed
update dependencies to fix vulnerabilities
1 parent 1a048ba commit df390c2

File tree

3 files changed

+2200
-2446
lines changed

3 files changed

+2200
-2446
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log*
66
yarn-debug.log*
77
yarn-error.log*
88

9+
package-lock.json
910
node_modules/
1011
dist/
1112
# TypeScript v1 declaration files

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"discord-akairo": "^8.1.0",
1515
"discord.js": "^12.5.1",
1616
"discord.js-docs": "BenjammingKirby/discord.js-docs#types",
17-
"dotenv": "^8.2.0",
18-
"pm2": "^4.5.1"
17+
"dotenv": "^10.0.0",
18+
"pm2": "^5.1.2"
1919
},
2020
"devDependencies": {
2121
"@types/ms": "^0.7.31",
@@ -29,4 +29,4 @@
2929
"ts-node-dev": "^1.1.1",
3030
"typescript": "^4.1.3"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)