From 0c7180ca163d91c75999efb09ab0afd3088ef987 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 03:38:32 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- docs/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/package.json b/docs/package.json index 13d8543..b81b85d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,10 +5,10 @@ }, "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": "^7.3.0", "eslint-config-airbnb": "^0.1.0", "eslint-plugin-react": "^3.6.3", "prismjs": "^1.3.0", @@ -19,6 +19,6 @@ "react-pure-render": "^1.0.2", "react-svg-morph": "^0.1.2", "webpack": "^1.12.2", - "webpack-dev-server": "^1.12.1" + "webpack-dev-server": "^4.0.0" } }