Skip to content

Commit

Permalink
[Snyk] Fix for 1 vulnerabilities (#7)
Browse files Browse the repository at this point in the history
* fix: package.json & .snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746

* fix: package.json & .snyk to reduce vulnerabilities


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored Feb 14, 2021
1 parent 4cd5a6d commit 6eebeb2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- async > lodash:
patched: '2020-05-01T07:14:51.338Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "A systemic express component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "GuideSmiths",
"license": "ISC",
Expand All @@ -19,7 +21,8 @@
"lodash.merge": "^4.6.0",
"lodash.once": "^4.1.1",
"parse-duration": "^0.1.1",
"server-destroy": "^1.0.1"
"server-destroy": "^1.0.1",
"snyk": "^1.316.1"
},
"devDependencies": {},
"keywords": [
Expand All @@ -33,5 +36,6 @@
"bugs": {
"url": "https://github.com/guidesmiths/systemic-express/issues"
},
"homepage": "https://github.com/guidesmiths/systemic-express#readme"
"homepage": "https://github.com/guidesmiths/systemic-express#readme",
"snyk": true
}

0 comments on commit 6eebeb2

Please sign in to comment.