File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 11# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2- version: v1.14.1
2+ version: v1.25.0
33ignore: {}
44# patches apply the minimum changes required to fix a vulnerability
55patch:
@@ -50,3 +50,11 @@ patch:
5050 patched: '2020-05-22T04:10:37.498Z'
5151 - react-contentful > contentful > lodash:
5252 patched: '2020-05-22T04:10:37.498Z'
53+ - react-scripts > @typescript-eslint/parser > @typescript-eslint/typescript-estree > lodash:
54+ patched: '2022-10-08T18:48:31.581Z'
55+ - react-scripts > eslint > @eslint/eslintrc > lodash:
56+ patched: '2022-10-08T18:48:31.581Z'
57+ - react-scripts > eslint-plugin-testing-library > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > lodash:
58+ patched: '2022-10-08T18:48:31.581Z'
59+ - react-scripts > jest > @jest/core > jest-config > jest-environment-jsdom > jsdom > request-promise-native > request-promise-core > lodash:
60+ patched: '2022-10-08T18:48:31.581Z'
Original file line number Diff line number Diff line change 1111 "react-redux" : " ^7.2.2" ,
1212 "react-router-dom" : " ^5.2.0" ,
1313 "react-scripts" : " ^4.0.1" ,
14- "redux" : " ^4.0.5"
14+ "redux" : " ^4.0.5" ,
15+ "@snyk/protect" : " latest"
1516 },
1617 "scripts" : {
1718 "start" : " react-scripts start" ,
1819 "build" : " react-scripts build" ,
1920 "build:docs" : " react-scripts build && rm -rf ../docs && mv build ../docs" ,
2021 "test" : " react-scripts test" ,
21- "eject" : " react-scripts eject"
22+ "eject" : " react-scripts eject" ,
23+ "prepare" : " npm run snyk-protect" ,
24+ "snyk-protect" : " snyk-protect"
2225 },
2326 "eslintConfig" : {
2427 "extends" : " react-app"
3134 ],
3235 "localDependencies" : {
3336 "react-contentful" : " .."
34- }
37+ },
38+ "snyk" : true
3539}
You can’t perform that action at this time.
0 commit comments