Skip to content

Commit 5fcccf7

Browse files
snyk-botryanhefner
authored andcommitted
fix: site/.snyk & site/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent 055d7c7 commit 5fcccf7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

site/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"react-scroll-trigger": "^0.6.1",
1616
"react-target-scroller": "^0.1.3",
1717
"react-timecode": "^1.1.3",
18-
"tweenkle": "^0.2.2"
18+
"tweenkle": "^0.2.2",
19+
"snyk": "^1.316.1"
1920
},
2021
"scripts": {
2122
"build-css": "node-sass-chokidar src/ -o src/",
@@ -25,7 +26,9 @@
2526
"build-js": "react-scripts build",
2627
"build": "npm-run-all build-css build-js && rm -rf ../docs && mv build ../docs",
2728
"test": "react-scripts test --env=jsdom",
28-
"eject": "react-scripts eject"
29+
"eject": "react-scripts eject",
30+
"snyk-protect": "snyk protect",
31+
"prepare": "yarn run snyk-protect"
2932
},
3033
"devDependencies": {
3134
"node-sass-chokidar": "^1.3.0"
@@ -44,5 +47,6 @@
4447
"last 1 firefox version",
4548
"last 1 safari version"
4649
]
47-
}
50+
},
51+
"snyk": true
4852
}

0 commit comments

Comments
 (0)