Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and dcyou committed May 1, 2020
1 parent 76cb9cd commit 2bd6ad7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -13,12 +13,15 @@
"build": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate": "DEPLOY_ENV=GH_PAGES nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"element-ui": "^2.4.11",
"nuxt": "^2.10.0",
"vue-github-buttons": "^3.1.0"
"vue-github-buttons": "^3.1.0",
"snyk": "^1.316.1"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
Expand Down Expand Up @@ -51,5 +54,6 @@
"pre-push": "npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
},
"snyk": true
}

0 comments on commit 2bd6ad7

Please sign in to comment.