78.diff (1916B)
1 diff --git a/package.json b/package.json 2 index c5be371..990673e 100644 3 --- a/package.json 4 +++ b/package.json 5 @@ -60,7 +60,7 @@ 6 "jasmine-core": "^3.1.0", 7 "jasmine-spec-reporter": "^4.1.0", 8 "karma": "^3.0.0", 9 - "karma-chrome-launcher": "^2.2.0", 10 + "karma-chrome-launcher": "^3.0.0", 11 "karma-cli": "^1.0.1", 12 "karma-coverage-istanbul-reporter": "^2.0.0", 13 "karma-jasmine": "^1.1.0", 14 diff --git a/yarn.lock b/yarn.lock 15 index 2a7590d..aca5938 100644 16 --- a/yarn.lock 17 +++ b/yarn.lock 18 @@ -2546,12 +2546,6 @@ from2@^2.1.0: 19 inherits "^2.0.1" 20 readable-stream "^2.0.0" 21 22 -fs-access@^1.0.0: 23 - version "1.0.1" 24 - resolved "https://registry.yarnpkg.com/fs-access/-/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a" 25 - dependencies: 26 - null-check "^1.0.0" 27 - 28 fs-minipass@^1.2.5: 29 version "1.2.5" 30 resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" 31 @@ -3581,11 +3575,10 @@ jszip@^3.1.3: 32 pako "~1.0.2" 33 readable-stream "~2.0.6" 34 35 -karma-chrome-launcher@^2.2.0: 36 - version "2.2.0" 37 - resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz#cf1b9d07136cc18fe239327d24654c3dbc368acf" 38 +karma-chrome-launcher@^3.0.0: 39 + version "3.0.0" 40 + resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-3.0.0.tgz#5c3a7f877a304e90781c28fcd9a49e334a890f42" 41 dependencies: 42 - fs-access "^1.0.0" 43 which "^1.2.1" 44 45 karma-cli@^1.0.1: 46 @@ -4362,10 +4355,6 @@ nth-check@~1.0.1: 47 dependencies: 48 boolbase "~1.0.0" 49 50 -null-check@^1.0.0: 51 - version "1.0.0" 52 - resolved "https://registry.yarnpkg.com/null-check/-/null-check-1.0.0.tgz#977dffd7176012b9ec30d2a39db5cf72a0439edd" 53 - 54 num2fraction@^1.2.2: 55 version "1.2.2" 56 resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"