[Snyk] Security upgrade nginx from 1.24 to 1.27 #559
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated 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/
|
build:
src/components/EditCourseModal.jsx#L97
React Hook useEffect has missing dependencies: 'targetAudienceValues' and 'themeValues'. Either include them or remove the dependency array
|
build:
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
|
build:
src/components/EvaluationModal.jsx#L4
'/home/runner/work/cep-admin-ui/cep-admin-ui/src/components/index.js' imported multiple times
|
build:
src/components/EvaluationModal.jsx#L6
'/home/runner/work/cep-admin-ui/cep-admin-ui/src/components/index.js' imported multiple times
|
build:
src/components/EvaluationModal.jsx#L45
React Hook useEffect has a missing dependency: 'data'. Either include it or remove the dependency array
|
build:
src/components/EvaluationModal.jsx#L64
React Hook useEffect has a missing dependency: 'fetchUsers'. Either include it or remove the dependency array
|
build:
src/components/Grid.jsx#L90
React Hook useEffect has a missing dependency: 'defaultFilterModel'. Either include it or remove the dependency array
|
build:
src/components/InvoiceModal.jsx#L29
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
build:
src/components/ManualInvoiceModal.jsx#L15
'getInvoiceNumber' is assigned a value but never used
|
build:
src/components/ManualInvoiceModal.jsx#L66
'courseYearWatched' is assigned a value but never used
|