Skip to content

Commit

Permalink
force-resolutions
Browse files Browse the repository at this point in the history
deps of zombie (dev, testing)

- "lodash": "^4.17.20"
- "ajv": "^6.12.4"
  • Loading branch information
mashpie committed Aug 19, 2020
1 parent b5fa5f6 commit 4a89660
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 22 deletions.
4 changes: 4 additions & 0 deletions .snyk
@@ -0,0 +1,4 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
patch: {}
129 changes: 107 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -51,10 +51,15 @@
"sinon": "^9.0.2",
"tap": "^14.10.8"
},
"resolutions": {
"lodash": "^4.17.20",
"ajv": "^6.12.4"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"lint": "eslint '**/*.js'",
"test": "npm run lint && mocha --exit",
"test-ci": "npm run lint && istanbul cover mocha -- --exit"
Expand Down

0 comments on commit 4a89660

Please sign in to comment.