Skip to content

Commit 555cd19

Browse files
Athira SreekumarAthira Sreekumar
authored andcommitted
fix: Updated Node packages to fix CVEs
Resolves: #368 Signed-off-by: athira1693 [email protected]
1 parent 4cf962a commit 555cd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "webpack --mode production",
1717
"mock-vertx": "node ./src/DevUtils/MockVertx",
1818
"test": "jest",
19-
"test:e2e": "jest -c jest.config.e2e.js",
19+
"test:e2e": "NODE_OPTIONS=--no-deprecation jest -c jest.config.e2e.js",
2020
"storybook": "start-storybook",
2121
"build-storybook": "build-storybook -o .out",
2222
"lint": "eslint .",

0 commit comments

Comments
 (0)