Skip to content

Commit

Permalink
fix(mocha): remove accidentally installed fs package
Browse files Browse the repository at this point in the history
The fs package is part of Node's standard library and doesn't need to be
installed via npm. Fortunately, the npm package is just a placeholder to
make sure a malicious user doesn't claim the name and install a security
risk.
  • Loading branch information
ivomurrell committed Dec 14, 2022
1 parent 412d7f9 commit 01633ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

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

1 change: 0 additions & 1 deletion plugins/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@dotcom-tool-kit/error": "^2.0.1",
"@dotcom-tool-kit/logger": "^2.1.2",
"@dotcom-tool-kit/types": "^2.7.0",
"fs": "0.0.1-security",
"glob": "^7.1.7",
"tslib": "^2.3.1"
},
Expand Down

0 comments on commit 01633ef

Please sign in to comment.