Skip to content
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
8 changes: 8 additions & 0 deletions iot/manager/.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:
- '@google-cloud/pubsub > google-gax > @grpc/proto-loader > lodash':
patched: '2020-05-01T04:22:52.264Z'
10 changes: 7 additions & 3 deletions iot/manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
"node": ">=8.0.0"
},
"scripts": {
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js"
"test": "repo-tools test run --cmd ava -- -T 3m --verbose system-test/*.test.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@google-cloud/pubsub": "0.22.2",
"googleapis": "^36.0.0",
"yargs": "12.0.5"
"yargs": "12.0.5",
"snyk": "^1.316.1"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
Expand All @@ -35,5 +38,6 @@
]
}
}
}
},
"snyk": true
}