chore(package): bump deps

This commit is contained in:
Daniel Sogl 2020-02-09 12:31:46 +01:00
parent fd3a8de693
commit d4465681cf
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -905,9 +905,9 @@
} }
}, },
"@types/webpack": { "@types/webpack": {
"version": "4.41.5", "version": "4.41.6",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.5.tgz", "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.6.tgz",
"integrity": "sha512-693JfV/83UZxpQY8vutDSwkDjNujy2327UrFqQciJWXh761B/aUIZIM5N05IRIZ17WwsG8VfUSE3edwXvkehiQ==", "integrity": "sha512-iWRpV5Ej+8uKrgxp6jXz3v7ZTjgtuMXY+rsxQjFNU0hYCnHkpA7vtiNffgxjuxX4feFHBbz0IF76OzX2OqDYPw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/anymatch": "*", "@types/anymatch": "*",
@ -11656,9 +11656,9 @@
"dev": true "dev": true
}, },
"rimraf": { "rimraf": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"dev": true, "dev": true,
"requires": { "requires": {
"glob": "^7.1.3" "glob": "^7.1.3"

View File

@ -32,7 +32,7 @@
"@types/lodash": "^4.14.149", "@types/lodash": "^4.14.149",
"@types/node": "^12.12.26", "@types/node": "^12.12.26",
"@types/rimraf": "^2.0.3", "@types/rimraf": "^2.0.3",
"@types/webpack": "^4.41.5", "@types/webpack": "^4.41.6",
"ajv": "^6.11.0", "ajv": "^6.11.0",
"async-promise-queue": "^1.0.5", "async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.31", "conventional-changelog-cli": "^2.0.31",
@ -48,7 +48,7 @@
"lodash": "^4.17.15", "lodash": "^4.17.15",
"minimist": "1.2.0", "minimist": "1.2.0",
"natives": "^1.1.6", "natives": "^1.1.6",
"rimraf": "^3.0.1", "rimraf": "^3.0.2",
"rxjs": "^6.5.4", "rxjs": "^6.5.4",
"ts-jest": "^25.2.0", "ts-jest": "^25.2.0",
"ts-node": "^8.6.2", "ts-node": "^8.6.2",