René's URL Explorer Experiment


Title: Bump on-headers and compression by dependabot[bot] · Pull Request #153 · stacklok/codegate-docs · GitHub

Open Graph Title: Bump on-headers and compression by dependabot[bot] · Pull Request #153 · stacklok/codegate-docs

X Title: Bump on-headers and compression by dependabot[bot] · Pull Request #153 · stacklok/codegate-docs

Description: Bumps on-headers and compression. These dependencies needed to be updated together. Updates on-headers from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important Fix CVE-2025-7339 (GHSA-76c9-3jph-rj3q) What's Changed Migrate CI pipeline to GitHub actions by @​carpasse in jshttp/on-headers#12 fix README.md badges by @​carpasse in jshttp/on-headers#13 add OSSF scorecard action by @​carpasse in jshttp/on-headers#14 fix: use ubuntu-latest as ci runner by @​UlisesGascon in jshttp/on-headers#19 ci: apply OSSF Scorecard security best practices by @​UlisesGascon in jshttp/on-headers#20 👷 add upstream change detection by @​ctcpip in jshttp/on-headers#31 ✨ add script to update known hashes by @​ctcpip in jshttp/on-headers#32 💚 update CI - add newer node versions by @​ctcpip in jshttp/on-headers#33 New Contributors @​carpasse made their first contribution in jshttp/on-headers#12 @​UlisesGascon made their first contribution in jshttp/on-headers#19 @​ctcpip made their first contribution in jshttp/on-headers#31 Full Changelog: jshttp/on-headers@v1.0.2...v1.1.0 Changelog Sourced from on-headers's changelog. 1.1.0 / 2025-07-17 Fix CVE-2025-7339 (GHSA-76c9-3jph-rj3q) Commits 4b017af 1.1.0 b636f2d ♻️ refactor header array code 3e2c2d4 ✨ ignore falsy header keys, matching node behavior 172eb41 ✨ support duplicate headers c6e3849 🔒️ fix array handling 6893518 💚 update CI - add newer node versions 56a345d ✨ add script to update known hashes 175ab21 👷 add upstream change detection (#31) ce0b2c8 ci: apply OSSF Scorecard security best practices (#20) 1a38c54 fix: use ubuntu-latest as ci runner (#19) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version. Updates compression from 1.7.5 to 1.8.1 Release notes Sourced from compression's releases. v1.8.1 What's Changed fix(docs): update multiple links from http to https by @​Phillip9587 in expressjs/compression#222 ci: add dependabot for github actions by @​bjohansebas in expressjs/compression#207 build(deps): bump github/codeql-action from 2.23.2 to 3.28.15 by @​dependabot[bot] in expressjs/compression#228 build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.1 by @​dependabot[bot] in expressjs/compression#229 build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 by @​dependabot[bot] in expressjs/compression#230 build(deps-dev): bump supertest from 6.2.3 to 6.3.4 by @​dependabot[bot] in expressjs/compression#231 [StepSecurity] ci: Harden GitHub Actions by @​step-security-bot in expressjs/compression#235 build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 by @​dependabot[bot] in expressjs/compression#243 build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 by @​dependabot[bot] in expressjs/compression#239 build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @​dependabot[bot] in expressjs/compression#240 build(deps): bump actions/checkout from 4.1.1 to 4.2.2 by @​dependabot[bot] in expressjs/compression#241 build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 by @​dependabot[bot] in expressjs/compression#244 deps: on-headers@1.1.0 by @​UlisesGascon in expressjs/compression#246 Release: 1.8.1 by @​UlisesGascon in expressjs/compression#247 New Contributors @​dependabot[bot] made their first contribution in expressjs/compression#228 @​step-security-bot made their first contribution in expressjs/compression#235 Full Changelog: expressjs/compression@1.8.0...v1.8.1 v1.8.0 What's Changed Refactor chunkLength function for improved readability and consistency by @​Ayoub-Mabrouk in expressjs/compression#203 Refactor toBuffer function to simplify buffer check logic by @​Ayoub-Mabrouk in expressjs/compression#201 ci: add CodeQL (SAST) by @​bjohansebas in expressjs/compression#204 Use headersSent instead of _header by @​maritz in expressjs/compression#129 Bugfix/use write head instead of implicit header by @​Icehunter in expressjs/compression#170 feat: add default option by @​bjohansebas in expressjs/compression#191 ci: update ci workflow by @​bjohansebas in expressjs/compression#206 feat: support for brotli by @​bjohansebas in expressjs/compression#194 docs: improve readme by @​bjohansebas in expressjs/compression#209 docs: keywords field by @​bjohansebas in expressjs/compression#210 refactor: simplify encoding negotiation logic by @​bjohansebas in expressjs/compression#213 New Contributors @​Ayoub-Mabrouk made their first contribution in expressjs/compression#203 @​maritz made their first contribution in expressjs/compression#129 @​Icehunter made their first contribution in expressjs/compression#170 Full Changelog: expressjs/compression@1.7.5...v1.8.0 Changelog Sourced from compression's changelog. 1.8.1 / 2025-07-17 deps: on-headers@~1.1.0 Fix CVE-2025-7339 (GHSA-76c9-3jph-rj3q) 1.8.0 / 2025-02-10 Use res.headersSent when available Replace _implicitHeader with writeHead property add brotli support for versions of node that support it Add the enforceEncoding option for requests without Accept-Encoding header Commits 83a0c45 1.8.1 ce62713 deps: on-headers@1.1.0 (#246) f4acb23 build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 (#244) 6eaebe6 build(deps): bump actions/checkout from 4.1.1 to 4.2.2 (#241) 37e0623 build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#240) bc436b2 build(deps): bump actions/upload-artifact from 4.3.1 to 4.6.2 (#239) 2f9f572 build(deps): bump github/codeql-action from 3.28.15 to 3.29.2 (#243) 5f13b14 [StepSecurity] ci: Harden GitHub Actions (#235) 76e0945 build(deps-dev): bump supertest from 6.2.3 to 6.3.4 (#231) ae6ee80 build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.31.0 (#230) Additional commits viewable in compare view 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 rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will 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 version will 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 dependency will 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.

Open Graph Description: Bumps on-headers and compression. These dependencies needed to be updated together. Updates on-headers from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important F...

X Description: Bumps on-headers and compression. These dependencies needed to be updated together. Updates on-headers from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Importan...

Opengraph URL: https://github.com/stacklok/codegate-docs/pull/153

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:57b93d9a-6fe4-d8e3-1e89-f997529e0f76
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAEC6:D24C7:20D054F:2A19C16:69900DEE
html-safe-nonce12690892c1d6f48d70859945ca9cf6993b290e3763cc7dfc6640dd8ec9c95af5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRUM2OkQyNEM3OjIwRDA1NEY6MkExOUMxNjo2OTkwMERFRSIsInZpc2l0b3JfaWQiOiI3MjQ2MTY0MjExNjE2NzE0MjIzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacf0824cb8f666340c51a4e2b91074a017a1aefb5179463879c4da9186a81025a5
hovercard-subject-tagpull_request:2677227855
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/stacklok/codegate-docs/pull/153/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps on-headers and compression. These dependencies needed to be updated together. Updates on-headers from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important F...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/stacklok/codegate-docs git https://github.com/stacklok/codegate-docs.git
octolytics-dimension-user_id110237746
octolytics-dimension-user_loginstacklok
octolytics-dimension-repository_id888326118
octolytics-dimension-repository_nwostacklok/codegate-docs
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id888326118
octolytics-dimension-repository_network_root_nwostacklok/codegate-docs
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstacklok%2Fcodegate-docs%2Fpull%2F153%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fstacklok%2Fcodegate-docs%2Fpull%2F153%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=stacklok%2Fcodegate-docs
Reloadhttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Reloadhttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Reloadhttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
stacklok https://patch-diff.githubusercontent.com/stacklok
codegate-docshttps://patch-diff.githubusercontent.com/stacklok/codegate-docs
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fstacklok%2Fcodegate-docs
Fork 5 https://patch-diff.githubusercontent.com/login?return_to=%2Fstacklok%2Fcodegate-docs
Star 2 https://patch-diff.githubusercontent.com/login?return_to=%2Fstacklok%2Fcodegate-docs
Code https://patch-diff.githubusercontent.com/stacklok/codegate-docs
Issues 0 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/issues
Pull requests 0 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pulls
Actions https://patch-diff.githubusercontent.com/stacklok/codegate-docs/actions
Projects 0 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/projects
Security 0 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/security
Insights https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pulse
Code https://patch-diff.githubusercontent.com/stacklok/codegate-docs
Issues https://patch-diff.githubusercontent.com/stacklok/codegate-docs/issues
Pull requests https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pulls
Actions https://patch-diff.githubusercontent.com/stacklok/codegate-docs/actions
Projects https://patch-diff.githubusercontent.com/stacklok/codegate-docs/projects
Security https://patch-diff.githubusercontent.com/stacklok/codegate-docs/security
Insights https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pulse
danbarrhttps://patch-diff.githubusercontent.com/danbarr
mainhttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/tree/main
dependabot/npm_and_yarn/multi-96c788614ahttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/tree/dependabot/npm_and_yarn/multi-96c788614a
Conversation 1 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153
Commits 1 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/commits
Checks 5 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/checks
Files changed https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Please reload this pagehttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Bump on-headers and compression https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
3f519a0 Bump on-headers and compression dependabot[bot] Jul 18, 2025 https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/commits/3f519a01928dbf1d6e655023e106c6b48bdecd70
Clear filters https://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Please reload this pagehttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Please reload this pagehttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
package-lock.jsonhttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://patch-diff.githubusercontent.com/stacklok/codegate-docs/blob/3f519a01928dbf1d6e655023e106c6b48bdecd70/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
Please reload this pagehttps://patch-diff.githubusercontent.com/stacklok/codegate-docs/pull/153/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.