chore(deps): Bump the npm_and_yarn group across 7 directories with 11 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps the npm_and_yarn group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| astro | 3.5.0 |
6.1.6 |
| vite | 5.4.21 |
6.4.2 |
| @nestjs/core | 10.4.15 |
11.1.18 |
| next | 14.2.35 |
15.5.18 |
| nitro | 3.0.260311-beta |
3.0.260415-beta |
| hono | 4.12.14 |
4.12.18 |
| @babel/plugin-transform-modules-systemjs | 7.24.1 |
7.29.4 |
| fast-uri | 3.0.6 |
3.1.2 |
| langsmith | 0.3.74 |
0.3.87 |
Bumps the npm_and_yarn group with 1 update in the /dev-packages/e2e-tests/test-applications/cloudflare-hono directory: hono.
Bumps the npm_and_yarn group with 1 update in the /dev-packages/e2e-tests/test-applications/nextjs-16-streaming directory: next.
Bumps the npm_and_yarn group with 1 update in the /dev-packages/e2e-tests/test-applications/node-core-express-otel-v1-sdk-node directory: @opentelemetry/sdk-node.
Bumps the npm_and_yarn group with 1 update in the /dev-packages/e2e-tests/test-applications/node-core-express-otel-v2-sdk-node directory: @opentelemetry/sdk-node.
Bumps the npm_and_yarn group with 1 update in the /dev-packages/e2e-tests/test-applications/node-otel directory: @opentelemetry/sdk-node.
Bumps the npm_and_yarn group with 1 update in the /dev-packages/e2e-tests/test-applications/node-otel-sdk-node directory: @opentelemetry/sdk-node.
Updates astro from 3.5.0 to 6.1.6
Release notes
Sourced from astro's releases.
astro@6.1.6
Patch Changes
#16202
b5c2fbaThanks@matthewp! - Fixes Actions failing withActionsWithoutServerOutputErrorwhen usingoutput: 'static'with an adapter#16303
b06eabfThanks@matthewp! - Improves handling of special characters in inline<script>content#14924
bb4586aThanks@aralroca! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during developmentastro@6.1.5
Patch Changes
#16171
5bcd03cThanks@Desel72! - Fixes a build error that occurred when a pre-rendered page used the<Picture>component and another page calledrender()on content collection entries.#16239
7c65c04Thanks@dataCenter430! - Fixes sync content inside<Fragment>not streaming to the browser until all async sibling expressions have resolved.#16242
686c312Thanks@martrapp! - Revives UnoCSS in dev mode when used with the client router.This change partly reverts #16089, which in hindsight turned out to be too general. Instead of automatically persisting all style sheets, we now do this only for styles from Vue components.
#16192
79d86b8Thanks@alexanderniebuhr! - Uses today’s date for Cloudflarecompatibility_dateinastro add cloudflareWhen creating new projects,
astro add cloudflarenow setscompatibility_dateto the current date. Previously, this date was resolved from locally installed packages, which could be unreliable in some package manager environments. Using today’s date is simpler and more reliable across environments, and is supported byworkerd.#16259
34df955Thanks@gameroman! - Removeddlvdependencyastro@6.1.4
Patch Changes
#16197
21f9fe2Thanks@SchahinRohani! - Remove unused re-exports from assets/utils barrel file to fix Vite build warning#16059
6d5469eThanks@matthewp! - FixesExpected 'miniflare' to be definederrors and 404 responses in dev mode when using the Cloudflare adapter and the config file changes. Instead of creating a brand new Vite server on config changes, Astro now performs a Vite in-place restart, allowing the Cloudflare adapter to reuse its existing miniflare instance across restarts.#16154
7610ba4Thanks@Desel72! - Fixes pages with dots in their filenames (e.g.hello.world.astro) returning 404 when accessed with a trailing slash in the dev server. ThetrailingSlashForPathfunction now only forcestrailingSlash: 'never'for endpoints with file extensions, allowing pages to correctly respect the user'strailingSlashconfig.#16193
23425e2Thanks@matthewp! - FixestrailingSlash: "always"producing redirect HTML instead of the actual response for extensionless endpoints during static buildsastro@6.1.3
Patch Changes
#16161
b51f297Thanks@matthewp! - Fixes a dev rendering issue with the Cloudflare adapter where head metadata could be missing and dev CSS/scripts could be injected in the wrong place#16110
de669f0Thanks@tmimmanuel! - Fixes skew protection query parameters not being appended to inter-chunk JavaScript imports in client bundles, which could cause version mismatches during rolling deployments on Vercel#16162
a0a49e9Thanks@rururux! - Fixes an issue where HMR would not trigger when modifying files while using@astrojs/cloudflarewith prerenderEnvironment: 'node' enabled.#16142
7454854Thanks@rururux! - Fixes HTML content being incorrectly escaped as plain text when rendering a MDX component using theAstroContainerAPIs.#16116
12602a9Thanks@riderx! - Fixes a bug where page-level CSS could leak between unrelated pages when traversing style parents across top-level route boundaries
... (truncated)
Changelog
Sourced from astro's changelog.
3.6.4
Patch Changes
#9226
8f8a40e93Thanks@outofambit! - Fix i18n fallback routing with routing strategy of always-prefix#9179
3f28336d9Thanks@lilnasy! - Fixes an issue where the presence of a slot in a page led to an error.#9219
067a65f5bThanks@natemoo-re! - Fix edge case where<style>updates inside of.astrofiles would occasionally fail to update without reloading the page.#9236
27d3e86e4Thanks@ematipico! - The configurationi18n.routingStrategyhas been replaced with an object calledrouting.export default defineConfig({ experimental: { i18n: { - routingStrategy: "prefix-always", + routing: { + prefixDefaultLocale: true, + } } } })export default defineConfig({ experimental: { i18n: { - routingStrategy: "prefix-other-locales", + routing: { + prefixDefaultLocale: false, + } } } })3.6.3
Patch Changes
- #9193
0dc99c9a2Thanks@florian-lefebvre! - Prevents the Code component from crashing if the lang isn't supported by falling back toplaintext.3.6.2
Patch Changes
- #9189
d90714fc3Thanks@SpencerWhitehead7! - Fixes an issue where links with the same pathname as the current page, but different search params, were not prefetched.
... (truncated)
Commits
1945a93[ci] release (#16281)bb4586afix: avoid full-reload in scss modules (#14924)5f3085b[ci] formatb5c2fbaSkip actions server-output validation when an adapter is configured (#16202)b06eabfConsolidate inline script escaping into shared utility (#16303)92fc030refactor(core): rename logger internal types (#16271)ba18015[ci] formatd198e82test: port 16 routing unit tests to TypeScript (#16266)673a871[ci] release (#16244)fab9c00chore: upgrade biome (#16246)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for astro since your current version.
Updates vite from 5.4.21 to 6.4.2
Release notes
Sourced from vite's releases.
v6.4.2
Please refer to CHANGELOG.md for details.
v6.4.1
Please refer to CHANGELOG.md for details.
v6.4.0
Please refer to CHANGELOG.md for details.
v6.3.7
Please refer to CHANGELOG.md for details.
v6.3.6
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
6.4.2 (2026-04-06)
- fix: apply server.fs check to env transport (#22159) (#22163) (fe28e47), closes #22159 #22163
- fix: avoid path traversal with optimize deps sourcemap handler (#22161) (ca4da5d), closes #22161
6.4.1 (2025-10-20)
- fix(dev): trim trailing slash before
server.fs.denycheck (#20968) (#20969) (1114b5d), closes #20968 #209696.4.0 (2025-10-15)
6.3.7 (2025-10-14)
- fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940) (c59a222), closes #20940
6.3.6 (2025-09-08)
- fix: apply
fs.strictcheck to HTML files (#20736) (0ab19ea), closes #20736- fix: upgrade sirv to 3.0.2 (#20735) (e11d240), closes #20735
- test: detect ts support via
process.features(#20544) (7d99229), closes #205446.3.5 (2025-05-05)
6.3.4 (2025-04-30)
- fix: check static serve file inside sirv (#19965) (c22c43d), closes #19965
- fix(optimizer): return plain object when using
requireto import externals in optimized dependenci (efc5eab), closes #19940- refactor: remove duplicate plugin context type (#19935) (d6d01c2), closes #19935
6.3.3 (2025-04-24)
... (truncated)
Commits
6b3fad0release: v6.4.2ca4da5dfix: avoid path traversal with optimize deps sourcemap handler (#22161)fe28e47fix: apply server.fs check to env transport (#22159) (#22163)5487f4frelease: v6.4.11114b5dfix(dev): trim trailing slash beforeserver.fs.denycheck (#20968) (#20969)f12697crelease: v6.4.0ca6455efeat: allow passing down resolved config to vite's createServer (#20932)0e173d8release: v6.3.7c59a222fix(esbuild): inject esbuild helpers correctly for esbuild 0.25.9+ (#20940)3f337c5release: v6.3.6- Additional commits viewable in compare view
Updates @nestjs/core from 10.4.15 to 11.1.18
Release notes
Sourced from @nestjs/core's releases.
v11.1.18 (2026-04-03)
Bug fixes
microservicescore
- #16683 fix(core): prevent injector hang when design:paramtypes is missing (
@Youmoo)- #16637 fix(core): dependency injection edge case with moduleref.create (
@JakobStaudinger)- nestjs/nest#16686 fix(core): sanitize sse message
Dependencies
core,platform-express,platform-fastify
- #16679 fix(deps): update dependency path-to-regexp to v8.4.2 (
@renovate[bot])platform-fastify
- #16623 fix(deps): update dependency fastify to v5.8.4 (
@renovate[bot])platform-ws
- #16618 chore(deps): bump ws from 8.19.0 to 8.20.0 (
@dependabot[bot])common
- #16619 chore(deps): bump file-type from 21.3.3 to 21.3.4 (
@dependabot[bot])Committers: 6
- Ankit San (
@ankitbelal)- Jakob Staudinger (
@JakobStaudinger)- Kamil Mysliwiec (
@kamilmysliwiec)- Krishna Chaitanya (
@Krishnachaitanyakc)- MK (
@wwenrr)- youmoo (
@Youmoo)v11.1.17 (2026-03-16)
Enhancements
microservices
- #16218 feat(microservices): add redis driver identification (
@vchomakov)Bugs
platform-fastify
- auto-run middleware for HEAD requests as fastify redirects them to GET handlers (effectively skipping middleware execution) https://github.com/nestjs/nest/commit/cbdf737cd6e7cefa52d05ecea2ae4af95c464614 (
@kamilmysliwiec)Dependencies
common
- #16567 fix(deps): update dependency file-type to v21.3.2 (
@renovate[bot])platform-fastify
- #16533 fix(deps): update dependency fastify to v5.8.2 (
@renovate[bot])Committers: 3
- Rohan Santhosh Kumar (
@Rohan5commit)- Vasil Chomakov (
@vchomakov)- Kamil Mysliwiec (
@kamilmysliwiec)
... (truncated)
Commits
3c1cc5fchore(release): publish v11.1.18 release0f962c7fix(core): sanitize sse message94aa424Merge pull request #16679 from nestjs/renovate/path-to-regexp-8.x368691cfix(core): prevent injector hang when design:paramtypes is missing25d4fdefix(deps): update dependency path-to-regexp to v8.4.25c0b11efix(deps): update dependency path-to-regexp to v8.4.1f7d4460Merge pull request #16637 from JakobStaudinger/moduleref-create-transient-sco...d0a9dc9fix(deps): update dependency path-to-regexp to v8.4.04677434feat(core): exportIEntryNestModuletype7493b94fix(core): dependency injection edge case with moduleref.create- Additional commits viewable in compare view
Updates next from 14.2.35 to 15.5.18
Release notes
Sourced from next's releases.
v15.5.18
This release contains security fixes for the following advisories:
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
v15.5.16
This release contains security fixes for the following advisories:
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
- 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
v15.5.15
Please refer the following changelogs for more information about this security release:
https://vercel.com/changelog/summary-of-cve-2026-23869
v15.5.14
[!NOTE]
... (truncated)
Commits
9ff92cev15.5.1800ebe23[backport] Disable build caches for production/staging/force-preview deploys ...62c97abv15.5.17423623aTurbopack: Match proxy matchers with webpack implementation (#93594)fa78739Turbopack: Fix middleware matcher suffix (#93590)36e62c6[backport] Turbopack: more strict vergen setup (#93588)36589b5[backport][test] Pin package manager to patch versions (#93596)ad6fd4ev15.5.1679d7dffIgnore malformed CSP nonce headers (#103)c4f6908router-server: guard upgrade proxy against absolute-url SSRF (#77) (#102)- 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 nitro from 3.0.260311-beta to 3.0.260415-beta
Release notes
Sourced from nitro's releases.
v3.0.260415-beta
✨ Highlights
Experimental tracing channels. Nitro now has built-in tracing channel support for tracing request spans.
Smarter dependency tracing.
traceDepspicks up full-trace mode and custom trace options, backed by upstreamnf3improvements — a growing native-packages DB and automatic detection of optional dependencies mean fewer missing binaries in production bundles.H3 v2 updates Stricter streaming body-size checks, cookie utils with RFC 6265bis compliance, and a handful of request normalization fixes — including protection against path traversal via double-encoded segments.
Ecosystem upgrades. ocache now has cache invalidation via
handler.invalidate()and multi-tier cache support, and unstorage now proactively flushes expired memory entries instead of waiting for the next access both available for Nitro cache and KV storage.Vercel preset supports queues and per-route function config. You can now use Vercel queues in Nitro deployments to process messages asynchronously (docs), and override function config on a per-route basis(#4124) handy when a single route needs more memory or a longer timeout than the rest of your app.
Deploy to Tencent EdgeOne Pages. Deploy Nitro apps to EdgeOne Pages (docs)
OpenAPI and WebSocket docs. New guides for OpenAPI and WebSocket.
🚀 Enhancements
- vercel: Allow overriding function config per route (#4124)
- traceDeps: Support full-trace and custom trace options (#4175)
- Add version meta to Nitro instance (#4193)
- openapi: Add swagger ui config (#4185)
- vercel: Support queues (#4127)
- Experimental built-in tracing channel support (#4001)
- Add
edgeone-pagespreset with build output api v3 (#4170) (docs)🩹 Fixes
- cloudflare-dev: Match
getPlatformProxydev behaviour with production runtime (#4102)- Use
rolldown/utilsand disable additionaltsconfigparsing (#4111)- route-meta: Unique handlers by hash + method + route (#4119)
- route-meta: Deduplicate routing-meta imports by
_importHashonly (#4120)- Guard against
createRequire(import.meta.url)in bundled output (#4133)- cloudflare: Set rolldown platform to
nodewhennodeCompatis active (#4138)- cloudflare: Add
workerto default conditions (9054dee6)- vite: Match service entry chunk by
facadeModuleId(#4123)- vite: Handle dotted Nitro routes under baseURL in dev (#4108)
- vite: Proxy
nitro/*imports from service environments (#4152)- runtime: Avoid infinite recursion in fetch for external URLs (#4153)
- build: ⚠️ Remove custom moduleSideEffects config (#4164)
- config: Treat
swr: 0as a valid cache value (#4167)- Exclude wrangler from generated
NitroRuntimeConfigtype (#4149)- Allow to run tasks via nitro cli (#4188)
- deno-deploy: Add
req.ip(#4196)- Always run
basicAuthroute rule first (#4204)💅 Refactors
... (truncated)
Commits
0a6cd73v3.0.260415-beta45e20aarefactor: detect edgeone pages usingEO_PAGES_CI2d6ff1eci: run additional vite tests too8befad3test(vite): sendsec-fetch-dest: scriptfor client module fetch30003d9docs: update edgeone5b3624fdocs: remove labels47fd769feat: addedgeone-pagespreset with build output api v3 (#4170)80d1791chore: update deps84c94cffix: always run basicAuth route rule first (#4204)039bc3ffeat: experimental built-in tracing channel support (#4001)- Additional commits viewable in compare view
Updates hono from 4.12.14 to 4.12.18
Release notes
Sourced from hono's releases.
v4.12.18
Security fixes
This release includes fixes for the following security issues:
Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage
Affects: Cache Middleware. Fixes missing cache-skip handling for
Vary: AuthorizationandVary: Cookie, where a response cached for one authenticated user could be served to other users. GHSA-p77w-8qqv-26rmCSS Declaration Injection via Style Object Values in JSX SSR
Affects: hono/jsx. Fixes a missing CSS-context escape for
styleobject values and property names, where untrusted input could inject additional CSS declarations. The impact is limited to CSS and does not allow JavaScript execution. GHSA-qp7p-654g-cw7pImproper validation of NumericDate claims (exp, nbf, iat) in JWT verify()
Affects:
hono/utils/jwt. Fixes improper validation ofexp,nbf, andiatclaims, where falsy, non-finite, or non-numeric values could silently bypass time-based checks instead of being rejected per RFC 7519. GHSA-hm8q-7f3q-5f36
Users who use the JWT helper, hono/jsx, or the Cache middleware are strongly encouraged to upgrade to this version.
v4.12.17
What's Changed
- fix(jsx): normalize SVG attributes on the root element by
@kfly8in honojs/hono#4893- fix(ssg): add
atom+xmlandrss+xmltodefaultExtensionMapby@yuinteiin honojs/hono#4899- fix(cors): make origin optional in CORSOptions by
@truffle-devin honojs/hono#4905- fix(types): propagate middleware response types to app.on overloads by
@T4ko0522in honojs/hono#4906New Contributors
@kfly8made their first contribution in honojs/hono#4893@truffle-devmade their first contribution in honojs/hono#4905Full Changelog: https://github.com/honojs/hono/compare/v4.12.16...v4.12.17
v4.12.16
Security fixes
This release includes fixes for the following security issues:
Unvalidated JSX Tag Names in hono/jsx May Allow HTML Injection
Affects: hono/jsx. Fixes missing validation of JSX tag names when using
jsx()orcreateElement(), which could allow HTML injection if untrusted input is used as the tag name. GHSA-69xw-7hcm-h432bodyLimit() can be bypassed for chunked / unknown-length requests
Affects: Body Limit Middleware. Fixes late enforcement for request bodies without a reliable Content-Length (e.g. chunked requests), where oversized requests could reach handlers and return successful responses before being rejected. GHSA-9vqf-7f2p-gf9v
v4.12.15
What's Changed
- fix(jwt): support single-line PEM keys by
@hiendvin honojs/hono#4889
... (truncated)
Commits
f10dee84.12.18a5bd9ebMerge commit from fork58d3d3aMerge commit from fork568c2ecMerge commit from forkff2b3d34.12.1752aaaf9fix(types): propagate middleware response types to app.on overloads (#4906)76d5589fix(cors): make origin optional in CORSOptions (#4905)8f027e5fix(ssg): addatom+xmlandrss+xmltodefaultExtensionMap(#4899)bfba97cfix(jsx): normalize SVG attributes on the <svg> root element (#4893)90d41824.12.16- Additional commits viewable in compare view
Updates @babel/plugin-transform-modules-systemjs from 7.24.1 to 7.29.4
Release notes
Sourced from @babel/plugin-transform-modules-systemjs's releases.
v7.29.4 (2026-05-05)
:bug: Bug Fix
babel-plugin-transform-modules-systemjsCommitters: 1
- Huáng Jùnliàng (
@JLHwung)v7.29.3 (2026-04-30)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-register
- #17915 Fix thread synchronization issues in
@babel/register(@liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-safari-rest-destructuring-rhs-array,babel-preset-env:nail_care: Polish
:memo: Documentation
- #17847 Replace npmjs.com links with npmx.dev (
@nicolo-ribaudo):running_woman: Performance
babel-helper-import-to-platform-api,babel-plugin-proposal-import-wasm-source,babel-plugin-transform-json-modules
- #17818 Load async Wasm and JSON imports in parallel (
@nicolo-ribaudo)Committers: 4
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyuv7.29.2 (2026-03-16)
:eyeglasses: Spec Compliance
:bug: Bug Fix
babel-helpers,babel-plugin-transform-async-generator-functions,babel-preset-env,babel-runtime-corejs3
- #17805 [7.x backport] fix: Properly handle await in finally (
@liuxingbaoyu)babel-preset-env
... (truncated)
Commits
a458f66v7.29.432ebd5a[7.x backport]fix(systemjs): improve module string name support (#17974)aa8394ev7.29.00053db6Update polyfill packages (#17727)61647aev7.28.5a177d55[Babel 8] Uset.traverseFastto replace somepath.traverse(#17518)eebd3a0v7.27.1317e332Enforce node protocol import (#17207)fdc0fb5[Babel 8] Bump nodejs requirements to^20.19.0 || >= 22.12.0(#17204)cd24cc0chore: Update TS 5.7 (#17053)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @babel/plugin-transform-modules-systemjs since your current version.
Updates devalue from 4.3.3 to 5.8.0
Release notes
Sourced from devalue's releases.
v5.8.0
Minor Changes
- c5115b0: feat: add
stringifyAsyncfor async serializationv5.7.1
Patch Changes
- 8becc7c: fix: handle regexes consistently in uneval's value and reference formats
v5.7.0
Minor Changes
- df2e284: feat: use native alternatives to encode/decode base64
- 498656e: feat: add
DataViewsupport- a210130: feat: whitelist
Float16Array- df2e284: feat: simplify TypedArray slices
Patch Changes
- 5590634: fix: get
unevaltype handling up to parity withstringify- 57f73fc: fix: correctly support boxed bigints and sentinel values
v5.6.4
Patch Changes
87c1f3c: fix: reject
__proto__keys in malformedObjectwrapper payloadsThis validates the
"Object"parse path and throws when the wrapped value has an own__proto__key.40f1db1: fix: ensure sparse array indices are integers
87c1f3c: fix: disallow
__proto__keys in null-prototype object parsingThis disallows
__proto__keys in the"null"parse path so null-prototype object hydration cannot carry that key through parse/unflatten.v5.6.3
Patch Changes
- 0f04d4d: fix: Properly handle
__proto__- 819f1ac: fix: better encoding for sparse arrays
v5.6.2
Patch Changes
- 1175584: fix: validate input for
ArrayBufferparsing- e46afa6: fix: validate input for typed arrays
- 1175584: fix: more helpful errors for inputs causing stack overflows
v5.6.1
... (truncated)
Changelog
Sourced from devalue's changelog.
5.8.0
Minor Changes
- c5115b0: feat: add
stringifyAsyncfor async serialization5.7.1
Patch Changes
- 8becc7c: fix: handle regexes consistently in uneval's value and reference formats
5.7.0
Minor Changes
- df2e284: feat: use native alternatives to encode/decode base64
- 498656e: feat: add
DataViewsupport- a210130: feat: whitelist
Float16Array- df2e284: feat: simplify TypedArray slices
Patch Changes
- 5590634: fix: get
unevaltype handling up to parity withstringify- 57f73fc: fix: correctly support boxed bigints and sentinel values
Description has been truncated
Package Dependencies
npm
7.24.1 → 7.29.4
Minor
Security Advisories
Hono: bodyLimit() can be bypassed for chunked / unknown-length requests
hono/jsx has Unvalidated JSX Tag Names that May Allow HTML Injection
Hono has CSS Declaration Injection via Style Object Values in JSX SSR
Hono has improper validation of NumericDate claims (exp, nbf, iat) in JWT verify()
Hono's Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage
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: | 15772579 |
| UUID: | 4425843617 |
| Node ID: | PR_kwDONhlJ1c7agOJt |
| Host: | GitHub |
| Repository: | SherfeyInv/sentry-javascript |