24
1
Fork 0

updated deps

This commit is contained in:
Danny Coates 2019-10-03 23:32:49 -07:00
parent 2b7504e969
commit 63348fd36a
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
3 changed files with 516 additions and 293 deletions

View File

@ -19,6 +19,7 @@ rules:
node/no-unsupported-features/es-syntax: off
node/no-unsupported-features/node-builtins: off
node/no-unpublished-require: off
node/no-unpublished-import: off
security/detect-non-literal-fs-filename: off
security/detect-object-injection: off

778
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -61,10 +61,10 @@
"node": ">=10.0.0 <11.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-env": "^7.6.2",
"@dannycoates/webcrypto-liner": "^0.1.37",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@mattiasbuelens/web-streams-polyfill": "0.2.1",
@ -77,14 +77,14 @@
"copy-webpack-plugin": "^5.0.4",
"core-js": "^3.2.1",
"crc": "^3.8.0",
"cross-env": "^5.2.1",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"eslint": "^6.4.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-security": "^1.4.0",
"expose-loader": "^0.7.5",
"extract-loader": "^3.1.0",
@ -94,10 +94,10 @@
"git-rev-sync": "^1.12.0",
"html-loader": "^0.5.5",
"http_ece": "^1.1.0",
"husky": "^3.0.5",
"husky": "^3.0.8",
"intl-pluralrules": "^1.0.3",
"lint-staged": "^9.3.0",
"mocha": "^6.2.0",
"lint-staged": "^9.4.1",
"mocha": "^6.2.1",
"morgan": "^1.9.1",
"nanobus": "^4.4.0",
"nanohtml": "^1.8.1",
@ -115,8 +115,8 @@
"script-loader": "^0.7.2",
"sinon": "^7.5.0",
"string-hash": "^1.1.3",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-no-unsupported-browser-features": "^3.0.2",
"svgo": "^1.3.0",
"svgo-loader": "^2.2.1",
@ -132,18 +132,18 @@
"webdriverio": "^4.14.4",
"webpack": "4.38.0",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.1",
"webpack-dev-server": "^3.8.1",
"webpack-manifest-plugin": "^2.1.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-dev-server": "^3.8.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-unassert-loader": "^1.2.0"
},
"dependencies": {
"@dannycoates/express-ws": "^5.0.3",
"@fluent/bundle": "^0.13.0",
"@fluent/langneg": "^0.3.0",
"@google-cloud/storage": "^3.3.0",
"@google-cloud/storage": "^3.3.1",
"@sentry/node": "^5.6.2",
"aws-sdk": "^2.533.0",
"aws-sdk": "^2.542.0",
"body-parser": "^1.19.0",
"choo": "^7.0.0",
"cldr-core": "^35.1.0",