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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user