-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Fix for 3 vulnerabilities #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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,15 +40,15 @@ | |
| "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", | ||
| "gulp-ng-annotate": "^0.5.2", | ||
| "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", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrading To fix this, you need to:
// Change this:
var sass = require('gulp-sass');
// To this:
const sass = require('gulp-sass')(require('sass'));Without these changes, the Gulp tasks that rely on |
||
| "gulp-sourcemaps": "^1.3.0", | ||
| "gulp-uglify": "^1.1.0", | ||
| "history": "^3.0.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The specified version
^1.13.5foraxiosis invalid and does not exist in the npm registry. This will causenpm installto fail. Please correct this to a valid version ofaxiosthat resolves the security vulnerability.