Skip to content

Commit

Permalink
Fix vulnerabilities (#54)
Browse files Browse the repository at this point in the history
* Fix some vulnerabilities

* Fix some grammar

* Remove github-metadata as a dependency; (It's spoopy, and mostly dead)

* Patch sqlite3 vulnerability

* Update ytdl-core
  • Loading branch information
AverageHelper authored Jan 12, 2022
1 parent 46c30a9 commit e084792
Show file tree
Hide file tree
Showing 11 changed files with 1,904 additions and 5,682 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ cd Gamgee

### Get a Token

You'll need a Discord bot account's token. See [this awesome tutorial on how to get one](https://www.howtogeek.com/364225/how-to-make-your-own-discord-bot/).
You'll need a token for a Discord bot account. See [this awesome tutorial on how to get one](https://www.howtogeek.com/364225/how-to-make-your-own-discord-bot/).

Create a file called `.env` in the root of this project folder. Paste your token into that file:

Expand Down
4 changes: 2 additions & 2 deletions jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "src",
"clearMocks": true,
"preset": "ts-jest",
"setupFilesAfterEnv": ["jest-extended"],
"setupFilesAfterEnv": ["jest-extended/all"],
"testEnvironment": "node",
"testPathIgnorePatterns": ["/node_modules/"],
"modulePathIgnorePatterns": ["<rootDir>/.*/__mocks__"],
Expand All @@ -24,7 +24,7 @@
"displayName": "e2e",
"clearMocks": true,
"preset": "ts-jest",
"setupFilesAfterEnv": ["./tests/setupJest.ts", "jest-extended"],
"setupFilesAfterEnv": ["./tests/setupJest.ts", "jest-extended/all"],
"testEnvironment": "node",
"testPathIgnorePatterns": ["/node_modules/"],
"testRegex": ["tests/.*\\.test\\.(t|j)s$"],
Expand Down
Loading

0 comments on commit e084792

Please sign in to comment.