Skip to content

Commit

Permalink
Merge pull request #754 from open-rpc/fix/node-ipc
Browse files Browse the repository at this point in the history
fix: malware/peaceware node-ipc dependency lock
  • Loading branch information
BelfordZ authored Mar 17, 2022
2 parents 8bd37ae + f0dd3e6 commit 826f323
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"connect": "^3.7.0",
"cors": "^2.8.5",
"json-schema-faker": "^0.5.0-rcv.26",
"node-ipc": "^9.1.1",
"node-ipc": "9.1.1",
"lodash": "^4.17.19",
"ws": "^8.0.0"
},
Expand All @@ -46,7 +46,7 @@
"@types/lodash": "^4.14.158",
"@types/node": "^16.0.0",
"@types/node-fetch": "^2.5.7",
"@types/node-ipc": "^9.1.3",
"@types/node-ipc": "9.1.3",
"@types/ws": "^7.2.6",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
Expand Down

0 comments on commit 826f323

Please sign in to comment.