Skip to content

Commit 072cd80

Browse files
fix(deps): update dependencies-non-major
1 parent 387fc58 commit 072cd80

File tree

34 files changed

+120
-120
lines changed

34 files changed

+120
-120
lines changed

.github/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.1
1+
18.20.5

.github/actions/node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
with:
1818
node-version: ${{ inputs.node-version }}
1919

20-
- uses: pnpm/action-setup@v2.2.4
20+
- uses: pnpm/action-setup@v2.4.1
2121
id: pnpm-install
2222
with:
2323
version: 8.6.10

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3939
4040
- name: Setup pnpm
41-
uses: pnpm/action-setup@v2.2.4
41+
uses: pnpm/action-setup@v2.4.1
4242
with:
4343
version: 8
4444

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: Setup pnpm
46-
uses: pnpm/action-setup@v2.2.4
46+
uses: pnpm/action-setup@v2.4.1
4747
with:
4848
version: 8
4949

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131

3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v2.2.4
33+
uses: pnpm/action-setup@v2.4.1
3434
with:
3535
version: 8
3636

apps/workers/contact-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.0.1",
44
"dependencies": {
55
"@cloudflare/workers-types": "^4.20230904.0",
6-
"@whatwg-node/node-fetch": "^0.4.18",
6+
"@whatwg-node/node-fetch": "^0.7.0",
77
"async_hooks": "^1.0.0",
88
"buffer": "^6.0.3",
99
"esbuild-plugin-polyfill-node": "^0.3.0",
1010
"fs": "0.0.1-security",
1111
"http": "0.0.1-security",
1212
"process": "^0.11.10",
13-
"reflect-metadata": "^0.1.13",
13+
"reflect-metadata": "^0.2.0",
1414
"wrangler": "^3.9.0",
1515
"zlib": "^1.0.5"
1616
}

docs/event-catalog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@open-system/docs-event-catalog",
33
"version": "0.0.1",
44
"dependencies": {
5-
"@eventcatalog/core": "^1.0.1",
6-
"@eventcatalog/plugin-doc-generator-asyncapi": "^0.3.5",
5+
"@eventcatalog/core": "^1.0.5",
6+
"@eventcatalog/plugin-doc-generator-asyncapi": "^0.4.0",
77
"@eventcatalog/types": "^0.4.2"
88
}
99
}

docs/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@docusaurus/module-type-aliases": "^2.4.1",
77
"@docusaurus/preset-classic": "^2.4.1",
88
"docusaurus-plugin-react-docgen-typescript": "^1.1.0",
9-
"docusaurus-plugin-typedoc": "^0.19.2",
9+
"docusaurus-plugin-typedoc": "^0.22.0",
1010
"react-docgen-typescript": "^2.2.2"
1111
}
1212
}

libs/contact/typescript/server/attachment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "0.0.1",
44
"dependencies": {
55
"@envelop/types": "^4.0.0",
6-
"drizzle-orm": "^0.28.5"
6+
"drizzle-orm": "^0.36.0"
77
}
88
}

libs/core/typescript/server/cloudflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@cloudflare/d1": "^1.4.1",
66
"@cloudflare/workers-types": "^4.20230904.0",
77
"@envelop/types": "^4.0.0",
8-
"@nx/devkit": "16.7.0",
9-
"drizzle-orm": "^0.28.5",
8+
"@nx/devkit": "16.10.0",
9+
"drizzle-orm": "^0.36.0",
1010
"pnpapi": "^0.0.0",
1111
"wrangler": "^3.9.0"
1212
}

0 commit comments

Comments
 (0)