chore(package): bump deps

This commit is contained in:
Daniel Sogl 2019-10-30 17:10:40 +01:00
parent 00ef998ee5
commit e6ac206b8d
2 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@ -2151,9 +2151,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "24.0.20", "version": "24.0.21",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.20.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.21.tgz",
"integrity": "sha512-M8ebEkOpykGdLoRrmew7UowTZ1DANeeP0HiSIChl/4DGgmnSC1ntitNtkyNSXjMTsZvXuaxJrxjImEnRWNPsPw==", "integrity": "sha512-uyqFvx78Tuy0h5iLCPWRCvi5HhWwEqhIj30doitp191oYLqlCxUyAJHdWVm5+Nr271/vPnkyt6rWeEIjGowBTg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/jest-diff": "*" "@types/jest-diff": "*"
@ -2178,9 +2178,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "12.11.7", "version": "12.12.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.11.7.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.2.tgz",
"integrity": "sha512-JNbGaHFCLwgHn/iCckiGSOZ1XYHsKFwREtzPwSGCVld1SGhOlmZw2D4ZI94HQCrBHbADzW9m4LER/8olJTRGHA==", "integrity": "sha512-Dt624lmxSFhjor3/QoBAJyqKbPgPnJETqG+eUSxOYwwq5HeHh9hel1c4YAcFmCsClMESmMqcTBbfkjWK+ytCsg==",
"dev": true "dev": true
}, },
"@types/rimraf": { "@types/rimraf": {
@ -2221,9 +2221,9 @@
} }
}, },
"@types/webpack": { "@types/webpack": {
"version": "4.39.5", "version": "4.39.6",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.39.5.tgz", "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.39.6.tgz",
"integrity": "sha512-9twG6D97ao13MBLvigwfBJe6rxtb04UY3TcYHBYkW5sXZjUrNhqIRxLYg74VzK/YAE8xlVhOyd+3Whr7E5RrBA==", "integrity": "sha512-7FS/gEGyKki5+pcN1TnGGLhpUTyMTYhCfe3iCM7bQ2JIOV0FztzindOC5o7vYBtdnGUjZvavei+ZyoG17527Lg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/anymatch": "*", "@types/anymatch": "*",

View File

@ -29,11 +29,11 @@
"@angular/core": "^8.2.12", "@angular/core": "^8.2.12",
"@types/cordova": "0.0.34", "@types/cordova": "0.0.34",
"@types/fs-extra": "^8.0.1", "@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.20", "@types/jest": "^24.0.21",
"@types/lodash": "^4.14.144", "@types/lodash": "^4.14.144",
"@types/node": "^12.11.7", "@types/node": "^12.12.2",
"@types/rimraf": "^2.0.3", "@types/rimraf": "^2.0.3",
"@types/webpack": "^4.39.5", "@types/webpack": "^4.39.6",
"ajv": "^6.10.2", "ajv": "^6.10.2",
"async-promise-queue": "^1.0.5", "async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.25", "conventional-changelog-cli": "^2.0.25",