Skip to content

Commit b4749fe

Browse files
Update security patches [SECURITY]
1 parent 89dc1be commit b4749fe

4 files changed

Lines changed: 89 additions & 82 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9
5252
with:
5353
# FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959
54-
version: 10.17
54+
version: 10.34
5555
run_install: false
5656

5757
- name: Get pnpm store directory
@@ -149,7 +149,7 @@ jobs:
149149
uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9
150150
with:
151151
# FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959
152-
version: 10.17
152+
version: 10.34
153153
run_install: false
154154

155155
- name: Get pnpm store directory
@@ -245,7 +245,7 @@ jobs:
245245
uses: pnpm/action-setup@008330803749db0355799c700092d9a85fd074e9 # v6.0.9
246246
with:
247247
# FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959
248-
version: 10.17
248+
version: 10.34
249249
run_install: false
250250

251251
- name: Get pnpm store directory

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@tanstack/react-table": "^8.21.3",
3030
"@tanstack/react-virtual": "3.14.3",
3131
"@uidotdev/usehooks": "^2.4.1",
32-
"axios": "1.17.0",
32+
"axios": "1.18.0",
3333
"byte-size": "^9.0.1",
3434
"clsx": "^2.1.1",
3535
"dayjs": "^1.11.21",

0 commit comments

Comments
 (0)