Skip to content

Commit

Permalink
Override jsonparse to fix deprecated new Buffer (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine authored Mar 28, 2024
1 parent 994ac45 commit 1ab67cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"url": "https://github.com/raineorshine/npm-check-updates/issues"
},
"overrides": {
"jsonparse": "https://github.com/ARitz-Cracker/jsonparse/tree/patch-1",
"@yarnpkg/parsers": "2.6.0"
},
"devDependencies": {
Expand Down Expand Up @@ -145,10 +146,12 @@
],
"lockfile-lint": {
"allowed-schemes": [
"https:"
"https:",
"git+ssh:"
],
"allowed-hosts": [
"npm"
"npm",
"github.com"
],
"empty-hostname": false,
"type": "npm ",
Expand Down

0 comments on commit 1ab67cd

Please sign in to comment.