1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 07:33:42 +00:00

Update Karma version to avoid security hole in dependency (#1134)

This also forces the karma test to use the Gradle-installed version of
node instead of the global version. The global version installed on the
Kokoro machines is too old to function with some of the newer libraries.
This commit is contained in:
gbrodman
2021-05-05 13:50:45 -04:00
committed by GitHub
parent e63085fb6a
commit 65fb0c6cff
3 changed files with 172 additions and 377 deletions

View File

@@ -21,7 +21,7 @@
},
"devDependencies": {
"jasmine-core": "3.4.0",
"karma": "^5.2.3",
"karma": "^6.3.2",
"karma-chrome-launcher": "3.1.0",
"karma-closure": "0.1.3",
"karma-jasmine": "2.0.1",