Update @eartharoid/dtf to version 1.0.8

This commit is contained in:
depfu[bot] 2020-10-04 22:25:46 +00:00 committed by GitHub
parent 4b10e483a9
commit 7e5dd26c21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -59,9 +59,9 @@
} }
}, },
"@eartharoid/dtf": { "@eartharoid/dtf": {
"version": "1.0.7", "version": "1.0.8",
"resolved": "https://registry.npmjs.org/@eartharoid/dtf/-/dtf-1.0.7.tgz", "resolved": "https://registry.npmjs.org/@eartharoid/dtf/-/dtf-1.0.8.tgz",
"integrity": "sha512-wxO2nTqttsWEyQXKudIT//Inz3FG53Cu5QuSnmt9X4eSlAnnd5vy8rwFI/TuGpu6ic8/y6OyIAHxb+OkRWbjpg==" "integrity": "sha512-e3mR8JY6Uuy1Zj89iYEZfvK6s81GlWEPP4gO8NzfItzF4xFGFTVTwRjZ6sCVBmbhj3ouX2pyvx8O9snx4r5Xrg=="
}, },
"@eslint/eslintrc": { "@eslint/eslintrc": {
"version": "0.1.3", "version": "0.1.3",

View File

@ -5,7 +5,7 @@
"description": "An open-source & self-hosted Discord bot for ticket management.", "description": "An open-source & self-hosted Discord bot for ticket management.",
"main": "src/index.js", "main": "src/index.js",
"dependencies": { "dependencies": {
"@eartharoid/dtf": "^1.0.7", "@eartharoid/dtf": "^1.0.8",
"boxen": "^4.2.0", "boxen": "^4.2.0",
"discord.js": "^12.3.1", "discord.js": "^12.3.1",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",