Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 085948a

Browse files
snyk-botcoderbyheart
authored andcommitted
fix: package.json, package-lock.json & .snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent 4d8fac5 commit 085948a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"scripts": {
66
"build": "npx webpack --config-name production",
77
"start": "webpack-dev-server --config-name development --open",
8-
"lint": "eslint --ext .js,.ts,.tsx src/**"
8+
"lint": "eslint --ext .js,.ts,.tsx src/**",
9+
"snyk-protect": "snyk protect",
10+
"prepare": "npm run snyk-protect"
911
},
1012
"keywords": [
1113
"Distribute Aid",
@@ -73,7 +75,8 @@
7375
"react-feather": "^2.0.8",
7476
"showdown": "^1.9.1",
7577
"styled-components": "^5.1.0",
76-
"uuid": "^7.0.3"
78+
"uuid": "^7.0.3",
79+
"snyk": "^1.316.1"
7780
},
7881
"release": {
7982
"branches": [
@@ -111,5 +114,6 @@
111114
"engines": {
112115
"node": ">=12.0.0",
113116
"npm": ">=6.0.0"
114-
}
117+
},
118+
"snyk": true
115119
}

0 commit comments

Comments
 (0)