Skip to content

Commit bd72865

Browse files
authored
chore(deps): update minor and patch versions (#721)
1 parent 9f90abd commit bd72865

6 files changed

Lines changed: 381 additions & 405 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Check deployment permissions
3434
id: deploy-check
35-
uses: actions/github-script@v8
35+
uses: actions/github-script@v9
3636
with:
3737
script: |
3838
const script = await import('${{ github.workspace }}/.github/scripts/check-deploy-permissions.ts');
@@ -181,7 +181,7 @@ jobs:
181181
#region Summary
182182
- name: Create Job summary
183183
if: always()
184-
uses: actions/github-script@v8
184+
uses: actions/github-script@v9
185185
id: summary
186186
with:
187187
script: |

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@shared/default-data": "workspace:^",
2929
"@shared/probabilistic-revenue-share": "workspace:^",
3030
"@shared/utils": "workspace:^",
31-
"hono": "^4.12.17",
31+
"hono": "^4.12.21",
3232
"http-message-signatures": "^1.0.5",
3333
"httpbis-digest-headers": "^1.0.0",
3434
"zod": "^4.4.3"

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@shared/config-storage-service": "workspace:^",
2424
"@shared/probabilistic-revenue-share": "workspace:^",
2525
"@shared/utils": "workspace:^",
26-
"@tailwindcss/postcss": "^4.2.4",
26+
"@tailwindcss/postcss": "^4.3.0",
2727
"@tools/components": "workspace:*",
28-
"@typescript-eslint/parser": "^8.59.2",
28+
"@typescript-eslint/parser": "^8.59.4",
2929
"autoprefixer": "^10.5.0",
3030
"class-variance-authority": "^0.7.1",
3131
"crypto-browserify": "^3.12.1",
@@ -40,7 +40,7 @@
4040
"react-dom": "^19.2.5",
4141
"react-minimal-pie-chart": "^9.1.2",
4242
"react-router": "^7.14.2",
43-
"sanitize-html": "^2.17.3",
43+
"sanitize-html": "^2.17.4",
4444
"tailwindcss": "^3.4.19",
4545
"valtio": "^2.3.2",
4646
"zod": "^4.4.3"
@@ -61,7 +61,7 @@
6161
"eslint": "^9.39.4",
6262
"postcss": "^8.5.14",
6363
"publisher-tools-api": "workspace:^",
64-
"react-scan": "^0.4.3",
64+
"react-scan": "^0.5.6",
6565
"typescript": "5.9.3",
6666
"vite": "^8.0.10",
6767
"vite-tsconfig-paths": "^6.1.1",

localenv/analytics/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
umami-db:
3-
image: postgres:15-alpine
3+
image: postgres:18-alpine
44
environment:
55
POSTGRES_DB: umami
66
POSTGRES_USER: umami

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"globals": "^17.6.0",
3232
"prettier": "^3.8.3",
3333
"typescript": "5.9.3",
34-
"typescript-eslint": "^8.59.2"
34+
"typescript-eslint": "^8.59.4"
3535
},
3636
"resolutions": {
3737
"esbuild": "^0.28.0"

0 commit comments

Comments
 (0)