mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 11:01:04 -05:00
Update dependencies
This commit is contained in:
603
package-lock.json
generated
603
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
@@ -43,35 +43,35 @@
|
|||||||
"discord.js": "^13.6.0",
|
"discord.js": "^13.6.0",
|
||||||
"dotenv": "^16.0.0",
|
"dotenv": "^16.0.0",
|
||||||
"erlpack": "github:discord/erlpack",
|
"erlpack": "github:discord/erlpack",
|
||||||
"fs-extra": "^10.0.0",
|
"fs-extra": "^10.0.1",
|
||||||
"json5": "^2.2.0",
|
"json5": "^2.2.1",
|
||||||
"markov-strings-db": "^4.1.5",
|
"markov-strings-db": "^4.1.5",
|
||||||
"pino": "^7.8.0",
|
"pino": "^7.9.2",
|
||||||
"pino-pretty": "^7.5.1",
|
"pino-pretty": "^7.6.0",
|
||||||
"reflect-metadata": "^0.1.13",
|
"reflect-metadata": "^0.1.13",
|
||||||
"simple-eta": "^3.0.2",
|
"simple-eta": "^3.0.2",
|
||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"typeorm": "^0.2.43",
|
"typeorm": "^0.2.45",
|
||||||
"utf-8-validate": "^5.0.8",
|
"utf-8-validate": "^5.0.9",
|
||||||
"zlib-sync": "^0.1.7"
|
"zlib-sync": "^0.1.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^16.11.21",
|
"@types/node": "^16.11.21",
|
||||||
"@types/validator": "^13.7.1",
|
"@types/validator": "^13.7.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||||
"@typescript-eslint/parser": "^5.12.0",
|
"@typescript-eslint/parser": "^5.16.0",
|
||||||
"eslint": "^8.9.0",
|
"eslint": "^8.12.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-config-prettier": "^8.4.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-import": "^2.25.4",
|
"eslint-plugin-import": "^2.25.4",
|
||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"pm2": "^5.2.0",
|
"pm2": "^5.2.0",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "^2.6.1",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"ts-node": "^10.5.0",
|
"ts-node": "^10.7.0",
|
||||||
"typedoc": "^0.22.12",
|
"typedoc": "^0.22.13",
|
||||||
"types-package-json": "^2.0.39",
|
"types-package-json": "^2.0.39",
|
||||||
"typescript": "^4.5.5"
|
"typescript": "^4.6.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16"
|
"node": "16"
|
||||||
|
|||||||
Reference in New Issue
Block a user