Skip to content

Commit

Permalink
Bump node-fetch from 2.6.0 to 2.6.1 (#1)
Browse files Browse the repository at this point in the history
* Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Change version APP.JS
* Change version PACKAGE.JSON
* Change version PACKAGE-LOCK.JSON

> v1.0.0 > v1.0.1

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luc'HACK <[email protected]>
  • Loading branch information
dependabot[bot] and lucas-luchack authored Oct 24, 2020
1 parent 6ff9063 commit b297029
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 223 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
@document : app.js
@author : Luc'HACK <[email protected]>
@version : 1.0.0
@version : 1.0.1
@copyright : 2020, Luc'HACK
@license : GNU General Public License v3.0
@repository : https://github.com/lucas-luchack/McPremiumAccout-DiscordChecker
Expand Down Expand Up @@ -92,4 +92,4 @@ bot.on("message", message => {
};

})
bot.login(config.token);
bot.login(config.token);
225 changes: 6 additions & 219 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b297029

Please sign in to comment.