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 .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.22.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- request-promise > request-promise-core > lodash:
patched: '2022-03-30T16:04:22.771Z'
5 changes: 5 additions & 0 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"test": "istanbul cover _mocha",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"engines": {
"node": ">=6"
Expand All @@ -32,7 +34,8 @@
"homepage": "https://github.com/lgaticaq/m2m-status#readme",
"dependencies": {
"request": "2.88.2",
"request-promise": "4.2.6"
"request-promise": "4.2.6",
"@snyk/protect": "latest"
},
"devDependencies": {
"chai": "4.3.4",
Expand Down Expand Up @@ -69,5 +72,6 @@
"extends": [
":library"
]
}
},
"snyk": true
}