-
Notifications
You must be signed in to change notification settings - Fork 61
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
Update dependencies #145
Update dependencies #145
Conversation
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.4...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@12.2.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…edirects-1.14.7 Bump follow-redirects from 1.14.4 to 1.14.7 in /api
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.5...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…-redirects-1.14.7
Hello, thanks for your interest in CTFNote.
We did the same on dev a few days ago. (#143) I changed your PR to rebase to dev instead of main.
What is the point ? New features usually don't code themselves.
Did you replace it with the recommended alternative, or did you just drop it ? cf. #144 FTR, the vulns in question are: |
I am perfectly fine with dropping the graphql plugin if it removes vulnerabilities. Replacing is also great, but I don't mind. |
Hey,
I have updated all the dependencies of the project with
yarn upgrade
. These changes have been tested on our fork and I could not find any incompatibilities.On our fork I also moved the containers to rolling releases instead of fixed releases (to make keeping the images up to date easier without code changes) as well as removing the eslint graphql plugin, as it has a fixed vulnerable dependency as well as being deprecated by the authors. If you also wan't those commits just lmk and I'll pick the to this branch.
Cheers!
Lemmi