Update axios dependency (fixes GHSA-3p68-rc4w-qgx5)#58
Open
hlovdal wants to merge 1 commit intonode-red:masterfrom
Open
Update axios dependency (fixes GHSA-3p68-rc4w-qgx5)#58hlovdal wants to merge 1 commit intonode-red:masterfrom
hlovdal wants to merge 1 commit intonode-red:masterfrom
Conversation
$ npm audit axios <1.15.0 Severity: critical Axios has a NO_PROXY Hostname Normalization Bypass Leads to SSRF - GHSA-3p68-rc4w-qgx5 fix available via `npm audit fix --force` Will install axios@1.15.0, which is outside the stated dependency range node_modules/axios
hlovdal
added a commit
to hlovdal/hlovdal-node-red-lowercase-in-typescript
that referenced
this pull request
Apr 9, 2026
No upstream issue yet for wait-on, last update at https://github.com/jeffbski/wait-on/pull/192/changes. Upstream node-red-admin issue, node-red/node-red-admin#58.
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
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.
The only kind of potential breaking issue mentioned in the release note was deprecation of
url.parsewhich I did not find any usage of here.All tests still pass after updating.