-
Notifications
You must be signed in to change notification settings - Fork 82
fix: update dependency versions to ones which support node 14 #6189
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -63,7 +63,7 @@ | |
| "better-ajv-errors": "^1.2.0", | ||
| "common-path-prefix": "^3.0.0", | ||
| "env-paths": "^3.0.0", | ||
| "esbuild": "0.21.2", | ||
| "esbuild": "0.25.2", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👁️ I'm going to just trust you on this change? |
||
| "execa": "^7.0.0", | ||
| "find-up": "^6.3.0", | ||
| "get-package-name": "^2.2.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,7 @@ | |
| "@opentelemetry/core": "~1.24.0", | ||
| "@opentelemetry/resources": "~1.24.0", | ||
| "@opentelemetry/semantic-conventions": "~1.24.0", | ||
| "read-pkg-up": "^9", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. newer versions dropped support for node 14 |
||
| "yargs-parser": "^21.1.1" | ||
| }, | ||
| "devDependencies": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,7 +46,7 @@ | |
| "@netlify/binary-info": "^1.0.0", | ||
| "@netlify/serverless-functions-api": "^1.36.0", | ||
| "@vercel/nft": "0.27.7", | ||
| "archiver": "^7.0.0", | ||
| "archiver": "^5.3.1", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. newer versions dropped support for node 14 |
||
| "common-path-prefix": "^3.0.0", | ||
| "cp-file": "^10.0.0", | ||
| "es-module-lexer": "^1.0.0", | ||
|
|
@@ -92,7 +92,7 @@ | |
| "cpy": "9.0.1", | ||
| "decompress": "4.2.1", | ||
| "deepmerge": "^4.3.1", | ||
| "get-stream": "8.0.1", | ||
| "get-stream": "6.0.1", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. newer versions dropped support for node 14 |
||
| "is-ci": "4.1.0", | ||
| "lambda-local": "2.2.0", | ||
| "source-map-support": "0.5.21", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newer versions dropped support for node 14