Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Github Pages
- react18
- gh-pages
- naver api
- aws-sdk
- node.js
- bucket
- touch event
- .eslintrc
- package.json
- AWS
- 배포
- hooks
- qoddi
- CSS
- dependabot
- npm-check-updates
- createRoot
- fly.io
- Next.js
- multer-s3
- 반응형
- s3
- dependencies
- GitHub
- php
- Web Storage
- react
- heroku
- 클린코드
Archives
- Today
- Total
목록dependabot (1)
Ann's log
[React] security vulnerabilities 보완하기 + GitHub Dependabot alerts 제거하기
이전에 만들어둔 React 프로젝트에 잠재적인 보안 취약점이 있다고 계속 GitHub에서 이메일이 오길래 해결 방법을 찾아 보게 되었다. 그리고 GitHub 저장소에 들어가서 볼때마다 이렇게 계속 메세지가 떠있어서 너무 신경이 쓰였다... 이 글에서 정리하는 내용: 1. Create React App으로 생성한 React 프로젝트의 vulnerabilities 보완하기 2. GitHub Dependabot alerts 제거하기 Create React App으로 생성한 React 프로젝트의 vulnerabilities 보완하기 일반적으로 vulnerabilities를 제거하기 위해서는 terminal에서 npm audit 명령어를 입력해서 확인하고, npm audit fix (--force) 명령어를 통해..
React
2022. 4. 13. 13:14