Skip to content

Commit

Permalink
Remove nonproduction dependencies flagged as security vulnerabilities
Browse files Browse the repository at this point in the history
jimp: via ygo-data, feature unused
coveralls: via our test harness, abandoned, to be replaced by maintained options

Approach based on yarnpkg/yarn#4611
  • Loading branch information
kevinlul committed Jul 31, 2023
1 parent 215c78d commit 801bf04
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 1,234 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,4 @@ jobs:
CHALLONGE_TOKEN: ${{ secrets.CHALLONGE_TOKEN }},
POSTGRESQL_URL: postgresql://localhost/nonexistent
- run: yarn cover
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn lint
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@fast-csv/format": "^4.3.5",
"async-mutex": "^0.3.2",
"async-mutex": "^0.4.0",
"debug": "^4.3.4",
"discord.js": "^14.12.0",
"dotenv": "^16.3.1",
Expand All @@ -51,7 +51,9 @@
"testcontainers": "^9.12.0"
},
"resolutions": {
"@types/node": "^18.15.11"
"@types/node": "^18.17.1",
"coveralls": "link:.vscode",
"jimp": "link:.vscode"
},
"eslintConfig": {
"extends": "@alphakretin"
Expand Down
Loading

0 comments on commit 801bf04

Please sign in to comment.