firecrawl/apps/api/package.json

120 lines
4.0 KiB
JSON
Raw Normal View History

2024-04-16 05:01:47 +08:00
{
"name": "firecrawl-scraper-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --exec ts-node src/index.ts",
"start:production": "tsc && node dist/src/index.js",
"format": "prettier --write \"src/**/*.(js|ts)\"",
"flyio": "node dist/src/index.js",
"start:dev": "nodemon --exec ts-node src/index.ts",
"build": "tsc",
2024-04-22 03:05:12 +08:00
"test": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathIgnorePatterns='src/__tests__/e2e_noAuth/*'",
2024-04-24 02:15:11 +08:00
"test:local-no-auth": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathIgnorePatterns='src/__tests__/e2e_withAuth/*'",
"test:full": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathIgnorePatterns='(src/__tests__/e2e_noAuth|src/__tests__/e2e_withAuth)'",
"test:prod": "npx jest --detectOpenHandles --forceExit --openHandlesTimeout=120000 --watchAll=false --testPathIgnorePatterns='(src/__tests__/e2e_noAuth|src/__tests__/e2e_full_withAuth)'",
2024-06-18 22:51:28 +08:00
"workers": "nodemon --exec ts-node src/services/queue-worker.ts",
2024-04-16 05:01:47 +08:00
"worker:production": "node dist/src/services/queue-worker.js",
"mongo-docker": "docker run -d -p 2717:27017 -v ./mongo-data:/data/db --name mongodb mongo:latest",
"mongo-docker-console": "docker exec -it mongodb mongosh",
"run-example": "npx ts-node src/example.ts",
"deploy:fly": "flyctl deploy",
"deploy:fly:staging": "fly deploy -c fly.staging.toml"
2024-04-16 05:01:47 +08:00
},
"author": "",
"license": "ISC",
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
2024-07-30 06:37:09 +08:00
"@jest/globals": "^29.7.0",
2024-04-16 05:01:47 +08:00
"@tsconfig/recommended": "^1.0.3",
"@types/body-parser": "^1.19.2",
"@types/bull": "^4.10.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
2024-04-19 03:28:01 +08:00
"@types/jest": "^29.5.12",
2024-06-04 22:05:50 +08:00
"@types/node": "^20.14.1",
2024-04-16 05:01:47 +08:00
"body-parser": "^1.20.1",
"express": "^4.18.2",
"jest": "^29.6.3",
"jest-fetch-mock": "^3.0.3",
2024-05-17 02:48:02 +08:00
"mammoth": "^1.7.2",
2024-04-16 05:01:47 +08:00
"nodemon": "^2.0.20",
"supabase": "^1.77.9",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.4.2"
},
"dependencies": {
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"@anthropic-ai/sdk": "^0.24.3",
2024-04-16 05:01:47 +08:00
"@brillout/import": "^0.2.2",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"@bull-board/api": "^5.20.5",
"@bull-board/express": "^5.20.5",
2024-04-16 05:01:47 +08:00
"@devil7softwares/pos": "^1.0.2",
2024-05-01 00:20:15 +08:00
"@dqbd/tiktoken": "^1.0.13",
2024-07-30 09:28:29 +08:00
"@hyperdx/node-opentelemetry": "^0.8.1",
2024-04-16 05:01:47 +08:00
"@logtail/node": "^0.4.12",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"@nangohq/node": "^0.40.8",
"@sentry/node": "^8.13.0",
"@supabase/supabase-js": "^2.44.2",
"ajv": "^8.16.0",
2024-04-16 05:01:47 +08:00
"async": "^3.2.5",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"async-mutex": "^0.5.0",
2024-04-16 05:01:47 +08:00
"axios": "^1.3.4",
"bottleneck": "^2.19.5",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"bull": "^4.15.0",
2024-07-30 06:31:43 +08:00
"cacheable-lookup": "^6.1.0",
2024-04-16 05:01:47 +08:00
"cheerio": "^1.0.0-rc.12",
"cohere": "^1.1.1",
"cors": "^2.8.5",
"cron-parser": "^4.9.0",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"date-fns": "^3.6.0",
2024-04-16 05:01:47 +08:00
"dotenv": "^16.3.1",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"express-rate-limit": "^7.3.1",
2024-04-18 22:43:57 +08:00
"form-data": "^4.0.0",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"glob": "^10.4.2",
2024-04-16 05:01:47 +08:00
"gpt3-tokenizer": "^1.1.5",
2024-07-17 10:41:13 +08:00
"ioredis": "^5.4.1",
2024-04-24 02:15:11 +08:00
"joplin-turndown-plugin-gfm": "^1.0.12",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"json-schema-to-zod": "^2.3.0",
"keyword-extractor": "^0.0.28",
"langchain": "^0.2.8",
2024-04-16 05:01:47 +08:00
"languagedetect": "^2.0.0",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"logsnag": "^1.0.0",
2024-04-16 05:01:47 +08:00
"luxon": "^3.4.3",
"md5": "^2.3.0",
"moment": "^2.29.4",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"mongoose": "^8.4.4",
"natural": "^7.0.7",
"openai": "^4.52.2",
2024-04-18 22:43:57 +08:00
"pdf-parse": "^1.1.1",
2024-04-16 05:01:47 +08:00
"pos": "^0.4.2",
2024-05-03 03:30:22 +08:00
"posthog-node": "^4.0.1",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"promptable": "^0.0.10",
"puppeteer": "^22.12.1",
"rate-limiter-flexible": "2.4.2",
2024-07-31 06:59:35 +08:00
"redlock": "5.0.0-beta.2",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"resend": "^3.4.0",
2024-04-16 05:01:47 +08:00
"robots-parser": "^3.0.1",
"scrapingbee": "^1.7.4",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"stripe": "^16.1.0",
2024-04-16 05:01:47 +08:00
"turndown": "^7.1.3",
2024-04-18 03:44:23 +08:00
"turndown-plugin-gfm": "^1.0.2",
2024-04-16 05:01:47 +08:00
"typesense": "^1.5.4",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"unstructured-client": "^0.11.3",
"uuid": "^10.0.0",
2024-04-16 05:01:47 +08:00
"wordpos": "^2.1.0",
"xml2js": "^0.6.2",
"zod": "^3.23.4",
apps/api(deps): bump the prod-deps group in /apps/api with 28 updates Bumps the prod-deps group in /apps/api with 28 updates: | Package | From | To | | --- | --- | --- | | [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.20.9` | `0.24.3` | | [@bull-board/api](https://github.com/felixmosh/bull-board/tree/HEAD/packages/api) | `5.19.2` | `5.20.5` | | [@bull-board/express](https://github.com/felixmosh/bull-board/tree/HEAD/packages/express) | `5.19.2` | `5.20.5` | | [@hyperdx/node-opentelemetry](https://github.com/hyperdxio/hyperdx-js) | `0.7.0` | `0.8.0` | | [@nangohq/node](https://github.com/NangoHQ/nango/tree/HEAD/packages/node-client) | `0.36.101` | `0.40.8` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `7.116.0` | `8.13.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js) | `2.43.4` | `2.44.2` | | [ajv](https://github.com/ajv-validator/ajv) | `8.15.0` | `8.16.0` | | [async-mutex](https://github.com/DirtyHairy/async-mutex) | `0.4.1` | `0.5.0` | | [bull](https://github.com/OptimalBits/bull) | `4.12.9` | `4.15.0` | | [date-fns](https://github.com/date-fns/date-fns) | `2.30.0` | `3.6.0` | | [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `6.11.2` | `7.3.1` | | [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` | | [json-schema-to-zod](https://github.com/StefanTerdell/json-schema-to-zod) | `2.1.0` | `2.3.0` | | [keyword-extractor](https://github.com/michaeldelorenzo/keyword-extractor) | `0.0.25` | `0.0.28` | | [langchain](https://github.com/langchain-ai/langchainjs) | `0.1.37` | `0.2.8` | | [logsnag](https://github.com/LogSnag/logsnag.js) | `0.1.8` | `1.0.0` | | [mongoose](https://github.com/Automattic/mongoose) | `8.4.1` | `8.4.4` | | [natural](https://github.com/NaturalNode/natural) | `6.12.0` | `7.0.7` | | [openai](https://github.com/openai/openai-node) | `4.47.3` | `4.52.2` | | [promptable](https://github.com/promptable/Promptable.js) | `0.0.9` | `0.0.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `22.10.0` | `22.12.1` | | [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) | `2.4.2` | `5.0.3` | | [resend](https://github.com/resendlabs/resend-node) | `3.2.0` | `3.4.0` | | [stripe](https://github.com/stripe/stripe-node) | `12.18.0` | `16.1.0` | | [unstructured-client](https://github.com/Unstructured-IO/unstructured-js-client) | `0.9.4` | `0.11.3` | | [uuid](https://github.com/uuidjs/uuid) | `9.0.1` | `10.0.0` | | [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.23.0` | `3.23.1` | Updates `@anthropic-ai/sdk` from 0.20.9 to 0.24.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.20.9...sdk-v0.24.3) Updates `@bull-board/api` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/api) Updates `@bull-board/express` from 5.19.2 to 5.20.5 - [Release notes](https://github.com/felixmosh/bull-board/releases) - [Changelog](https://github.com/felixmosh/bull-board/blob/master/CHANGELOG.md) - [Commits](https://github.com/felixmosh/bull-board/commits/v5.20.5/packages/express) Updates `@hyperdx/node-opentelemetry` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/hyperdxio/hyperdx-js/releases) - [Commits](https://github.com/hyperdxio/hyperdx-js/compare/@hyperdx/node-opentelemetry@0.7.0...@hyperdx/node-opentelemetry@0.8.0) Updates `@nangohq/node` from 0.36.101 to 0.40.8 - [Release notes](https://github.com/NangoHQ/nango/releases) - [Changelog](https://github.com/NangoHQ/nango/blob/master/CHANGELOG.md) - [Commits](https://github.com/NangoHQ/nango/commits/v0.40.8/packages/node-client) Updates `@sentry/node` from 7.116.0 to 8.13.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.116.0...8.13.0) Updates `@supabase/supabase-js` from 2.43.4 to 2.44.2 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/RELEASE.md) - [Commits](https://github.com/supabase/supabase-js/compare/v2.43.4...v2.44.2) Updates `ajv` from 8.15.0 to 8.16.0 - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](https://github.com/ajv-validator/ajv/compare/v8.15.0...v8.16.0) Updates `async-mutex` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md) - [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0) Updates `bull` from 4.12.9 to 4.15.0 - [Release notes](https://github.com/OptimalBits/bull/releases) - [Changelog](https://github.com/OptimalBits/bull/blob/develop/CHANGELOG.md) - [Commits](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.15.0) Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `express-rate-limit` from 6.11.2 to 7.3.1 - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.11.2...v7.3.1) Updates `glob` from 10.4.1 to 10.4.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.1...v10.4.2) Updates `json-schema-to-zod` from 2.1.0 to 2.3.0 - [Commits](https://github.com/StefanTerdell/json-schema-to-zod/commits) Updates `keyword-extractor` from 0.0.25 to 0.0.28 - [Release notes](https://github.com/michaeldelorenzo/keyword-extractor/releases) - [Commits](https://github.com/michaeldelorenzo/keyword-extractor/compare/0.0.25...0.0.28) Updates `langchain` from 0.1.37 to 0.2.8 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/compare/0.1.37...0.2.8) Updates `logsnag` from 0.1.8 to 1.0.0 - [Commits](https://github.com/LogSnag/logsnag.js/compare/v0.1.8...v1.0.0) Updates `mongoose` from 8.4.1 to 8.4.4 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.4.1...8.4.4) Updates `natural` from 6.12.0 to 7.0.7 - [Release notes](https://github.com/NaturalNode/natural/releases) - [Commits](https://github.com/NaturalNode/natural/compare/v6.12.0...v7.0.7) Updates `openai` from 4.47.3 to 4.52.2 - [Release notes](https://github.com/openai/openai-node/releases) - [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/openai/openai-node/compare/v4.47.3...v4.52.2) Updates `promptable` from 0.0.9 to 0.0.10 - [Commits](https://github.com/promptable/Promptable.js/commits) Updates `puppeteer` from 22.10.0 to 22.12.1 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.10.0...puppeteer-v22.12.1) Updates `rate-limiter-flexible` from 2.4.2 to 5.0.3 - [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases) - [Commits](https://github.com/animir/node-rate-limiter-flexible/commits/v5.0.3) Updates `resend` from 3.2.0 to 3.4.0 - [Release notes](https://github.com/resendlabs/resend-node/releases) - [Commits](https://github.com/resendlabs/resend-node/compare/v3.2.0...v3.4.0) Updates `stripe` from 12.18.0 to 16.1.0 - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v12.18.0...v16.1.0) Updates `unstructured-client` from 0.9.4 to 0.11.3 - [Release notes](https://github.com/Unstructured-IO/unstructured-js-client/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured-js-client/blob/main/RELEASES.md) - [Commits](https://github.com/Unstructured-IO/unstructured-js-client/compare/v0.9.4...v0.11.3) Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `zod-to-json-schema` from 3.23.0 to 3.23.1 - [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases) - [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md) - [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits) --- updated-dependencies: - dependency-name: "@anthropic-ai/sdk" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/api" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@bull-board/express" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@hyperdx/node-opentelemetry" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@nangohq/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: "@supabase/supabase-js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: ajv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: async-mutex dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: bull dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: json-schema-to-zod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: keyword-extractor dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: langchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: logsnag dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: natural dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: promptable dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: rate-limiter-flexible dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: unstructured-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major dependency-group: prod-deps - dependency-name: zod-to-json-schema dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-07-02 20:52:43 +08:00
"zod-to-json-schema": "^3.23.1"
2024-04-16 05:01:47 +08:00
},
"nodemonConfig": {
"ignore": [
"*.docx",
"*.json",
"temp"
]
}
}