From 96c69666109c4dd4e2c1ab2d5d480d1ed28678d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 05:13:31 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20676a0..f587023 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "npm": "3.10.3" }, "dependencies": { - "axios": "^0.12.0", + "axios": "^1.13.5", "babel-eslint": "^6.1.0", "babel-loader": "^6.2.4", "babel-plugin-transform-object-rest-spread": "^6.8.0", @@ -40,7 +40,7 @@ "gulp-concat": "^2.5.2", "gulp-eslint": "^0.14.0", "gulp-istanbul": "^0.9.0", - "gulp-livereload": "^3.7.0", + "gulp-livereload": "^4.0.0", "gulp-minify-css": "^0.4.6", "gulp-mocha": "^2.0.0", "gulp-newer": "^1.2.0", @@ -48,7 +48,7 @@ "gulp-notify": "^2.2.0", "gulp-plumber": "^0.6.6", "gulp-rename": "^1.2.0", - "gulp-sass": "^2.0.4", + "gulp-sass": "^5.0.0", "gulp-sourcemaps": "^1.3.0", "gulp-uglify": "^1.1.0", "history": "^3.0.0",