Skip to content

Commit

Permalink
Updates to node v16.20.2 to resolve a high priority vulnerability (#2571
Browse files Browse the repository at this point in the history
)

Co-authored-by: Justin Wilaby <jwilaby@jwilaby-ltmzwtk.internal.salesforce.com>
  • Loading branch information
justinwilaby and Justin Wilaby authored Dec 7, 2023
1 parent c2e53f3 commit 7ba13da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"typescript": "4.8.4"
},
"engines": {
"node": ">=14"
"node": "~16.20.0"

This comment has been minimized.

Copy link
@rnestler

rnestler Feb 13, 2024

Why was the requirement changed to be force use of nodejs 16? Shouldn't it work with 18 and 20 as well?

},
"files": [
"/autocomplete-scripts",
Expand Down Expand Up @@ -292,7 +292,7 @@
},
"update": {
"node": {
"version": "16.19.0"
"version": "16.20.2"
},
"s3": {
"xz": true,
Expand Down

0 comments on commit 7ba13da

Please sign in to comment.