Skip to content

Commit

Permalink
feat: node.js wednesday april 3 2024 security releases (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 7, 2024
1 parent 6e877ef commit e339540
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
yarn.lock
coverage
package-lock.json
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@
"version": "16.20.2",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2023-security-releases"
},
">= 18.0.0 < 18.19.1": {
"version": "18.19.1",
"reason": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/"
">= 18.0.0 < 18.20.1": {
"version": "18.20.1",
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
},
">= 20.0.0 < 20.11.1": {
"version": "20.11.1",
"reason": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/"
">= 20.0.0 < 20.12.1": {
"version": "20.12.1",
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
},
">= 21.0.0 < 21.6.2": {
"version": "21.6.2",
"reason": "https://nodejs.org/en/blog/vulnerability/february-2024-security-releases/"
">= 21.0.0 < 21.7.2": {
"version": "21.7.2",
"reason": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases/"
}
},
"unsafe-alinode-versions": {
Expand Down

0 comments on commit e339540

Please sign in to comment.