Skip to content

Commit 6e5c711

Browse files
committed
[tests] Fix build errors and some vulnerabilities in 'angular-app' test project
1 parent 92f9803 commit 6e5c711

File tree

1 file changed

+6
-1
lines changed
  • org.eclipse.wildwebdeveloper.tests/testProjects/angular-app

1 file changed

+6
-1
lines changed

org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"core-js": "^3.25.2",
2525
"rxjs": "~7.8.0",
2626
"tslib": "^2.4.0",
27-
"zone.js": "~0.15.0"
27+
"zone.js": "^0.15.0"
28+
},
29+
"overrides": {
30+
"zone.js": "^0.15.0",
31+
"cross-spawn": "^7.0.5",
32+
"http-proxy-middleware": "^3.0.0"
2833
}
2934
}

0 commit comments

Comments
 (0)