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
34 changes: 34 additions & 0 deletions tools/npm/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 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:
- '@bazel/karma > karma > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma > combine-lists > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > sauce-connect-launcher > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma > log4js > hipchat-notifier > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > sauce-connect-launcher > async > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > archiver > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > async > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma > log4js > mailgun-js > async > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > archiver > async > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma > log4js > slack-node > requestretry > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > archiver > archiver-utils > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > archiver > zip-stream > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > archiver > zip-stream > archiver-utils > lodash':
patched: '2020-05-01T01:23:51.258Z'
- '@bazel/karma > karma-sauce-launcher > wd > lodash':
patched: '2020-05-01T01:23:51.258Z'
10 changes: 7 additions & 3 deletions tools/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
"@angular/compiler-cli": "6.1.9",
"@bazel/karma": "0.21.0",
"@bazel/typescript": "0.21.0",
"typescript": "~3.1.1"
"typescript": "~3.1.1",
"snyk": "^1.316.1"
},
"scripts": {
"//": "TODO(gregmagolan): figure out how to keep @bazel/karma & @bazel/typescript dependencies here up to date with the root package.json; NOTE: versions of @angular/x don't matter here as they are only require to create the @npm//@angular/bazel target name"
}
"//": "TODO(gregmagolan): figure out how to keep @bazel/karma & @bazel/typescript dependencies here up to date with the root package.json; NOTE: versions of @angular/x don't matter here as they are only require to create the @npm//@angular/bazel target name",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect"
},
"snyk": true
}