From 79169648cfd16c0ad0f050f46a4e7a449685cf1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Nov 2024 03:43:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 198a07c..e44b26f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "homepage": "https://simantas.wordpress.com/", "dependencies": { "babel-runtime": "^6.20.0", - "log4js": "^2.3.3", + "log4js": "^6.0.0", "react": "^15.4.1", "react-dom": "^15.4.1" }, @@ -49,7 +49,7 @@ "eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^6.8.0", - "log4js": "^2.3.3", + "log4js": "^6.0.0", "react-transform-hmr": "^1.0.4", "webpack": "^1.14.0", "webpack-dev-server": "^1.16.2"