@itentialopensource/adapter-kafkav2 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ printf "%b" "Running pre-commit hooks...\\n"
18
18
  # node utils/testRunner.js -r
19
19
 
20
20
  # security audit on the code
21
- npm audit --registry=https://registry.npmjs.org --audit-level=moderate
21
+ npm audit --registry=https://registry.npmjs.org --audit-level=high
22
22
 
23
23
  # lint the code
24
24
  npm run lint