Merge pull request #75 from nextcloud/dependabot/npm_and_yarn/coveralls-tw-3.0.0

Update coveralls requirement to ^3.0.0
This commit is contained in:
Christoph Wurst 2017-12-13 15:58:50 +01:00 коммит произвёл GitHub
Родитель d01f663607 444db26d57
Коммит dcc29fe819
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 15 удалений

18
package-lock.json сгенерированный
Просмотреть файл

@ -707,28 +707,18 @@
"dev": true
},
"coveralls": {
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/coveralls/-/coveralls-2.13.3.tgz",
"integrity": "sha512-iiAmn+l1XqRwNLXhW8Rs5qHZRFMYp9ZIPjEOVRpC/c4so6Y/f4/lFi0FfR5B9cCqgyhkJ5cZmbvcVRfP8MHchw==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/coveralls/-/coveralls-3.0.0.tgz",
"integrity": "sha512-ZppXR9y5PraUOrf/DzHJY6gzNUhXYE3b9D43xEXs4QYZ7/Oe0Gy0CS+IPKWFfvQFXB3RG9QduaQUFehzSpGAFw==",
"dev": true,
"requires": {
"js-yaml": "3.6.1",
"js-yaml": "3.8.2",
"lcov-parse": "0.0.10",
"log-driver": "1.2.5",
"minimist": "1.2.0",
"request": "2.79.0"
},
"dependencies": {
"js-yaml": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
"integrity": "sha1-bl/mfYsgXOTSL60Ft3geja3MSzA=",
"dev": true,
"requires": {
"argparse": "1.0.9",
"esprima": "2.7.3"
}
},
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",

Просмотреть файл

@ -14,7 +14,7 @@
},
"devDependencies": {
"backbone": "^1.3.3",
"coveralls": "^2.13.3",
"coveralls": "^3.0.0",
"jasmine": "^2.8.0",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.8.0",