From 0159b8456bc88ad0fe172121505082c1f2944c6b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 14:18:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ec0b6b4..585fedb 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,16 @@ "author": "crogers923", "license": "Apache-2.0", "dependencies": { - "axios": "^0.30.0", + "axios": "^1.13.5", "babel-core": "^6.26.3", - "babel-loader": "^8.3.0", + "babel-loader": "^10.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "bootstrap-sass": "^3.3.7", "css-loader": "^0.28.1", "extract-text-webpack-plugin": "^2.1.0", "flux": "^3.1.2", - "node-sass": "^7.0.0", + "node-sass": "^9.0.0", "prop-types": "^15.5.8", "react": "^15.5.4", "react-dom": "^15.5.4", @@ -36,7 +36,7 @@ "react-tabs": "^1.0.0", "sass-loader": "^6.0.3", "style-loader": "^0.17.0", - "webpack": "^2.5.1" + "webpack": "^5.0.0" }, "devDependencies": { "uglifyjs-webpack-plugin": "^2.2.0"