fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-24 17:17:36 +02:00
parent 333ddb4d9c
commit 22472e0adf
2 changed files with 12 additions and 3 deletions

13
.snyk
View File

@ -1,4 +1,13 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
version: v1.13.5
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-JSYAML-173999:
- '@pushrocks/smartexpress > @pushrocks/smartfile > js-yaml':
reason: None given
expires: '2019-05-24T15:16:11.291Z'
SNYK-JS-JSYAML-174129:
- '@pushrocks/smartexpress > @pushrocks/smartfile > js-yaml':
reason: None given
expires: '2019-05-24T15:16:11.291Z'
patch: {}

View File

@ -40,4 +40,4 @@
"@types/node": "^11.13.7"
},
"private": false
}
}