-
Notifications
You must be signed in to change notification settings - Fork 6.3k
chore(deps): upgrade ansi-regex to 5.0.1 and tmpl to 1.0.5 #4251
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@jsjoeio
jsjoeio
added
chore
Related to maintenance or clean up
dependencies
Pull requests that update a dependency file
security
Security related
labels
Sep 27, 2021
jawnsy
jawnsy
approved these changes
Sep 27, 2021
9 tasks
@jsjoeio
jsjoeio
changed the title
(削除) chore(deps): upgrade ansi-regex to 5.0.1 (削除ここまで)
(追記) chore(deps): upgrade ansi-regex to 5.0.1 and tmpl to 1.0.5 (追記ここまで)
Sep 27, 2021
bryphe-coder
bryphe-coder
approved these changes
Sep 27, 2021
Codecov Report
Merging #4251 (be90b5d) into main (c11d51e) will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## main #4251 +/- ## ======================================= Coverage 65.09% 65.09% ======================================= Files 36 36 Lines 1882 1882 Branches 380 380 ======================================= Hits 1225 1225 Misses 559 559 Partials 98 98
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c11d51e...be90b5d. Read the comment docs.
✨ Coder.com for PR #4251 deployed! It will be updated on every commit.
- Host: https://codercom-p5wbsc6dt-codercom.vercel.app/docs/code-server
- Last deploy status: success
- Commit: be90b5d
- Workflow status: https://github.com/cdr/code-server/actions/runs/1279682609
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR addresses CVE-2021-3807 Package: ansi-regex mentioned here.
It also fixes tmpl (dependency used under
/test
) mentioned here.Fixes N/A