Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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:
- oc-template-react-compiler > lodash:
patched: '2022-03-26T16:05:07.182Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"updated": "lerna updated",
"test": "jest",
"publish": "lerna publish --exact",
"precommit": "lint-staged"
"precommit": "lint-staged",
"prepublish": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"lint-staged": {
"*.js": [
Expand All @@ -43,6 +45,8 @@
},
"dependencies": {
"normalize.css": "8.0.1",
"oc-template-react-compiler": "^5.1.10"
}
"oc-template-react-compiler": "^5.1.10",
"@snyk/protect": "latest"
},
"snyk": true
}