Skip to content

Commit 826f323

Browse files
authored
Merge pull request #754 from open-rpc/fix/node-ipc
fix: malware/peaceware node-ipc dependency lock
2 parents 8bd37ae + f0dd3e6 commit 826f323

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"connect": "^3.7.0",
3131
"cors": "^2.8.5",
3232
"json-schema-faker": "^0.5.0-rcv.26",
33-
"node-ipc": "^9.1.1",
33+
"node-ipc": "9.1.1",
3434
"lodash": "^4.17.19",
3535
"ws": "^8.0.0"
3636
},
@@ -46,7 +46,7 @@
4646
"@types/lodash": "^4.14.158",
4747
"@types/node": "^16.0.0",
4848
"@types/node-fetch": "^2.5.7",
49-
"@types/node-ipc": "^9.1.3",
49+
"@types/node-ipc": "9.1.3",
5050
"@types/ws": "^7.2.6",
5151
"@typescript-eslint/eslint-plugin": "^4.9.1",
5252
"@typescript-eslint/parser": "^4.9.1",

0 commit comments

Comments
 (0)