-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/issue 441 high severity vulnerabilities was found #443
Bug/issue 441 high severity vulnerabilities was found #443
Conversation
* Upgrade version of Node.js 12 to 16 * Update deploy-development.yml
db8df23
into
feat/issue-438-modify-getting-recommended-similar-perfumes
* [Feat] Modify codes of getting recommended similar perfumes * [Fix] Call different functions depending on the value of perfumeIdxlist * [Fix] Migrating from Promise chains to Async/Await * Add a constant variable of default opcode value * Add comments * Remove unnecessary console outputs * [Feat] Create DAO test code of Updating/Reading recommended similar perfumes * [Feat] Create Service test code of Updating/Reading recommended similar perfumes * [Feat] Create Controller test code of Updating/Reading recommended similar perfumes * [Feat] Create Integral test code of Updating/Reading recommended similar perfumes * [Fix] Add env variables into workflows * Bug/issue 441 high severity vulnerabilities was found (#443) * [Fix] Update package files * Remove unnecessary whitespaces * [Fix] Replace comments with jsDoc
@@ -73,7 +73,7 @@ | |||
"@types/swagger-jsdoc": "^6.0.1", | |||
"@typescript-eslint/eslint-plugin": "^5.16.0", | |||
"@typescript-eslint/parser": "^5.16.0", | |||
"babel-plugin-module-resolver": "^4.1.0", | |||
"babel-plugin-module-resolver": "^2.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChoHadam
여기서 다운 그레이드 되면서 npm build가 안되는거였네요..! ㅋㅋ 다운그레이드의 비밀 발견
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그러네요ㅠㅋㅋㅋㅋ npm audit fix 잘 알아보고 돌렸어야했는데..
@@ -36,7 +36,7 @@ | |||
"express": "^4.17.3", | |||
"ioredis": "^5.2.4", | |||
"js-yaml": "^4.1.0", | |||
"jsonwebtoken": "^8.5.1", | |||
"jsonwebtoken": "^9.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이때 분명히 9.0.0으로 올렸는데...다시 8.5.1 되어 있네요..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오잉 그러네 또 언제 내려간거지?
Why:
Closes #441
What's being changed:
Update package files with
npm audit fix --force