File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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/" ,
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"
4447 " last 1 firefox version" ,
4548 " last 1 safari version"
4649 ]
47- }
50+ },
51+ "snyk" : true
4852}
You can’t perform that action at this time.
0 commit comments