Skip to content

Commit

Permalink
Merge pull request #12 from francisbrito/snyk-fix-94dceb606e092bdd005…
Browse files Browse the repository at this point in the history
…de3a9ad53c27c

[Snyk] Fix for 1 vulnerabilities
  • Loading branch information
francisbrito committed Jun 29, 2020
2 parents a8fd897 + a3dd4c9 commit 823f521
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:
- node-jose > lodash:
patched: '2020-05-01T04:08:13.012Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@
"http-errors": "^1.7.3",
"jsonwebtoken": "^8.5.1",
"mem": "^5.1.1",
"node-jose": "^1.1.3"
"node-jose": "^1.1.3",
"snyk": "^1.316.1"
},
"scripts": {
"test": "jest",
"test:ci": "jest --coverage",
"posttest:ci": "cat coverage/lcov.info | coveralls",
"build": "tsc",
"prebuild": "rimraf dist/",
"prepublishOnly": "yarn build"
"prepublishOnly": "yarn build",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"husky": {
"hooks": {
Expand All @@ -63,5 +66,6 @@
"aws",
"cognito",
"jwt"
]
],
"snyk": true
}

0 comments on commit 823f521

Please sign in to comment.