diff --git a/package.json b/package.json index 32dfa1a..7666f1b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "node-fetch": "2", "object-hash": "^3.0.0", "similarity": "^1.2.1", - "timestring": "^6.0.0" + "@navy.gif/timestring": "^6.0.0" }, "devDependencies": { "babel-eslint": "^10.1.0", diff --git a/src/structure/client/Resolver.js b/src/structure/client/Resolver.js index 3510646..88f0ac8 100644 --- a/src/structure/client/Resolver.js +++ b/src/structure/client/Resolver.js @@ -1,4 +1,4 @@ -const timestring = require('timestring'); +const timestring = require('@navy.gif/timestring'); const moment = require('moment'); // eslint-disable-next-line no-unused-vars // const { DiscordClient } = require('../DiscordClient'); diff --git a/yarn.lock b/yarn.lock index 99d8a88..9a7c405 100644 --- a/yarn.lock +++ b/yarn.lock @@ -647,6 +647,11 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" +"@navy.gif/timestring@^6.0.0": + version "6.0.1" + resolved "https://registry.yarnpkg.com/@navy.gif/timestring/-/timestring-6.0.1.tgz#1ee96c4e4bbab1c0d0167af8f25f8bbc5327261e" + integrity sha512-bVMd19XvTNB/AoX3e7tVtJtT6BuKtA8zetlfft5qAxJpMCOQmt+vtxYpU+PUU+R+Am1a4I9ECwvsN6lDoI29Hg== + "@sapphire/async-queue@^1.1.4": version "1.3.0" resolved "https://registry.yarnpkg.com/@sapphire/async-queue/-/async-queue-1.3.0.tgz#98b1b364a5fe820366a786827f2e987590de5964" @@ -3214,11 +3219,6 @@ throat@^6.0.1: resolved "https://registry.yarnpkg.com/throat/-/throat-6.0.1.tgz#d514fedad95740c12c2d7fc70ea863eb51ade375" integrity sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w== -timestring@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/timestring/-/timestring-6.0.0.tgz#b0c7c331981ecf2066ce88bcfb8ee3ae32e7a0f6" - integrity sha512-wMctrWD2HZZLuIlchlkE2dfXJh7J2KDI9Dwl+2abPYg0mswQHfOAyQW3jJg1pY5VfttSINZuKcXoB3FGypVklA== - tmpl@1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"