From c252e7f1489782c4b14838c67741b693742ae39b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 01:43:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ERROREX-12554213 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 20676a0..8ac51db 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "npm": "3.10.3" }, "dependencies": { - "axios": "^0.12.0", + "axios": "^1.12.0", "babel-eslint": "^6.1.0", "babel-loader": "^6.2.4", "babel-plugin-transform-object-rest-spread": "^6.8.0", @@ -44,11 +44,11 @@ "gulp-minify-css": "^0.4.6", "gulp-mocha": "^2.0.0", "gulp-newer": "^1.2.0", - "gulp-ng-annotate": "^0.5.2", + "gulp-ng-annotate": "^1.1.0", "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",