Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

[Snyk] Fix for 1 vulnerable dependencies #1311

Open
wants to merge 1 commit into
base: dev
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
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:lodash:20180130':
- react-components > appirio-tech-client-app-layer > normalizr > lodash:
patched: '2018-07-03T05:04:51.906Z'
- react-components > appirio-tech-client-app-layer > html-webpack-plugin > lodash:
patched: '2018-07-03T05:04:51.906Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"start": "webpack-dev-server --history-api-fallback --host local.topcoder-dev.com --dev --tc --inline --progress --port 3000",
"start-prod": "webpack-dev-server --history-api-fallback --host local.topcoder.com --prod --tc --inline --progress --port 80",
"lint": "eslint .",
"test": "karma start --tc --test"
"test": "karma start --tc --test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"devDependencies": {
"angular-mocks": "1.6.5",
Expand Down Expand Up @@ -75,6 +77,8 @@
"tc-angular-ellipsis": "0.1.6",
"topcoder-app-r": "https://github.com/appirio-tech/topcoder-app-r.git#0.0.1",
"xml2js": "0.4.17",
"zepto": "1.0.1"
}
"zepto": "1.0.1",
"snyk": "^1.88.0"
},
"snyk": true
}