diff --git a/packages/typescript-common-runtime/package.json b/packages/typescript-common-runtime/package.json index 3d0dc80a..f61c2efd 100644 --- a/packages/typescript-common-runtime/package.json +++ b/packages/typescript-common-runtime/package.json @@ -87,7 +87,7 @@ "test": "vitest run" }, "dependencies": { - "raw-body": "^3.0.2", + "raw-body": "^4.0.0", "tslib": "^2.8.1" }, "devDependencies": { diff --git a/packages/typescript-express-runtime/package.json b/packages/typescript-express-runtime/package.json index 6104747c..45192389 100644 --- a/packages/typescript-express-runtime/package.json +++ b/packages/typescript-express-runtime/package.json @@ -77,7 +77,7 @@ "test": "vitest run" }, "dependencies": { - "raw-body": "^3.0.2", + "raw-body": "^4.0.0", "tslib": "^2.8.1" }, "peerDependencies": { diff --git a/packages/typescript-koa-runtime/package.json b/packages/typescript-koa-runtime/package.json index 9908e5d0..883db5e7 100644 --- a/packages/typescript-koa-runtime/package.json +++ b/packages/typescript-koa-runtime/package.json @@ -76,7 +76,7 @@ "test": "vitest run" }, "dependencies": { - "raw-body": "^3.0.2", + "raw-body": "^4.0.0", "tslib": "^2.8.1" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e59f56f7..3747ae3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -607,8 +607,8 @@ importers: packages/typescript-common-runtime: dependencies: raw-body: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^4.0.0 + version: 4.0.0 tslib: specifier: ^2.8.1 version: 2.8.1 @@ -632,8 +632,8 @@ importers: specifier: ^5.1.0 version: 5.2.1(supports-color@7.2.0) raw-body: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^4.0.0 + version: 4.0.0 tslib: specifier: ^2.8.1 version: 2.8.1 @@ -697,8 +697,8 @@ importers: packages/typescript-koa-runtime: dependencies: raw-body: - specifier: ^3.0.2 - version: 3.0.2 + specifier: ^4.0.0 + version: 4.0.0 tslib: specifier: ^2.8.1 version: 2.8.1 @@ -6153,6 +6153,10 @@ packages: resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} engines: {node: '>= 0.10'} + raw-body@4.0.0: + resolution: {integrity: sha512-TMHtwexrgOt9VJ2E5JF9RO8mRXGNgC5wXvKkc5AVSJUt1L5gxvjg7eiCQl96EqUEpCWrnNEkCnbAplYtyuq1IA==} + engines: {node: '>=22'} + react-aria@3.50.0: resolution: {integrity: sha512-S0Os6QZk33fzUAKu1QLT9afoUaCBt1ZNdoiq0n2YMVgKIdNIQS8zxiZ8O9hYE6QyDkHKjD6q39LQZ+qaSAIgjw==} peerDependencies: @@ -12840,6 +12844,11 @@ snapshots: iconv-lite: 0.7.3 unpipe: 1.0.0 + raw-body@4.0.0: + dependencies: + bytes: 3.1.2 + http-errors: 2.0.1 + react-aria@3.50.0(react-dom@19.2.7(react@19.2.7))(react@19.2.7): dependencies: '@internationalized/date': 3.12.2