[Snyk] Fix for 2 vulnerabilities #287
Annotations
4 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, stefanzweifel/git-auto-commit-action@v4. 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 format:
src/app/payment/page.js#L105
React Hook useCallback has missing dependencies: 'JOB_POSTING_API_URL' and 'paymentStatus'. Either include them or remove the dependency array
|
Run npm run format:
src/app/payment/page.js#L109
React Hook useEffect has a missing dependency: 'fetchUser'. Either include it or remove the dependency array
|
Run npm run format:
src/app/payment/page.js#L115
React Hook useEffect has a missing dependency: 'fetchJobPostings'. Either include it or remove the dependency array
|
Loading