Skip to content

Update april-2024-security-releases.md: Fix pluralization ("1 ... issues" -> "1 ... issue") #6588

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
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pages/en/blog/vulnerability/april-2024-security-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ author: The Node.js Project
The Node.js project will release new versions of the 18.x, 20.x, 21.x
releases lines on or shortly after, Wednesday, April 3, 2024 in order to address:

- 1 medium severity issues.
- 1 high severity issues.
- 1 medium severity issue.
- 1 high severity issue.

## Impact

The 18.x release line of Node.js is vulnerable to 1 medium severity issues, 1 high severity issues.
The 20.x release line of Node.js is vulnerable to 1 medium severity issues, 1 high severity issues.
The 21.x release line of Node.js is vulnerable to 1 medium severity issues, 1 high severity issues.
The 18.x release line of Node.js is vulnerable to 1 medium severity issue, 1 high severity issue.
The 20.x release line of Node.js is vulnerable to 1 medium severity issue, 1 high severity issue.
The 21.x release line of Node.js is vulnerable to 1 medium severity issue, 1 high severity issue.

## Release timing

Expand Down