fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-13 01:40:21 +01:00
parent f615454b2d
commit 73e5b5610c
2 changed files with 17 additions and 2 deletions

15
.snyk Normal file
View File

@ -0,0 +1,15 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:chownr:20180731':
- chokidar > fsevents > node-pre-gyp > tar > chownr:
reason: None given
expires: '2018-12-13T00:39:40.332Z'
- fswatcher-child > chokidar > fsevents > node-pre-gyp > tar > chownr:
reason: None given
expires: '2018-12-13T00:39:40.332Z'
- parcel-bundler > fswatcher-child > chokidar > fsevents > node-pre-gyp > tar > chownr:
reason: None given
expires: '2018-12-13T00:39:40.332Z'
patch: {}

View File

@ -18,11 +18,11 @@
"@pushrocks/smartlog": "^2.0.9",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.5",
"parcel-bundler": "^1.10.3",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartlog-interfaces": "^2.0.3",
"parcel-bundler": "^1.10.3"
"@pushrocks/smartlog-interfaces": "^2.0.3"
}
}