chore(package): bump deps

This commit is contained in:
Daniel Sogl 2019-06-10 20:12:32 +02:00
parent 6cbb226ed2
commit 09ca1a1843
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -2247,9 +2247,9 @@
"dev": true "dev": true
}, },
"@types/lodash": { "@types/lodash": {
"version": "4.14.133", "version": "4.14.134",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.133.tgz", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.134.tgz",
"integrity": "sha512-/3JqnvPnY58GLzG3Y7fpphOhATV1DDZ/Ak3DQufjlRK5E4u+s0CfClfNFtAGBabw+jDGtRFbOZe+Z02ZMWCBNQ==", "integrity": "sha512-2/O0khFUCFeDlbi7sZ7ZFRCcT812fAeOLm7Ev4KbwASkZ575TDrDcY7YyaoHdTOzKcNbfiwLYZqPmoC4wadrsw==",
"dev": true "dev": true
}, },
"@types/marked": { "@types/marked": {
@ -15932,9 +15932,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "4.32.2", "version": "4.33.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.2.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.33.0.tgz",
"integrity": "sha512-F+H2Aa1TprTQrpodRAWUMJn7A8MgDx82yQiNvYMaj3d1nv3HetKU0oqEulL9huj8enirKi8KvEXQ3QtuHF89Zg==", "integrity": "sha512-ggWMb0B2QUuYso6FPZKUohOgfm+Z0sVFs8WwWuSH1IAvkWs428VDNmOlAxvHGTB9Dm/qOB/qtE5cRx5y01clxw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@webassemblyjs/ast": "1.8.5", "@webassemblyjs/ast": "1.8.5",

View File

@ -30,7 +30,7 @@
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^7.0.0", "@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.13", "@types/jest": "^24.0.13",
"@types/lodash": "^4.14.133", "@types/lodash": "^4.14.134",
"@types/node": "^10.14.8", "@types/node": "^10.14.8",
"@types/rimraf": "^2.0.2", "@types/rimraf": "^2.0.2",
"@types/webpack": "^4.4.32", "@types/webpack": "^4.4.32",
@ -59,7 +59,7 @@
"typescript": "3.2.4", "typescript": "3.2.4",
"uglifyjs-webpack-plugin": "^2.1.3", "uglifyjs-webpack-plugin": "^2.1.3",
"unminified-webpack-plugin": "^2.0.0", "unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.32.2", "webpack": "^4.33.0",
"winston": "^3.2.1", "winston": "^3.2.1",
"zone.js": "^0.8.29" "zone.js": "^0.8.29"
}, },