Skip to content

Commit c23f894

Browse files
[security]override the sabotaged version of node-ipc (#1616)
Co-authored-by: Sébastien Levert <[email protected]>
1 parent cad3584 commit c23f894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/vue-app/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
"sass-loader": "^7.1.0",
2121
"typescript": "^3.4.3",
2222
"vue-template-compiler": "^2.5.21"
23+
},
24+
"overrides": {
25+
"node-ipc@>9.2.1 <10": "9.2.1",
26+
"node-ipc@>10.1.0": "10.1.0"
2327
}
2428
}

0 commit comments

Comments
 (0)