24
1
Fork 0

updated deps

This commit is contained in:
Danny Coates 2018-11-02 15:42:25 -07:00
parent 0cf95b30c0
commit 77a5a377e3
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
3 changed files with 482 additions and 291 deletions

View File

@ -16,6 +16,7 @@ root: true
rules:
node/no-deprecated-api: off
node/no-unsupported-features/es-syntax: off
node/no-unsupported-features/node-builtins: off
node/no-unpublished-require: off
security/detect-non-literal-fs-filename: off

750
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@
"cssnano": "^4.1.7",
"eslint": "^5.6.1",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-security": "^1.4.0",
"expose-loader": "^0.7.5",
"extract-loader": "^3.0.0",
@ -91,8 +91,8 @@
"git-rev-sync": "^1.12.0",
"html-loader": "^0.5.5",
"http_ece": "^1.0.5",
"husky": "^1.1.1",
"lint-staged": "^7.3.0",
"husky": "^1.1.3",
"lint-staged": "^8.0.4",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"nanobus": "^4.3.4",
@ -103,19 +103,19 @@
"postcss-preset-env": "^6.2.0",
"prettier": "^1.14.3",
"proxyquire": "^2.1.0",
"puppeteer": "^1.9.0",
"puppeteer": "^1.10.0",
"raven-js": "^3.27.0",
"redis-mock": "^0.33.0",
"redis-mock": "^0.37.0",
"require-from-string": "^2.0.2",
"rimraf": "^2.6.2",
"sinon": "^6.3.5",
"sinon": "^7.1.1",
"string-hash": "^1.1.3",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"svgo": "^1.1.1",
"svgo-loader": "^2.2.0",
"tailwindcss": "^0.6.6",
"tailwindcss": "^0.7.0",
"testpilot-ga": "^0.3.0",
"val-loader": "^1.1.1",
"wdio-docker-service": "^1.4.2",
@ -125,7 +125,7 @@
"wdio-sauce-service": "^0.4.11",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.13.2",
"webpack": "^4.20.2",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-manifest-plugin": "^2.0.4",
@ -133,15 +133,15 @@
},
"dependencies": {
"@google-cloud/storage": "^2.0.3",
"aws-sdk": "^2.328.0",
"aws-sdk": "^2.348.0",
"babel-polyfill": "^6.26.0",
"choo": "^6.12.1",
"cldr-core": "^33.0.0",
"cldr-core": "^34.0.0",
"convict": "^4.4.0",
"express": "^4.16.3",
"express-ws": "^4.0.0",
"fast-crc32c": "^1.0.4",
"fluent": "^0.8.1",
"fluent": "^0.9.1",
"fluent-langneg": "^0.1.0",
"helmet": "^3.13.0",
"mkdirp": "^0.5.1",