Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent a0b43f9 commit 8498f50
Show file tree
Hide file tree
Showing 29 changed files with 13,410 additions and 27,745 deletions.
16 changes: 8 additions & 8 deletions apps/workers/contact-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@open-system/worker-contact-api",
"version": "0.0.1",
"dependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"async_hooks": "^1.0.0",
"buffer": "^6.0.3",
"esbuild-plugin-polyfill-node": "^0.3.0",
"@cloudflare/workers-types": "4.20230904.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",
"wrangler": "^3.2.0",
"zlib": "^1.0.5"
"process": "0.11.10",
"reflect-metadata": "0.1.13",
"wrangler": "3.7.0",
"zlib": "1.0.5"
}
}
2 changes: 1 addition & 1 deletion design-system/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"@nxkit/style-dictionary": "^3.0.2"
},
"dependencies": {
"style-dictionary": "^3.8.0"
"style-dictionary": "3.8.0"
}
}
6 changes: 3 additions & 3 deletions docs/event-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/types": "^0.4.2"
"@eventcatalog/core": "1.0.5",
"@eventcatalog/plugin-doc-generator-asyncapi": "0.3.5",
"@eventcatalog/types": "0.4.2"
}
}
12 changes: 6 additions & 6 deletions docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@open-system/docs-website",
"version": "0.0.1",
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@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",
"react-docgen-typescript": "^2.2.2"
"@docusaurus/core": "2.4.1",
"@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",
"react-docgen-typescript": "2.2.2"
}
}
4 changes: 2 additions & 2 deletions libs/contact/typescript/server/attachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/contact-server-attachment",
"version": "0.0.1",
"dependencies": {
"@envelop/types": "^4.0.0",
"drizzle-orm": "^0.28.5"
"@envelop/types": "4.0.1",
"drizzle-orm": "0.28.6"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/client/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@open-system/core-client-notifications",
"version": "0.0.1",
"dependencies": {
"stacktracey": "^2.1.8"
"stacktracey": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/server/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-application",
"version": "0.0.1",
"dependencies": {
"memjs": "^1.3.1"
"memjs": "1.3.1"
},
"devDependencies": {
"@types/memjs": "^1.3.0"
Expand Down
12 changes: 6 additions & 6 deletions libs/core/typescript/server/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@open-system/core-server-cloudflare",
"version": "0.0.1",
"dependencies": {
"@cloudflare/d1": "^1.4.1",
"@cloudflare/workers-types": "^4.20230904.0",
"@envelop/types": "^4.0.0",
"@cloudflare/d1": "1.4.1",
"@cloudflare/workers-types": "4.20230904.0",
"@envelop/types": "4.0.1",
"@nx/devkit": "16.7.0",
"drizzle-orm": "^0.28.5",
"pnpapi": "^0.0.0",
"wrangler": "^3.7.0"
"drizzle-orm": "0.28.6",
"pnpapi": "0.0.0",
"wrangler": "3.7.0"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/server/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-drizzle",
"version": "0.0.1",
"dependencies": {
"drizzle-orm": "^0.28.5"
"drizzle-orm": "0.28.6"
},
"devDependencies": {
"drizzle-kit": "^0.19.13"
Expand Down
36 changes: 18 additions & 18 deletions libs/core/typescript/server/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"name": "@open-system/core-server-graphql",
"version": "0.0.1",
"dependencies": {
"@envelop/core": "^4.0.0",
"@envelop/disable-introspection": "^5.0.1",
"@envelop/extended-validation": "^3.0.1",
"@envelop/filter-operation-type": "^5.0.1",
"@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-types": "^0.5.0",
"@graphql-hive/client": "^0.24.1",
"@graphql-tools/graphql-file-loader": "^8.0.0",
"@graphql-tools/load": "^8.0.0",
"@graphql-tools/schema": "^10.0.0",
"@sentry/node": "^7.64.0",
"@whatwg-node/node-fetch": "^0.4.18",
"@whatwg-node/server-plugin-cookies": "^1.0.2",
"async_hooks": "^1.0.0",
"inspector": "^0.5.0"
"@envelop/core": "4.0.1",
"@envelop/disable-introspection": "5.0.1",
"@envelop/extended-validation": "3.0.1",
"@envelop/filter-operation-type": "5.0.1",
"@envelop/parser-cache": "6.0.2",
"@envelop/types": "4.0.1",
"@envelop/validation-cache": "6.0.2",
"@escape.tech/graphql-armor": "2.3.1",
"@escape.tech/graphql-armor-types": "0.5.0",
"@graphql-hive/client": "0.24.1",
"@graphql-tools/graphql-file-loader": "8.0.0",
"@graphql-tools/load": "8.0.0",
"@graphql-tools/schema": "10.0.0",
"@sentry/node": "7.68.0",
"@whatwg-node/node-fetch": "0.4.18",
"@whatwg-node/server-plugin-cookies": "1.0.2",
"async_hooks": "1.0.0",
"inspector": "0.5.0"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/server/infisical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@open-system/core-server-infisical",
"version": "0.0.1",
"dependencies": {
"infisical-node": "^1.4.3"
"infisical-node": "1.4.3"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/server/kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@open-system/core-server-kafka",
"version": "0.0.1",
"dependencies": {
"kafkajs": "^2.2.4"
"kafkajs": "2.2.4"
}
}
4 changes: 2 additions & 2 deletions libs/core/typescript/server/pino-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-pino-logging",
"version": "0.0.1",
"dependencies": {
"pino": "^8.14.2",
"pino-pretty": "^10.2.0"
"pino": "8.15.1",
"pino-pretty": "10.2.0"
}
}
6 changes: 3 additions & 3 deletions libs/core/typescript/server/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@open-system/core-server-utilities",
"version": "0.0.1",
"dependencies": {
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "11.0.1",
"fs": "0.0.1-security",
"fs-extra": "^11.1.1",
"path": "^0.12.7"
"fs-extra": "11.1.1",
"path": "0.12.7"
}
}
4 changes: 2 additions & 2 deletions libs/core/typescript/shared/injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"type": "commonjs",
"dependencies": {
"inversify": "^6.0.1",
"inversify-inject-decorators": "^3.1.0"
"inversify": "6.0.1",
"inversify-inject-decorators": "3.1.0"
}
}
4 changes: 2 additions & 2 deletions libs/core/typescript/shared/serialization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"type": "commonjs",
"dependencies": {
"decimal.js": "^10.4.3",
"superjson": "^1.13.1"
"decimal.js": "10.4.3",
"superjson": "1.13.1"
}
}
6 changes: 3 additions & 3 deletions libs/core/typescript/shared/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@open-system/core-shared-utilities",
"version": "0.0.1",
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"stacktracey": "^2.1.8",
"type-detect": "^4.0.8"
"@js-temporal/polyfill": "0.4.4",
"stacktracey": "2.1.8",
"type-detect": "4.0.8"
},
"devDependencies": {
"@types/type-detect": "^4.0.1"
Expand Down
116 changes: 58 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,64 +85,64 @@
]
},
"dependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@commitlint/config-nx-scopes": "^17.6.4",
"@commitlint/cz-commitlint": "^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",
"@js-temporal/polyfill": "^0.4.4",
"@next/bundle-analyzer": "^13.4.7",
"@pothos/core": "^3.30.0",
"@release-it/bumper": "^5.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/otel": "^0.3.0",
"@wundergraph/react-relay": "^0.4.0",
"@wundergraph/sdk": "^0.175.0",
"attr-accept": "^2.2.2",
"bcryptjs": "^2.4.3",
"clsx": "^1.1.1",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"core-js": "^3.30.1",
"dotenv": "^16.0.3",
"file-selector": "^0.6.0",
"git-cz": "^4.9.0",
"graphql": "^16.8.0",
"graphql-modules": "^2.1.2",
"graphql-scalars": "^1.22.2",
"graphql-sse": "^2.2.0",
"graphql-yoga": "^4.0.3",
"helios-opentelemetry-sdk": "^1.0.89",
"jotai": "^2.1.0",
"jotai-molecules": "^1.1.1",
"kysely": "^0.26.0",
"kysely-d1": "^0.3.0",
"lottie-web": "^5.12.0",
"next": "^13.4.4",
"next-auth": "^4.22.3",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-relay": "^15.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redis": "^4.6.6",
"redis-om": "^0.4.0-beta.3",
"@cloudflare/workers-types": "4.20230904.0",
"@commitlint/config-nx-scopes": "17.6.4",
"@commitlint/cz-commitlint": "17.7.1",
"@envelop/graphql-modules": "5.0.1",
"@envelop/live-query": "6.0.1",
"@envelop/sentry": "6.0.1",
"@graphql-codegen/core": "4.0.0",
"@graphql-yoga/plugin-response-cache": "2.1.1",
"@heroicons/react": "2.0.18",
"@js-temporal/polyfill": "0.4.4",
"@next/bundle-analyzer": "13.4.19",
"@pothos/core": "3.34.0",
"@release-it/bumper": "5.1.0",
"@vercel/analytics": "1.0.2",
"@vercel/edge-config": "0.2.1",
"@vercel/otel": "0.3.0",
"@wundergraph/react-relay": "0.4.13",
"@wundergraph/sdk": "0.175.0",
"attr-accept": "2.2.2",
"bcryptjs": "2.4.3",
"clsx": "1.2.1",
"commitizen": "4.3.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"core-js": "3.32.2",
"dotenv": "16.3.1",
"file-selector": "0.6.0",
"git-cz": "4.9.0",
"graphql": "16.8.0",
"graphql-modules": "2.2.0",
"graphql-scalars": "1.22.2",
"graphql-sse": "2.3.0",
"graphql-yoga": "4.0.4",
"helios-opentelemetry-sdk": "1.0.90",
"jotai": "2.4.2",
"jotai-molecules": "1.1.1",
"kysely": "0.26.3",
"kysely-d1": "0.3.0",
"lottie-web": "5.12.2",
"next": "13.4.19",
"next-auth": "4.23.1",
"radash": "11.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.46.1",
"react-relay": "15.0.0",
"react-router": "5.3.4",
"react-router-dom": "5.3.4",
"redis": "4.6.8",
"redis-om": "0.4.2",
"regenerator-runtime": "0.14.0",
"relay-runtime": "^15.0.0",
"release-it": "^16.1.5",
"rimraf": "^5.0.0",
"schema-dts": "^1.1.2",
"superjson": "^1.13.1",
"tslib": "^2.5.2",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.1"
"relay-runtime": "15.0.0",
"release-it": "16.1.5",
"rimraf": "5.0.1",
"schema-dts": "1.1.2",
"superjson": "1.13.1",
"tslib": "2.6.2",
"zod": "3.22.2",
"zod-validation-error": "1.5.0"
},
"devDependencies": {
"@babel/core": "7.22.10",
Expand Down Expand Up @@ -306,7 +306,7 @@
"zod-prisma-types": "^2.7.4"
},
"resolutions": {
"graphql": "^16.8.0"
"graphql": "16.8.0"
},
"nextBundleAnalysis": {
"buildOutputDirectory": "dist/apps/web/shell/.next"
Expand Down

0 comments on commit 8498f50

Please sign in to comment.