Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: use forked license-checker with fixed dependencies #7

Merged
merged 5 commits into from
Feb 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deps: use forked spdx-compare with fixed dependencies
legobeat committed Jan 29, 2024

Verified

This commit was signed with the committer’s verified signature.
commit 261967a6e67479612ebdca16ee60065d19efa238
91 changes: 39 additions & 52 deletions package-lock.json

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

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@
"taim": "^1.1.0",
"yargs": "^7.1.2"
},
"overrides": {
"spdx-compare": "git+https://github.com/legobeat/spdx-compare.js#c63092e848be052139aacffac0d8be0518fddc14"
},
"resolutions": {
"license-checker>spdx-satisfies>spdx-compare": "git+https://github.com/legobeat/spdx-compare.js#c63092e848be052139aacffac0d8be0518fddc14"
},
"name": "@metamask/oss-attribution-generator",
"description": "utility to parse bower and npm packages used in a project and generate an attribution file to include in your product",
"version": "2.0.1",
@@ -15,7 +21,8 @@
"index.js"
],
"engines": {
"node": ">=14.0.0"
"node": ">=14.0.0",
"npm": ">=8.3.0"
},
"scripts": {
"test": "mocha test"