Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit c51c90e4b15e3921bebb0a76c9c498affffa4ee6
parent 35865ca20d6d62c950a49d10f2862dcb2f83da11
Author: Demonstrandum <moi@knutsen.co>
Date:   Fri, 18 Sep 2020 17:23:23 +0100

Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic into master

Diffstat:
M.github/workflows/nodejs.yml | 2+-
Mpackage.json | 2+-
Myarn.lock | 8++++----
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [13.11.x] + node-version: [14.11.x] steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json @@ -49,7 +49,7 @@ "google-auth-library": "^5.10.1", "googleapis": "^48.0.0", "jimp": "^0.14.0", - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "nodegit": "^0.27.0", "request": "^2.34", "scrape-youtube": "0.2.0", diff --git a/yarn.lock b/yarn.lock @@ -1682,10 +1682,10 @@ needle@^2.2.1: iconv-lite "^0.4.4" sax "^1.2.4" -node-fetch@^2.3.0, node-fetch@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" - integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== +node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" + integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== node-forge@^0.9.0: version "0.9.1"