We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aec43f commit 09589e9Copy full SHA for 09589e9
2 files changed
.circleci/config.yml
@@ -71,6 +71,7 @@ jobs:
71
- install_deps
72
- prodsec/security_scans:
73
mode: auto
74
+ open-source-additional-arguments: --exclude=test,dist
75
lint:
76
<<: *defaults
77
docker:
package.json
@@ -41,8 +41,8 @@
41
"lodash.groupby": "^4.6.0",
42
"lodash.isempty": "^4.4.0",
43
"lodash.sortby": "^4.7.0",
44
- "micromatch": "4.0.2",
45
- "snyk-nodejs-lockfile-parser": "^1.56.0",
+ "micromatch": "4.0.7",
+ "snyk-nodejs-lockfile-parser": "^1.56.1",
46
"snyk-resolve-deps": "4.8.0"
47
},
48
"devDependencies": {
0 commit comments