From fe66dc28e965552e22b1f6a1925ea4df2baeccfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Oct 2020 07:32:57 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 --- docs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 13d8543..3e20b56 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,8 +5,8 @@ }, "author": "Goran Gajic ", "dependencies": { - "babel": "^5.8.23", - "babel-eslint": "^4.1.3", + "babel": "^6.0.0", + "babel-eslint": "^5.0.0", "classnames": "^2.2.0", "eslint": "^1.8.0", "eslint-config-airbnb": "^0.1.0",