Bump the npm_and_yarn group across 1 directory with 4 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(20 days ago)
(20 days ago)
(20 days ago)
triage dependencies javascript
Bumps the npm_and_yarn group with 2 updates in the / directory: next and fast-uri.
Updates next from 16.2.3 to 16.2.6
Release notes
Sourced from next's releases.
v16.2.6
[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.
Security Fixes
The following advisories have been addressed:
High:
- GHSA-8h8q-6873-q5fj: Denial of Service with Server Components
- GHSA-267c-6grr-h53f: Middleware / Proxy bypass in App Router applications via segment-prefetch routes
- GHSA-26hh-7cqf-hhc6: Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up
- GHSA-mg66-mrh9-m8jx: Denial of Service via connection exhaustion in applications using Cache Components
- GHSA-492v-c6pp-mqqv: Middleware / Proxy bypass through dynamic route parameter injection
- GHSA-c4j6-fc7j-m34r: Server-side request forgery in applications using WebSocket upgrades
- GHSA-36qx-fr4f-26g5: Middleware / Proxy bypass in Pages Router applications using i18n
Moderate:
- GHSA-ffhc-5mcf-pf4q: Cross-site scripting in App Router applications using CSP nonces
- GHSA-gx5p-jg67-6x7h: Cross-site scripting in beforeInteractive scripts with untrusted input
- GHSA-h64f-5h5j-jqjh: Denial of Service in the Image Optimization API
- GHSA-wfc6-r584-vfw7: Cache poisoning in React Server Component responses
Low:
- GHSA-vfv6-92ff-j949: Cache poisoning via collisions in React Server Component cache-busting
- GHSA-3g8h-86w9-wvmq: Middleware / Proxy redirects can be cache-poisoned
Core Changes
- fix: preserve HTTP access fallbacks during prerender recovery (#92231)
- Fix fallback route params case in app-page handler (#91737)
- Fix invalid HTML response for route-level RSC requests in deployment adapter (#91541)
- Patch setHeader for direct route handlers (#93101)
- Include deployment id in
cacheHandlerskeys (#93453)- Fix double-encoding of URL pathname parts in client param parsing (#93491)
v16.2.5
[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.
Security Fixes
The following advisories have been addressed:
High:
- GHSA-8h8q-6873-q5fj: Denial of Service with Server Components
- GHSA-267c-6grr-h53f: Middleware / Proxy bypass in App Router applications via segment-prefetch routes
- GHSA-mg66-mrh9-m8jx: Denial of Service via connection exhaustion in applications using Cache Components
- GHSA-492v-c6pp-mqqv: Middleware / Proxy bypass through dynamic route parameter injection
- GHSA-c4j6-fc7j-m34r: Server-side request forgery in applications using WebSocket upgrades
... (truncated)
Commits
ee6e79bv16.2.6afa053dTurbopack: Match proxy matchers with webpack implementation (#93594)97a154eTurbopack: Fix middleware matcher suffix (#93590)83899bc[backport] Disable build caches for production/staging/force-preview deploys ...7b222b9[backport][test] Pin package manager to patch versions (#93595)a8dc24f[backport] Turbopack: more strict vergen setup (#93587)766148fv16.2.50dd9483fix: add explicit checks for RSC header (#83) (#98)d166096fix proxy matching for segment prefetch URLs (#89) (#96)9d50c0bStrip next-resume header from incoming requests (#92)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for next since your current version.
Updates protobufjs from 7.5.5 to 7.5.8
Release notes
Sourced from protobufjs's releases.
protobufjs: v7.5.8
7.5.8 (2026-05-12)
Bug Fixes
protobufjs: v7.5.7
7.5.7 (2026-05-09)
Bug Fixes
protobufjs: v7.5.6
7.5.6 (2026-04-27)
Bug Fixes
Changelog
Sourced from protobufjs's changelog.
7.5.8 (2026-05-12)
Bug Fixes
7.5.7 (2026-05-09)
Bug Fixes
7.5.6 (2026-04-27)
Bug Fixes
7.5.4 (2025-08-15)
Bug Fixes
7.5.3 (2025-05-28)
Bug Fixes
7.5.2 (2025-05-14)
Bug Fixes
7.5.1 (2025-05-08)
Bug Fixes
... (truncated)
Commits
d7035f9chore: release protobufjs-v7.x (#2248)54b593ffix: Backport parser hardening to 7.x (#2245)e88fceachore: release protobufjs-v7.x (#2239)cc7d595fix: Restore first-match namespace lookup (#2236)3abc9b5chore: release protobufjs-v7.x (#2190)a0bf2dffix: Update CLI peer dependency (7.x) (#2189)2189e5bchore: release protobufjs-v7.x (#2174)75392eafix: Backport input hardening and CLI fixes to 7.x (#2173)8af8d7cchore(ci): Fix 7.x release please configuration (#2169)e92ca42chore(ci): Enable release-please for 7.x (#2166)- See full diff in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for protobufjs since your current version.
Updates @opentelemetry/exporter-prometheus from 0.215.0 to 0.217.0
Release notes
Sourced from @opentelemetry/exporter-prometheus's releases.
experimental/v0.217.0
0.217.0
:rocket: Features
- feat(otlp-transformer): replace protobufjs trace serialization with custom implementation #6625
@pichlermarc- feat(configuration): auto-generate TypeScript types from OTel declarative config JSON schema (stable v1.0.0) using
json-schema-to-typescriptandajv#6533@MikeGoldsmith- feat(configuration, sdk-node):
startNodeSDK()code path now useslog_levelconfiguration to setup a DiagConsoleLogger #6668@trentm
- Note that allowed values for
log_levelin a configuration YAML file are not the same set as forOTEL_LOG_LEVEL. Uselog_level: traceto see all logs (equivalent ofOTEL_LOG_LEVEL=ALL). Uselog_level: fatalto effectively disable the SDK's internal diagnostic logger (equivalent ofOTEL_LOG_LEVEL=NONE).- If
log_levelis not specified, a diagnostic console logger at "info" level will be setup.- An invalid YAML config file will now result in a noop OTel SDK.
:bug: Bug Fixes
- fix(configuration): do not validate
OTEL_CONFIG_FILEvalue before using it for file config #6643@trentm- fix(configuration): improve how 'additionalProperties' in JSON schema is translated to TS types #6650
@trentm- fix(configuration): remove stripMinItems and preprocessNullArrays from validation/parsing #6657
@trentm- fix(configuration): improve handling of enums in generated types #6659
@trentm- fix(configuration): improve the technique for removing '| null' on types the JSON Schema #6662
@trentm- fix(sampler-jaeger-remote): add missing axios dep #6656
@trentm- fix(exporter-prometheus): handle malformed URLs in Prometheus exporter request handler #6674
@homanpexperimental/v0.216.0
0.216.0
:rocket: Features
- feat(sdk-node): wire attribute_keys from declarative configuration to ViewOptions.attributesProcessors #6427
@ravitheja4531-cell- feat(sdk-node): set TracerProvider in startNodeSDK() #6607
@maryliag:bug: Bug Fixes
- fix(instrumentation-xml-http-request): avoid unwrapping
XMLHttpRequestAPI when disabling #6611@david-luna- fix(instrumentation-fetch): tolerate non-writable
globalThis.fetchand fix premature_isEnabled/_isFetchPatchedflips inenable()@brunorodmoreira- fix(instrumentation-xhr): resolve relative URLs before matching
ignoreUrls#6551@Maximiliano-Zeballos- fix(sdk-node): fix setting of ViewOption#name from ConfigurationModel #6620
@trentm- fix(web-common): add limit for timeout #6601
@maryliag- fix(otlp-transformer): pin protobufjs@8.0.1 as protobufjs@8.0.3 is broken for browser use #6646
:house: Internal
- test(otlp-transformer): add metrics transform benchmark #6628
@pichlermarc- refactor(opentelemetry-exporter-prometheus): do not call enforcePrometheusNamingConvention() multiple times per metric #6636
@cjihrig
Commits
74cde1bchore: prepare next release (#6675)e8f439afix: handle malformed URLs in Prometheus exporter request handler (#6674)ab3a2e2feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...d5b7d1efix(deps): update dependency axios to v1.15.2 [security] (#6670)c163618chore(deps): update github/codeql-action digest to e46ed2c (#6661)ec2bfbechore(configuration): move config generation scripts into the configuration p...acc9ecdchore(configuration): cosmetic changes to generated types.ts (#6663)8f008ecchore: Move inactive members to emeritus (#6649)435431efix(configuration): improve the technique for removing '| null' on types due ...4222024fix(configuration): improve handling of enums in generated types (#6659)- Additional commits viewable in compare view
Updates fast-uri from 3.0.1 to 3.1.2
Release notes
Sourced from fast-uri's releases.
v3.1.2
⚠️ Security Release
What's Changed
- Handle malformed fragment decoding as a parse error by
@mcollinain fastify/fast-uri#171Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.1...v3.1.2
v3.1.1
⚠️ Security Release
What's Changed
- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by
@dependabot[bot] in fastify/fast-uri#148- build(deps): bump actions/checkout from 4 to 5 by
@dependabot[bot] in fastify/fast-uri#149- chore(.npmrc): ignore scripts by
@Fdawgsin fastify/fast-uri#150- build(deps-dev): remove
@fastify/pre-commitby@Fdawgsin fastify/fast-uri#151- build(deps): bump actions/setup-node from 4 to 5 by
@dependabot[bot] in fastify/fast-uri#152- ci(ci): add concurrency config by
@Fdawgsin fastify/fast-uri#153- build(deps): bump actions/setup-node from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#154- build(deps): bump actions/checkout from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#156- chore(license): standardise license notice by
@Fdawgsin fastify/fast-uri#159- style: remove trailing whitespace by
@Fdawgsin fastify/fast-uri#161- ci: remove unused github files by
@Tony133in fastify/fast-uri#162- chore: update readme by
@Tony133in fastify/fast-uri#164- build(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-manager.yml from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#165- build(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml from 5 to 6 by
@dependabot[bot] in fastify/fast-uri#166- build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 by
@dependabot[bot] in fastify/fast-uri#167- ci: add lock-threads workflow by
@Fdawgsin fastify/fast-uri#169New Contributors
@Tony133made their first contribution in fastify/fast-uri#162Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.1
v3.1.0
What's Changed
- ci: remove master branch support by
@Fdawgsin fastify/fast-uri#126- chore(test) remove .gitkeep by
@Fdawgsin fastify/fast-uri#128- ci(ci): set job permissions by
@Fdawgsin fastify/fast-uri#129- ci: set permissions at workflow level by
@Fdawgsin fastify/fast-uri#131- ci: set workflow permissions to read-only by default by
@Fdawgsin fastify/fast-uri#132- ci(ci): restore job level permissions by
@Fdawgsin fastify/fast-uri#133- build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by
@dependabot[bot] in fastify/fast-uri#134- ci(ci): pin actions to commit-hash by
@Fdawgsin fastify/fast-uri#135- ci: add node 24 to test matrix by
@Fdawgsin fastify/fast-uri#136
... (truncated)
Commits
919dd8eBumped v3.1.2c65ba57fixup: linting6c86c17Merge commit from forka95158aHandle malformed fragment decoding without throwing (#171)cea547cBumped v3.1.1876ce79Merge commit from forkdcdf690ci: add lock-threads workflow (#169)c860e65build(deps-dev): bump neostandard from 0.12.2 to 0.13.0 (#167)9b4c6dcbuild(deps): bump fastify/workflows/.github/workflows/plugins-ci.yml (#166)85d09a9build(deps): bump fastify/workflows/.github/workflows/plugins-ci-package-mana...- 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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
@opentelemetry/exporter-prometheus
npm
0.215.0 → 0.217.0
Minor
Security Advisories
fast-uri vulnerable to path traversal via percent-encoded dot segments
fast-uri vulnerable to host confusion via percent-encoded authority delimiters
Next.js vulnerable to cross-site scripting in App Router applications using CSP nonces
Next.js vulnerable to cache poisoning via collisions in React Server Component cache-busting
Next.js has cross-site scripting in beforeInteractive scripts with untrusted input
Next.js vulnerable to Denial of Service via connection exhaustion in applications using Cache Components
Next.js has a Denial of Service in the Image Optimization API
Next.js vulnerable to server-side request forgery in applications using WebSocket upgrades
Next.js vulnerable to cache poisoning in React Server Component responses
Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes
Next.js has a Middleware / Proxy bypass through dynamic route parameter injection
Next.js has a Middleware / Proxy bypass in Pages Router applications using i18n
Next.js Vulnerable to Denial of Service with Server Components
Next.js has a Middleware / Proxy bypass in App Router applications via segment-prefetch routes - Incomplete Fix Follow-Up
Next.js's Middleware / Proxy redirects can be cache-poisoned
Technical Details
| ID: | 15778471 |
| UUID: | 4431413894 |
| Node ID: | PR_kwDOC01lZ87ayd8R |
| Host: | GitHub |
| Repository: | github/docs |