fix(core): update

This commit is contained in:
Philipp Kunz 2019-07-04 17:07:23 +02:00
parent 2a3ad3ad80
commit 62b3813a85
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@ -204,13 +204,13 @@
}
},
"@pushrocks/smartjson": {
"version": "3.0.3",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-3.0.3.tgz",
"integrity": "sha512-rpbg9TpOySJVENZ9vmR5RleNMbZroFUg2dn9vy4QdsNYPN3PZsRT8ARgbrxGo7AzdtWyTUGDYE44PKC+bgs+9g==",
"version": "3.0.5",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartjson/-/smartjson-3.0.5.tgz",
"integrity": "sha512-k5UvB2Q0Dm61vexxBs69E8F0vceSuuI5KcHTLofgZ30Csws9mawFhHCsGfvUl9XlCErcKnkfTFId8iEqWTQiKA==",
"requires": {
"@types/fast-json-stable-stringify": "^2.0.0",
"fast-json-stable-stringify": "^2.0.0",
"lodash": "^4.17.11"
"lodash.clonedeep": "^4.5.0"
}
},
"@pushrocks/smartlog": {
@ -1035,10 +1035,10 @@
"path-exists": "^3.0.0"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://verdaccio.lossless.one/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg=="
"lodash.clonedeep": {
"version": "4.5.0",
"resolved": "https://verdaccio.lossless.one/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
"integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
},
"log-symbols": {
"version": "2.2.0",

View File

@ -38,7 +38,7 @@
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartjson": "^3.0.3",
"@pushrocks/smartjson": "^3.0.5",
"@pushrocks/smartpromise": "^3.0.2",
"@types/through2": "^2.0.34",
"through2": "^3.0.1"