chore(deps): bump axios from 1.15.0 to 1.16.0 in /frontend#11
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump axios from 1.15.0 to 1.16.0 in /frontend#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Harsh-2002
added a commit
that referenced
this pull request
Jun 4, 2026
…tend deps Triaged all CodeQL + Dependabot alerts against the code; fixes the genuine ones, hardens one, and upgrades vulnerable deps. (Verified false-positives — backup extractor, kv alloc clamp, API-key SHA256, OAuth redirect_uri validation, logout deletion cookie — are left as-is and will be dismissed with reasons.) - path-injection (functions.go rollback, builder/activate.go): code_hash from the request body flowed into a versions/<hash> filesystem path. Validate it is a 64-char lowercase-hex sha256 (its only legitimate shape) before use; defensive re-check in ActivateVersion. + builder/activate_test.go. - zipslip (builder.go extractTarGz): add the joined-path-under-destDir guard the backup extractor already uses (defense-in-depth; deploy tarballs). - biased-random (Onboarding.vue): replace `crypto % n` in the password generator + Fisher-Yates shuffle with unbiased rejection sampling. - CI: add least-privilege `permissions: contents: read` to cli-e2e/e2e/install-e2e workflows (clears 10 actions/missing-workflow-permissions). - deps: bump axios 1.15→1.17 + npm audit fix (follow-redirects, postcss); `npm audit` now reports 0 vulnerabilities. Supersedes Dependabot PR #11. go build/vet/test green; npm audit 0; ui rebuilt + re-embedded.
Owner
|
Superseded by #12, which bumps axios to 1.17.0 (ahead of this PR's 1.16.0) and runs npm audit fix — |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps axios from 1.15.0 to 1.16.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.