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

[Snyk] Fix for 1 vulnerable dependencies #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
version: v1.13.3
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:chownr:20180731':
- bcrypt > node-pre-gyp > tar > chownr:
expires: '2018-10-14T14:59:55.757Z'
'@google-cloud/datastore > google-gax > grpc > node-pre-gyp > tar > chownr':
reason: ''
expires: '2018-11-22T18:34:44.794Z'
- '@google-cloud/datastore > google-gax > grpc > node-pre-gyp > tar > chownr':
expires: '2018-10-14T14:59:55.757Z'
bcrypt > node-pre-gyp > tar > chownr:
- '@google-cloud/datastore > google-gax > grpc > node-pre-gyp > tar > chownr':
reason: ''
expires: '2018-11-22T18:34:44.794Z'
- bcrypt > node-pre-gyp > tar > chownr:
reason: ''
expires: '2018-11-22T18:34:44.794Z'
patch: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-AXIOS-174505:
- '@google-cloud/datastore > google-auth-library > axios':
patched: '2019-05-06T05:17:41.480Z'
- '@google-cloud/datastore > google-auth-library > gcp-metadata > axios':
patched: '2019-05-06T05:17:41.480Z'
- '@google-cloud/datastore > google-gax > google-auth-library > axios':
patched: '2019-05-06T05:17:41.480Z'
- '@google-cloud/datastore > google-gax > google-auth-library > gcp-metadata > axios':
patched: '2019-05-06T05:17:41.480Z'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jsonwebtoken": "^8.1.0",
"route-parser": "0.0.5",
"slugify": "^1.2.6",
"snyk": "^1.69.10"
"snyk": "^1.161.1"
},
"snyk": true
}