From 0a8d14e4ac8def9cba2ee17c195e0a339fe2cdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 14:24:32 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group with 4 updates Bumps the production-dependencies group with 4 updates: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript), [inngest](https://github.com/inngest/inngest-js/tree/HEAD/packages/inngest), [cron-parser](https://github.com/harrisiirak/cron-parser) and [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). Updates `@anthropic-ai/sdk` from 0.110.0 to 0.112.3 - [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-typescript/compare/sdk-v0.110.0...sdk-v0.112.3) Updates `inngest` from 4.12.1 to 4.13.0 - [Release notes](https://github.com/inngest/inngest-js/releases) - [Changelog](https://github.com/inngest/inngest-js/blob/main/packages/inngest/CHANGELOG.md) - [Commits](https://github.com/inngest/inngest-js/commits/inngest@4.13.0/packages/inngest) Updates `cron-parser` from 5.6.1 to 5.6.2 - [Release notes](https://github.com/harrisiirak/cron-parser/releases) - [Commits](https://github.com/harrisiirak/cron-parser/compare/v5.6.1...v5.6.2) Updates `fast-xml-parser` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases) - [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.10.0...v5.10.1) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-version: 0.112.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: inngest dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: cron-parser dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: fast-xml-parser dependency-version: 5.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- package.json | 2 +- packages/pipeline/package.json | 8 ++-- pnpm-lock.yaml | 76 +++++++++++++++++++--------------- 4 files changed, 49 insertions(+), 39 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index a14507e..95e0c6c 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -16,7 +16,7 @@ "@flank/db": "workspace:*", "@flank/okf-export": "workspace:*", "@flank/pipeline": "workspace:*", - "inngest": "^4.11.0", + "inngest": "^4.13.0", "next": "^16.2.10", "next-auth": "5.0.0-beta.31", "react": "^19.2.7", diff --git a/package.json b/package.json index 4de79a3..b0eff5a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eval:triage": "tsx scripts/eval-triage.ts" }, "dependencies": { - "@anthropic-ai/sdk": "^0.110.0", + "@anthropic-ai/sdk": "^0.112.3", "@flank/core": "workspace:*", "@flank/pipeline": "workspace:*" }, diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index b47b8a3..382afab 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -14,13 +14,13 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/sdk": "^0.110.0", + "@anthropic-ai/sdk": "^0.112.3", "@flank/core": "workspace:*", "@flank/okf-export": "workspace:*", "@okf/core": "workspace:*", - "cron-parser": "^5.6.1", - "fast-xml-parser": "^5.2.5", - "inngest": "^4.11.0", + "cron-parser": "^5.6.2", + "fast-xml-parser": "^5.10.1", + "inngest": "^4.13.0", "parse5": "^8.0.0", "zod": "^4.4.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 723221b..8a4c743 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: .: dependencies: '@anthropic-ai/sdk': - specifier: ^0.110.0 - version: 0.110.0(zod@4.4.3) + specifier: ^0.112.3 + version: 0.112.3(zod@4.4.3) '@flank/core': specifier: workspace:* version: link:packages/core @@ -70,8 +70,8 @@ importers: specifier: workspace:* version: link:../../packages/pipeline inngest: - specifier: ^4.11.0 - version: 4.12.1(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(next@16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(typescript@6.0.3)(zod@4.4.3) + specifier: ^4.13.0 + version: 4.13.0(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(next@16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(typescript@6.0.3)(zod@4.4.3) next: specifier: ^16.2.10 version: 16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) @@ -182,8 +182,8 @@ importers: packages/pipeline: dependencies: '@anthropic-ai/sdk': - specifier: ^0.110.0 - version: 0.110.0(zod@4.4.3) + specifier: ^0.112.3 + version: 0.112.3(zod@4.4.3) '@flank/core': specifier: workspace:* version: link:../core @@ -194,14 +194,14 @@ importers: specifier: workspace:* version: link:../okf cron-parser: - specifier: ^5.6.1 - version: 5.6.1 + specifier: ^5.6.2 + version: 5.6.2 fast-xml-parser: - specifier: ^5.2.5 - version: 5.10.0 + specifier: ^5.10.1 + version: 5.10.1 inngest: - specifier: ^4.11.0 - version: 4.12.1(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(next@16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(typescript@6.0.3)(zod@4.4.3) + specifier: ^4.13.0 + version: 4.13.0(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(next@16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(typescript@6.0.3)(zod@4.4.3) parse5: specifier: ^8.0.0 version: 8.0.1 @@ -221,8 +221,8 @@ importers: packages: - '@anthropic-ai/sdk@0.110.0': - resolution: {integrity: sha512-hOP4bNYXDFHDxxiEgzlILXrxZIYCDnhe8sry0RDRKD/QnsEpvZcQpablCdm9X/WuD/YgOiSIkkqsL1mLLlTqJw==} + '@anthropic-ai/sdk@0.112.3': + resolution: {integrity: sha512-wjcozJlitVIuBEw9cj/xBuRznwkhcLmXmNzlFoeHbh4AvrDG3HGZrdvEOTTmobcbhjGkfOpKbmDTCQ4s9LQvCg==} hasBin: true peerDependencies: zod: ^3.25.0 || ^4.0.0 @@ -736,8 +736,8 @@ packages: cpu: [x64] os: [win32] - '@nodable/entities@2.2.0': - resolution: {integrity: sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==} + '@nodable/entities@3.0.0': + resolution: {integrity: sha512-8L9xFeTYKhm49xfIypoe2W5wV1m/3Z58kT+7kR9A8OyFxcPduI4VmxaUMQyKYrRjUoLLSXv6EKKID5Tvj9cUVw==} '@opentelemetry/api-logs@0.203.0': resolution: {integrity: sha512-9B9RU0H7Ya1Dx/Rkyc4stuBZSGVQF27WigitInx2QQoj6KUpEFYPKoWjdFTunJYxmXmh17HeBvbMa1EhGyPmqQ==} @@ -1630,8 +1630,8 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - cron-parser@5.6.1: - resolution: {integrity: sha512-QBm4o1PwZiuY7KFbVvW7FLC8bozy7YWzv+Fz6KRS7sQghzcbDZCGxr/Bc5b6TQreAoSwuWVP491dIcK0THCX6A==} + cron-parser@5.6.2: + resolution: {integrity: sha512-yJ/G1LVir6CnlkLI40CsampPLKl1SprGGlUagWtGJxewytRVYezv5xVyzzbT+Pvzx+VIRvZVF7/a0eEMTxdnTA==} engines: {node: '>=18'} cross-fetch@4.1.0: @@ -1860,8 +1860,8 @@ packages: fast-xml-builder@1.3.0: resolution: {integrity: sha512-F74cZEdCvuw9P41GAC3rod4X04jjWGM1JPEv/GWSqFTWLsdyMSBMBMlm9Hk3GLBgLBbdBNY8yee0pQh2RBVESQ==} - fast-xml-parser@5.10.0: - resolution: {integrity: sha512-SLhnTEqE5QpJHq/6zl9bsmImEP2adv+y6Wy+cJa7nVTRzQh1OZfCe9k29M5xN74LWnu0xa1zrUrq3KnOKl92Fg==} + fast-xml-parser@5.10.1: + resolution: {integrity: sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==} hasBin: true fdir@6.5.0: @@ -1979,8 +1979,8 @@ packages: inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - inngest@4.12.1: - resolution: {integrity: sha512-e4oxyTKrV5iNfz+st4yJH9jNxBqemRFmoc7zGnBNWXPVilGMWJ6jQYXdeIBEfrz2BBV0wPINcvRpkCsvgZHblQ==} + inngest@4.13.0: + resolution: {integrity: sha512-VC/I8KmqNmIFR9vrYrGkIXwLjevIVds1YqR1vw1WHIYWK9ZVFgfviyR7ciKTaKGwuKWlQKo6EdpY/jc8mucifQ==} engines: {node: '>=20'} peerDependencies: '@sveltejs/kit': '>=1.27.3' @@ -2334,6 +2334,10 @@ packages: resolution: {integrity: sha512-J7EF+8X+CzRPaJPOv9Ck2wNWJvGnnl3PcNPAdGg6GTLjyVpyQ0yATMSXRFRV01BviT/9Gwuc3rjEyJbDJG9a4w==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.19: + resolution: {integrity: sha512-Mz8SaolMd8nB+G13WkORcxQKHZ/NE4xXevtkJHVuG+guo9/wYKlIMTKAqGdEmYOXR2ijPjTYNHssizdaVSUNdQ==} + engines: {node: ^10 || ^12 || >=14} + postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} @@ -2508,8 +2512,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - systeminformation@5.31.16: - resolution: {integrity: sha512-37NsFaeaqwYxanLgdJAGWj8OXIRgvSBsDXGhlC0uUoHyl9nf4HrNsZjqtQ9Gc99bj9FQpffzYccPVuQ6gpjfqg==} + systeminformation@5.31.17: + resolution: {integrity: sha512-TvFA9iwDWlMjqZVlKIJ0Cy+Zgm9ttlMx0SMRwJDMNKyhlEKWBMb3+WRwDi/3dvHdWbexpos4Osp4U49p5WjB5g==} engines: {node: '>=8.0.0'} os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android] hasBin: true @@ -2739,7 +2743,7 @@ packages: snapshots: - '@anthropic-ai/sdk@0.110.0(zod@4.4.3)': + '@anthropic-ai/sdk@0.112.3(zod@4.4.3)': dependencies: json-schema-to-ts: 3.1.1 standardwebhooks: 1.0.0 @@ -3103,7 +3107,7 @@ snapshots: '@next/swc-win32-x64-msvc@16.2.10': optional: true - '@nodable/entities@2.2.0': {} + '@nodable/entities@3.0.0': {} '@opentelemetry/api-logs@0.203.0': dependencies: @@ -3416,7 +3420,7 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.1 '@opentelemetry/instrumentation': 0.220.0(@opentelemetry/api@1.9.1) - systeminformation: 5.31.16 + systeminformation: 5.31.17 transitivePeerDependencies: - supports-color @@ -4214,7 +4218,7 @@ snapshots: convert-source-map@2.0.0: {} - cron-parser@5.6.1: + cron-parser@5.6.2: dependencies: luxon: 3.7.2 @@ -4385,9 +4389,9 @@ snapshots: path-expression-matcher: 1.6.2 xml-naming: 0.3.0 - fast-xml-parser@5.10.0: + fast-xml-parser@5.10.1: dependencies: - '@nodable/entities': 2.2.0 + '@nodable/entities': 3.0.0 fast-xml-builder: 1.3.0 is-unsafe: 2.0.0 path-expression-matcher: 1.6.2 @@ -4514,7 +4518,7 @@ snapshots: inherits@2.0.4: {} - inngest@4.12.1(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(next@16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(typescript@6.0.3)(zod@4.4.3): + inngest@4.13.0(@opentelemetry/core@2.9.0(@opentelemetry/api@1.9.1))(next@16.2.10(@opentelemetry/api@1.9.1)(react-dom@19.2.7(react@19.2.7))(react@19.2.7))(react@19.2.7)(typescript@6.0.3)(zod@4.4.3): dependencies: '@bufbuild/protobuf': 2.12.1 '@inngest/ai': 0.1.7 @@ -4812,6 +4816,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.19: + dependencies: + nanoid: 3.3.16 + picocolors: 1.1.1 + source-map-js: 1.2.1 + postgres-array@2.0.0: {} postgres-bytea@1.0.1: {} @@ -5009,7 +5019,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - systeminformation@5.31.16: {} + systeminformation@5.31.17: {} temporal-polyfill@0.2.5: dependencies: @@ -5077,7 +5087,7 @@ snapshots: dependencies: lightningcss: 1.32.0 picomatch: 4.0.5 - postcss: 8.5.17 + postcss: 8.5.19 rolldown: 1.1.5 tinyglobby: 0.2.17 optionalDependencies: