[Snyk] Security upgrade nginx from 1.24 to 1.26.1 #108
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm run ci:check:
src/components/EditCourseModal.jsx#L97
React Hook useEffect has missing dependencies: 'targetAudienceValues' and 'themeValues'. Either include them or remove the dependency array
|
Run npm run ci:check:
src/components/EmailTemplateBodyInput.jsx#L92
React Hook useEffect has missing dependencies: 'templateId' and 'templateIdProp'. Either include them or remove the dependency array. If 'setTemplateId' needs the current value of 'templateIdProp', you can also switch to useReducer instead of useState and read 'templateIdProp' in the reducer
|
Run npm run ci:check:
src/components/EvaluationModal.jsx#L4
'/home/runner/work/cep-admin-ui/cep-admin-ui/src/components/index.js' imported multiple times
|
Run npm run ci:check:
src/components/EvaluationModal.jsx#L6
'/home/runner/work/cep-admin-ui/cep-admin-ui/src/components/index.js' imported multiple times
|
Run npm run ci:check:
src/components/EvaluationModal.jsx#L45
React Hook useEffect has a missing dependency: 'data'. Either include it or remove the dependency array
|
Run npm run ci:check:
src/components/EvaluationModal.jsx#L64
React Hook useEffect has a missing dependency: 'fetchUsers'. Either include it or remove the dependency array
|
Run npm run ci:check:
src/components/Grid.jsx#L90
React Hook useEffect has a missing dependency: 'defaultFilterModel'. Either include it or remove the dependency array
|
Run npm run ci:check:
src/components/InvoiceModal.jsx#L29
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
Run npm run ci:check:
src/components/ManualInvoiceModal.jsx#L15
'getInvoiceNumber' is assigned a value but never used
|
Run npm run ci:check:
src/components/ManualInvoiceModal.jsx#L66
'courseYearWatched' is assigned a value but never used
|
Loading