Skip to content

Commit 0337a94

Browse files
fix(deps): update shared components packages
1 parent f300722 commit 0337a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js 16.3.0
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 16.3.0
16+
node-version: 22.15.0
1717
registry-url: "https://registry.npmjs.org"
1818
- run: yarn install
1919
- run: yarn build

packages/api-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"cors": "2.8.5",
30-
"express": "4.18.2",
30+
"express": "5.1.0",
3131
"nanoid": "3.3.4",
3232
"openapi-backend": "5.8.1",
3333
"yargs": "17.7.1"

0 commit comments

Comments
 (0)