diff --git a/.github/.nvmrc b/.github/.nvmrc index 4a1f488b..123b0527 100644 --- a/.github/.nvmrc +++ b/.github/.nvmrc @@ -1 +1 @@ -18.17.1 +18.20.2 diff --git a/.github/actions/node/action.yaml b/.github/actions/node/action.yaml index 1ea1e138..366c1b2c 100644 --- a/.github/actions/node/action.yaml +++ b/.github/actions/node/action.yaml @@ -17,7 +17,7 @@ runs: with: node-version: ${{ inputs.node-version }} - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 id: pnpm-install with: version: 8.6.10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e870f1..3b03ec66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 8 diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 996452fc..cde91cd5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 8 diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 23e72fee..64b2c69a 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 8 diff --git a/apps/workers/contact-api/package.json b/apps/workers/contact-api/package.json index e16ccce4..6a74b416 100644 --- a/apps/workers/contact-api/package.json +++ b/apps/workers/contact-api/package.json @@ -3,14 +3,14 @@ "version": "0.0.1", "dependencies": { "@cloudflare/workers-types": "^4.20230904.0", - "@whatwg-node/node-fetch": "^0.4.18", + "@whatwg-node/node-fetch": "^0.5.0", "async_hooks": "^1.0.0", "buffer": "^6.0.3", "esbuild-plugin-polyfill-node": "^0.3.0", "fs": "0.0.1-security", "http": "0.0.1-security", "process": "^0.11.10", - "reflect-metadata": "^0.1.13", + "reflect-metadata": "^0.2.0", "wrangler": "^3.9.0", "zlib": "^1.0.5" } diff --git a/docs/event-catalog/package.json b/docs/event-catalog/package.json index 470cd62a..3366aa9e 100644 --- a/docs/event-catalog/package.json +++ b/docs/event-catalog/package.json @@ -2,8 +2,8 @@ "name": "@open-system/docs-event-catalog", "version": "0.0.1", "dependencies": { - "@eventcatalog/core": "^1.0.1", - "@eventcatalog/plugin-doc-generator-asyncapi": "^0.3.5", + "@eventcatalog/core": "^1.0.5", + "@eventcatalog/plugin-doc-generator-asyncapi": "^0.4.0", "@eventcatalog/types": "^0.4.2" } } diff --git a/docs/website/package.json b/docs/website/package.json index 1e0547f8..6ac64d01 100644 --- a/docs/website/package.json +++ b/docs/website/package.json @@ -6,7 +6,7 @@ "@docusaurus/module-type-aliases": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", "docusaurus-plugin-react-docgen-typescript": "^1.1.0", - "docusaurus-plugin-typedoc": "^0.19.2", + "docusaurus-plugin-typedoc": "^0.22.0", "react-docgen-typescript": "^2.2.2" } } diff --git a/libs/contact/typescript/server/attachment/package.json b/libs/contact/typescript/server/attachment/package.json index 6ae2b434..44447cf5 100644 --- a/libs/contact/typescript/server/attachment/package.json +++ b/libs/contact/typescript/server/attachment/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "dependencies": { "@envelop/types": "^4.0.0", - "drizzle-orm": "^0.28.5" + "drizzle-orm": "^0.30.0" } } diff --git a/libs/core/typescript/server/cloudflare/package.json b/libs/core/typescript/server/cloudflare/package.json index 60fc0848..c4eca1d5 100644 --- a/libs/core/typescript/server/cloudflare/package.json +++ b/libs/core/typescript/server/cloudflare/package.json @@ -5,8 +5,8 @@ "@cloudflare/d1": "^1.4.1", "@cloudflare/workers-types": "^4.20230904.0", "@envelop/types": "^4.0.0", - "@nx/devkit": "16.7.0", - "drizzle-orm": "^0.28.5", + "@nx/devkit": "16.10.0", + "drizzle-orm": "^0.30.0", "pnpapi": "^0.0.0", "wrangler": "^3.9.0" } diff --git a/libs/core/typescript/server/drizzle/package.json b/libs/core/typescript/server/drizzle/package.json index dd2b43ca..7085a660 100644 --- a/libs/core/typescript/server/drizzle/package.json +++ b/libs/core/typescript/server/drizzle/package.json @@ -2,7 +2,7 @@ "name": "@open-system/core-server-drizzle", "version": "0.0.1", "dependencies": { - "drizzle-orm": "^0.28.5" + "drizzle-orm": "^0.30.0" }, "devDependencies": { "drizzle-kit": "^0.19.13" diff --git a/libs/core/typescript/server/graphql/package.json b/libs/core/typescript/server/graphql/package.json index 5c33c141..c4cb4b43 100644 --- a/libs/core/typescript/server/graphql/package.json +++ b/libs/core/typescript/server/graphql/package.json @@ -9,15 +9,15 @@ "@envelop/parser-cache": "^6.0.2", "@envelop/types": "^4.0.0", "@envelop/validation-cache": "^6.0.2", - "@escape.tech/graphql-armor": "^2.3.1", + "@escape.tech/graphql-armor": "^2.4.0", "@escape.tech/graphql-armor-types": "^0.5.0", - "@graphql-hive/client": "^0.24.1", + "@graphql-hive/client": "^0.32.0", "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", "@graphql-tools/schema": "^10.0.0", - "@graphql-tools/utils": "^10.0.6", - "@sentry/node": "^7.64.0", - "@whatwg-node/node-fetch": "^0.4.18", + "@graphql-tools/utils": "^10.2.0", + "@sentry/node": "^7.68.0", + "@whatwg-node/node-fetch": "^0.5.0", "@whatwg-node/server-plugin-cookies": "^1.0.2", "async_hooks": "^1.0.0", "inspector": "^0.5.0", diff --git a/libs/core/typescript/server/infisical/package.json b/libs/core/typescript/server/infisical/package.json index 41740091..b541355a 100644 --- a/libs/core/typescript/server/infisical/package.json +++ b/libs/core/typescript/server/infisical/package.json @@ -2,6 +2,6 @@ "name": "@open-system/core-server-infisical", "version": "0.0.1", "dependencies": { - "infisical-node": "^1.4.3" + "infisical-node": "^1.5.1" } } diff --git a/libs/core/typescript/server/pino-logging/package.json b/libs/core/typescript/server/pino-logging/package.json index 728ee0cc..cda3a05c 100644 --- a/libs/core/typescript/server/pino-logging/package.json +++ b/libs/core/typescript/server/pino-logging/package.json @@ -2,7 +2,7 @@ "name": "@open-system/core-server-pino-logging", "version": "0.0.1", "dependencies": { - "pino": "^8.14.2", + "pino": "^8.21.0", "pino-pretty": "^10.2.0" } } diff --git a/libs/core/typescript/server/utilities/package.json b/libs/core/typescript/server/utilities/package.json index 60aedae3..5ba36555 100644 --- a/libs/core/typescript/server/utilities/package.json +++ b/libs/core/typescript/server/utilities/package.json @@ -3,9 +3,9 @@ "version": "0.0.1", "dependencies": { "@types/fs-extra": "^11.0.1", - "@whatwg-node/node-fetch": "^0.4.18", + "@whatwg-node/node-fetch": "^0.5.0", "fs": "0.0.1-security", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "path": "^0.12.7" } } diff --git a/package.json b/package.json index d325e2ec..d32d1836 100644 --- a/package.json +++ b/package.json @@ -85,54 +85,54 @@ }, "prettier": "./dist/tools/devops/config/prettier/config.js", "resolutions": { - "graphql": "^16.8.0" + "graphql": "16.8.1" }, "dependencies": { "@cloudflare/workers-types": "^4.20230904.0", - "@commitlint/config-nx-scopes": "^17.6.4", + "@commitlint/config-nx-scopes": "^17.8.1", "@commitlint/cz-commitlint": "^17.7.1", "@commitlint/prompt-cli": "^17.7.1", "@envelop/graphql-modules": "^5.0.0", "@envelop/live-query": "^6.0.0", "@envelop/sentry": "^6.0.0", "@graphql-codegen/core": "^4.0.0", - "@graphql-yoga/plugin-response-cache": "^2.1.0", - "@heroicons/react": "^2.0.18", + "@graphql-yoga/plugin-response-cache": "^2.2.0", + "@heroicons/react": "^2.1.3", "@js-temporal/polyfill": "^0.4.4", - "@next/bundle-analyzer": "^13.4.7", - "@pothos/core": "^3.30.0", + "@next/bundle-analyzer": "^13.5.6", + "@pothos/core": "^3.34.0", "@release-it/bumper": "^5.1.0", - "@vercel/analytics": "^1.0.1", - "@vercel/edge-config": "^0.2.1", + "@vercel/analytics": "^1.0.2", + "@vercel/edge-config": "^0.4.0", "@vercel/otel": "^0.3.0", "@wundergraph/react-relay": "^0.4.0", - "@wundergraph/sdk": "^0.175.0", + "@wundergraph/sdk": "^0.184.0", "attr-accept": "^2.2.2", "bcryptjs": "^2.4.3", "check-dependency-version-consistency": "^4.1.0", "clsx": "^1.1.1", "commitizen": "^4.3.0", - "core-js": "^3.30.1", - "dotenv": "^16.0.3", + "core-js": "^3.37.0", + "dotenv": "^16.3.1", "file-selector": "^0.6.0", "graphql": "^16.8.0", - "graphql-modules": "^2.1.2", - "graphql-scalars": "^1.22.2", - "graphql-sse": "^2.2.0", + "graphql-modules": "^2.2.0", + "graphql-scalars": "^1.23.0", + "graphql-sse": "^2.3.0", "graphql-yoga": "^4.0.3", "helios-opentelemetry-sdk": "^1.0.89", "inquirer": "8", - "jotai": "^2.1.0", - "jotai-molecules": "^1.1.1", - "kysely": "^0.26.0", + "jotai": "^2.8.0", + "jotai-molecules": "^1.2.0", + "kysely": "^0.27.0", "kysely-d1": "^0.3.0", "lottie-web": "^5.12.0", - "next": "^13.4.4", - "next-auth": "^4.22.3", + "next": "^13.5.6", + "next-auth": "^4.23.1", "radash": "^11.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.46.1", "react-relay": "^15.0.0", "react-router": "^5.3.4", "react-router-dom": "^5.3.4", @@ -140,12 +140,12 @@ "redis-om": "^0.4.0-beta.3", "regenerator-runtime": "0.14.0", "relay-runtime": "^15.0.0", - "release-it": "^16.1.5", + "release-it": "^16.3.0", "rimraf": "^5.0.0", "schema-dts": "^1.1.2", "superjson": "^1.13.1", "tslib": "^2.5.2", - "zod": "^3.21.4", + "zod": "^3.22.2", "zod-validation-error": "^1.3.1" }, "devDependencies": { @@ -310,20 +310,20 @@ "zod-prisma-types": "^2.7.4" }, "optionalDependencies": { - "@nx/nx-win32-x64-msvc": "^16.8.1", - "@swc/core-darwin-arm64": "^1.3.83", - "@swc/core-darwin-x64": "^1.3.83", - "@swc/core-linux-arm-gnueabihf": "^1.3.83", - "@swc/core-linux-arm64-gnu": "^1.3.83", - "@swc/core-linux-arm64-musl": "^1.3.83", - "@swc/core-linux-x64-gnu": "^1.3.83", - "@swc/core-linux-x64-musl": "^1.3.83", - "@swc/core-win32-arm64-msvc": "^1.3.83", - "@swc/core-win32-ia32-msvc": "^1.3.83", - "@swc/core-win32-x64-msvc": "^1.3.83", - "@swc/wasm": "^1.3.83" + "@nx/nx-win32-x64-msvc": "16.8.1", + "@swc/core-darwin-arm64": "1.3.83", + "@swc/core-darwin-x64": "1.3.83", + "@swc/core-linux-arm-gnueabihf": "1.3.83", + "@swc/core-linux-arm64-gnu": "1.3.83", + "@swc/core-linux-arm64-musl": "1.3.83", + "@swc/core-linux-x64-gnu": "1.3.83", + "@swc/core-linux-x64-musl": "1.3.83", + "@swc/core-win32-arm64-msvc": "1.3.83", + "@swc/core-win32-ia32-msvc": "1.3.83", + "@swc/core-win32-x64-msvc": "1.3.83", + "@swc/wasm": "1.3.83" }, - "packageManager": "pnpm@8.7.4", + "packageManager": "pnpm@8.15.8", "engines": { "node": ">=18.17.0", "pnpm": ">=8.7.4" diff --git a/tools/async-api/kafka/package.json b/tools/async-api/kafka/package.json index 5c09174c..566441ca 100644 --- a/tools/async-api/kafka/package.json +++ b/tools/async-api/kafka/package.json @@ -11,12 +11,12 @@ "bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION" }, "dependencies": { - "@asyncapi/generator": "^1.10.14", + "@asyncapi/generator": "^1.11.0", "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", "@asyncapi/modelina": "^1.8.11", "@asyncapi/parser": "^2.0.0", - "yaml": "^2.0.0" + "yaml": "^2.3.2" }, "generator": { "renderer": "react", diff --git a/tools/async-api/rabbitmq/package.json b/tools/async-api/rabbitmq/package.json index 7ee9f74b..ff5b9779 100644 --- a/tools/async-api/rabbitmq/package.json +++ b/tools/async-api/rabbitmq/package.json @@ -12,7 +12,7 @@ "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", "@asyncapi/parser": "^2.0.0", - "yaml": "^2.0.0" + "yaml": "^2.3.2" }, "generator": { "renderer": "react", diff --git a/tools/devops/config/package.json b/tools/devops/config/package.json index 04d11d99..f5b4c917 100644 --- a/tools/devops/config/package.json +++ b/tools/devops/config/package.json @@ -2,12 +2,12 @@ "name": "@open-system/tools-devops-config", "version": "0.0.1", "dependencies": { - "@commitlint/config-conventional": "^17.6.1", - "@commitlint/config-nx-scopes": "^17.6.4", + "@commitlint/config-conventional": "^17.7.0", + "@commitlint/config-nx-scopes": "^17.8.1", "eslint-plugin-tsdoc": "^0.2.17", "prettier": "2.8.8", - "prettier-plugin-packagejson": "^2.4.5", - "prettier-plugin-tailwindcss": "^0.3.0", + "prettier-plugin-packagejson": "^2.5.0", + "prettier-plugin-tailwindcss": "^0.5.0", "shell-quote": "^1.8.1", "stacktracey": "^2.1.8" } diff --git a/tools/devops/docker/kafka-connect/Dockerfile b/tools/devops/docker/kafka-connect/Dockerfile index 950ce293..aeb441cb 100644 --- a/tools/devops/docker/kafka-connect/Dockerfile +++ b/tools/devops/docker/kafka-connect/Dockerfile @@ -1,4 +1,4 @@ -FROM confluentinc/cp-kafka-connect-base:7.4.1 +FROM confluentinc/cp-kafka-connect-base:7.6.1 RUN confluent-hub install --no-prompt confluentinc/kafka-connect-jdbc:latest \ && confluent-hub install --no-prompt debezium/debezium-connector-postgresql:latest \ No newline at end of file diff --git a/tools/executors/docs/package.json b/tools/executors/docs/package.json index efcb3ca2..fd4c7f62 100644 --- a/tools/executors/docs/package.json +++ b/tools/executors/docs/package.json @@ -4,17 +4,17 @@ "main": "./index.js", "typings": "./index.d.ts", "dependencies": { - "@angular-devkit/architect": "^0.1602.0", + "@angular-devkit/architect": "^0.1703.0", "@angular-devkit/core": "^16.2.0", "@angular-devkit/schematics": "^16.2.0", - "@eventcatalog/core": "^1.0.1", + "@eventcatalog/core": "^1.0.5", "@eventcatalog/types": "^0.4.2", - "@swc/core": "^1.3.83", + "@swc/core": "^1.5.5", "doctoc": "^2.2.1", - "fs-extra": "^11.1.1", - "nx": "16.7.0", + "fs-extra": "^11.2.0", + "nx": "16.10.0", "pnpapi": "^0.0.0", - "qs": "^6.11.2" + "qs": "^6.12.1" }, "executors": "./executors.json" } diff --git a/tools/executors/typescript/package.json b/tools/executors/typescript/package.json index 51d65947..35435d62 100644 --- a/tools/executors/typescript/package.json +++ b/tools/executors/typescript/package.json @@ -5,13 +5,13 @@ "main": "./index.js", "typings": "./index.d.ts", "dependencies": { - "@asyncapi/generator": "^1.10.14", + "@asyncapi/generator": "^1.11.0", "@esbuild-plugins/node-globals-polyfill": "^0.2.3", - "@nx/devkit": "16.7.0", + "@nx/devkit": "16.10.0", "@types/fs-extra": "^11.0.1", - "esbuild": "^0.18.11", + "esbuild": "^0.21.0", "esbuild-plugin-polyfill-node": "^0.3.0", - "fs-extra": "^11.1.1", + "fs-extra": "^11.2.0", "fsevents": "^2.3.3", "glob": "^10.3.3", "lodash": "^4.17.21", diff --git a/tools/generators/typescript/package.json b/tools/generators/typescript/package.json index ef60474a..1c3418ca 100644 --- a/tools/generators/typescript/package.json +++ b/tools/generators/typescript/package.json @@ -5,8 +5,8 @@ "main": "./index.js", "typings": "./index.d.ts", "dependencies": { - "@nx/devkit": "16.7.0", - "fs-extra": "^11.1.1", + "@nx/devkit": "16.10.0", + "fs-extra": "^11.2.0", "fsevents": "^2.3.3", "glob": "^10.3.3", "lodash": "^4.17.21", diff --git a/tools/open-api/dotnet-model/pom.xml b/tools/open-api/dotnet-model/pom.xml index 34f2c4d6..c66b9bed 100644 --- a/tools/open-api/dotnet-model/pom.xml +++ b/tools/open-api/dotnet-model/pom.xml @@ -12,7 +12,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -32,7 +32,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 @@ -66,7 +66,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.5.0 add_sources @@ -99,7 +99,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 1.8 1.8 diff --git a/tools/open-api/dotnet-server/pom.xml b/tools/open-api/dotnet-server/pom.xml index ebf38caf..51745ad6 100644 --- a/tools/open-api/dotnet-server/pom.xml +++ b/tools/open-api/dotnet-server/pom.xml @@ -11,7 +11,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 @@ -49,7 +49,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 @@ -65,7 +65,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.5.0 add_sources @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 1.8 1.8 diff --git a/tools/open-api/typescript-client/pom.xml b/tools/open-api/typescript-client/pom.xml index 78d41a73..9596967b 100644 --- a/tools/open-api/typescript-client/pom.xml +++ b/tools/open-api/typescript-client/pom.xml @@ -11,7 +11,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 @@ -49,7 +49,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 @@ -65,7 +65,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.5.0 add_sources @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 1.8 1.8 diff --git a/tools/open-api/typescript-redux/pom.xml b/tools/open-api/typescript-redux/pom.xml index 21f5b277..a7d13496 100644 --- a/tools/open-api/typescript-redux/pom.xml +++ b/tools/open-api/typescript-redux/pom.xml @@ -11,7 +11,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce-maven @@ -31,7 +31,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 @@ -49,7 +49,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 @@ -65,7 +65,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.5.0 add_sources @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 1.8 1.8 diff --git a/tools/storm/language/package.json b/tools/storm/language/package.json index a7a117b2..f9a76b2d 100644 --- a/tools/storm/language/package.json +++ b/tools/storm/language/package.json @@ -2,7 +2,7 @@ "name": "@open-system/tools-storm-language", "version": "0.0.1", "dependencies": { - "langium": "1.2.1", - "langium-cli": "1.2.1" + "langium": "1.3.1", + "langium-cli": "1.3.1" } } diff --git a/tools/storm/plugins/drizzle/package.json b/tools/storm/plugins/drizzle/package.json index 701ba687..18ece2ce 100644 --- a/tools/storm/plugins/drizzle/package.json +++ b/tools/storm/plugins/drizzle/package.json @@ -3,10 +3,10 @@ "version": "0.0.1", "dependencies": { "@prisma/generator-helper": "^5.2.0", - "drizzle-orm": "^0.28.5", - "langium": "1.2.1", + "drizzle-orm": "^0.30.0", + "langium": "1.3.1", "path": "^0.12.7", - "semver": "^7.5.4", + "semver": "^7.6.2", "ts-morph": "^19.0.0" }, "devDependencies": { diff --git a/tools/storm/plugins/graphql/package.json b/tools/storm/plugins/graphql/package.json index 71828bd8..2786bc56 100644 --- a/tools/storm/plugins/graphql/package.json +++ b/tools/storm/plugins/graphql/package.json @@ -5,10 +5,10 @@ "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", "@prisma/generator-helper": "^5.2.0", - "drizzle-orm": "^0.28.5", - "langium": "1.2.1", + "drizzle-orm": "^0.30.0", + "langium": "1.3.1", "path": "^0.12.7", - "semver": "^7.5.4", + "semver": "^7.6.2", "ts-morph": "^19.0.0" }, "devDependencies": { diff --git a/tools/storm/plugins/zod/package.json b/tools/storm/plugins/zod/package.json index c1cbf9ae..b96b0747 100644 --- a/tools/storm/plugins/zod/package.json +++ b/tools/storm/plugins/zod/package.json @@ -4,7 +4,7 @@ "dependencies": { "@prisma/generator-helper": "^5.2.0", "path": "^0.12.7", - "semver": "^7.5.4", + "semver": "^7.6.2", "ts-morph": "^19.0.0" } } diff --git a/tools/storm/runtime/package.json b/tools/storm/runtime/package.json index c61584e5..e706ec40 100644 --- a/tools/storm/runtime/package.json +++ b/tools/storm/runtime/package.json @@ -3,6 +3,6 @@ "version": "0.0.1", "dependencies": { "decimal.js": "^10.4.3", - "semver": "^7.5.4" + "semver": "^7.6.2" } } diff --git a/tools/storm/schema/package.json b/tools/storm/schema/package.json index 48aec767..8bac6228 100644 --- a/tools/storm/schema/package.json +++ b/tools/storm/schema/package.json @@ -39,17 +39,17 @@ }, "dependencies": { "@prisma/client": "^5.2.0", - "@vscode/vsce": "^2.20.1", + "@vscode/vsce": "^2.21.0", "chalk": "4.1.0", - "langium": "1.2.1", - "langium-cli": "1.2.1", + "langium": "1.3.1", + "langium-cli": "1.3.1", "ora": "^7.0.1", "path": "^0.12.7", "pluralize": "^8.0.0", "prettier": "2.8.8", - "semver": "^7.5.4", + "semver": "^7.6.2", "ts-morph": "^19.0.0", - "ts-pattern": "^5.0.5", + "ts-pattern": "^5.1.1", "vscode": "^1.1.37", "vscode-jsonrpc": "^8.1.0", "vscode-languageclient": "^8.1.0",