From 95594ae42e0ff6da333924fd3c3e2193cc33ef13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2017 00:32:07 +0000 Subject: [PATCH] fix: package.json & .snyk to reduce vulnerabilities The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:marked:20170907 Latest report for ahmed-dinar/codeforces-cli: https://snyk.io/test/github/ahmed-dinar/codeforces-cli --- .snyk | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index de54052..a605759 100644 --- a/.snyk +++ b/.snyk @@ -1,8 +1,11 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.7.0 +version: v1.8.0 ignore: {} # patches apply the minimum changes required to fix a vulnerability patch: 'npm:marked:20170112': - blessed-contrib > marked: patched: '2017-02-10T14:48:34.665Z' + 'npm:marked:20170907': + - blessed-contrib > marked: + patched: '2017-10-27T00:32:07.180Z' diff --git a/package.json b/package.json index ac85186..0220d13 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "qs": "^6.2.1", "request": "^2.75.0", "striptags": "^2.1.1", - "snyk": "^1.25.0" + "snyk": "^1.46.0" }, "snyk": true }