fix(deps): pin dependencies

This commit is contained in:
renovate[bot] 2022-11-29 14:48:07 +00:00 committed by GitHub
parent 80f299e514
commit 026e25eb17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 34 deletions

View file

@ -9,24 +9,24 @@
"lint": "eslint ."
},
"dependencies": {
"@discordjs/rest": "^1.3.0",
"discord.js": "^14.6.0",
"just-random": "^3.1.1",
"kleur": "^4.1.5",
"node-fetch": "^3.2.10",
"remove-markdown": "^0.5.0",
"tsx": "^3.10.3",
"url-regex": "^5.0.0"
"@discordjs/rest": "1.3.0",
"discord.js": "14.6.0",
"just-random": "3.1.1",
"kleur": "4.1.5",
"node-fetch": "3.2.10",
"remove-markdown": "0.5.0",
"tsx": "3.10.3",
"url-regex": "5.0.0"
},
"devDependencies": {
"@types/node": "^18.11.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"dotenv": "^16.0.3",
"esbuild": "^0.15.11",
"eslint": "^8.25.0",
"gray-matter": "^4.0.3",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
"@types/node": "18.11.2",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"dotenv": "16.0.3",
"esbuild": "0.15.11",
"eslint": "8.25.0",
"gray-matter": "4.0.3",
"prettier": "2.7.1",
"typescript": "4.8.4"
}
}