Update npm dependencies

This commit is contained in:
Philipp Muens 2019-03-28 09:33:34 +01:00
parent 16f05bf410
commit 08e29facaf
2 changed files with 1751 additions and 2030 deletions

3761
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,12 +63,14 @@
"jest": {
"testRegex": "(\\.|/)(tests)\\.js$",
"testEnvironment": "node",
"setupTestFrameworkScriptFile": "<rootDir>/tests/setupTests.js"
"setupFilesAfterEnv": [
"<rootDir>/tests/setupTests.js"
]
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^3.0.1",
"coveralls": "^3.0.3",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^5.0.2",
@ -76,9 +78,9 @@
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.1",
"istanbul": "^0.4.4",
"jest-cli": "^23.1.0",
"jest-cli": "^24.5.0",
"markdown-link": "^0.1.1",
"markdown-magic": "^0.1.19",
"markdown-magic": "^0.1.25",
"markdown-table": "^1.1.1",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.2.0",
@ -90,12 +92,11 @@
"sinon-chai": "^2.9.0"
},
"dependencies": {
"jszip": "^3.1.2",
"archiver": "^1.1.0",
"async": "^1.5.2",
"aws-sdk": "^2.373.0",
"aws-sdk": "^2.430.0",
"bluebird": "^3.5.0",
"cachedir": "^2.1.0",
"cachedir": "^2.2.0",
"chalk": "^2.0.0",
"ci-info": "^1.1.1",
"download": "^5.0.2",
@ -107,9 +108,10 @@
"graceful-fs": "^4.1.11",
"https-proxy-agent": "^2.2.1",
"is-docker": "^1.1.0",
"js-yaml": "^3.6.1",
"js-yaml": "^3.13.0",
"json-cycle": "^1.3.0",
"json-refs": "^2.1.5",
"jszip": "^3.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.13.1",
"minimist": "^1.2.0",
@ -122,7 +124,7 @@
"raven": "^1.2.1",
"rc": "^1.1.6",
"replaceall": "^0.1.6",
"semver": "^5.0.3",
"semver": "^5.7.0",
"semver-regex": "^1.0.0",
"tabtab": "^2.2.2",
"untildify": "^3.0.3",