Merge pull request #5 from fathah/main#573
Conversation
Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.1` | `7.3.2` | | [@xmldom/xmldom](https://github.com/xmldom/xmldom) | `0.8.12` | `0.8.13` | | [ip-address](https://github.com/beaugunderson/ip-address) | `10.1.0` | `10.2.0` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [postcss](https://github.com/postcss/postcss) | `8.5.8` | `8.5.15` | | [tmp](https://github.com/raszi/node-tmp) | `0.2.5` | `0.2.7` | Updates `vite` from 7.3.1 to 7.3.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite) Updates `@xmldom/xmldom` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.8.12...0.8.13) Updates `ip-address` from 10.1.0 to 10.2.0 - [Commits](beaugunderson/ip-address@v10.1.0...v10.2.0) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) Updates `postcss` from 8.5.8 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.15) Updates `tmp` from 0.2.5 to 0.2.7 - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.2.5...v0.2.7) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@xmldom/xmldom" dependency-version: 0.8.13 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip-address dependency-version: 10.2.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: postcss dependency-version: 8.5.15 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tmp dependency-version: 0.2.7 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Fix host-derived API key handling for custom providers
…pm_and_yarn-5f313d0922 Bump the npm_and_yarn group across 1 directory with 6 updates
Added a security policy document outlining supported versions and vulnerability reporting.
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — all changes are dependency version bumps with no production logic modifications. The only application-facing change is a Vite dev-dependency bump; all other changes are transitive lock-file updates and a new SECURITY.md. None of these touch runtime code paths. SECURITY.md — contains uncustomized template placeholder content that should be updated before it misleads security researchers. Important Files Changed
|
|
Thanks for the PR. I don’t think we can merge this as-is. The PR title/body say this fixes host-derived API key handling for custom providers, but the diff does not touch that area. It only updates dependency lockfile entries and adds a Also, the new Could you please reopen this as a clean topic branch rebased on current
|
|
I rechecked this against current The good news is that the actual merge result is small and does not touch the recent runtime/SSH/dashboard code. It only adds I still don’t think we should merge it as-is, though. The Could you please split/clean this up?
The dependency bump itself looks mechanically fine; the blocker is the mixed scope plus the placeholder security policy. |
Fix host-derived API key handling for custom providers