Compare commits

..

1 Commits

Author SHA1 Message Date
80ef7a2abe chore(deps): update actions/github-script action to v8 2026-01-22 14:07:01 +00:00
3 changed files with 24 additions and 24 deletions

View File

@ -103,7 +103,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Create comment - name: Create comment
uses: actions/github-script@v7 uses: actions/github-script@v8
with: with:
script: | script: |
const runId = context.runId; const runId = context.runId;

View File

@ -106,7 +106,7 @@
"filenamify": "6.0.0", "filenamify": "6.0.0",
"hanja": "1.1.5", "hanja": "1.1.5",
"happy-dom": "20.0.11", "happy-dom": "20.0.11",
"hono": "4.11.5", "hono": "4.11.4",
"howler": "2.2.4", "howler": "2.2.4",
"html-to-text": "9.0.5", "html-to-text": "9.0.5",
"i18next": "25.5.2", "i18next": "25.5.2",

44
pnpm-lock.yaml generated
View File

@ -65,19 +65,19 @@ importers:
version: 2.11.6(electron@38.7.2) version: 2.11.6(electron@38.7.2)
'@hono/node-server': '@hono/node-server':
specifier: 1.19.9 specifier: 1.19.9
version: 1.19.9(hono@4.11.5) version: 1.19.9(hono@4.11.4)
'@hono/node-ws': '@hono/node-ws':
specifier: 1.2.0 specifier: 1.2.0
version: 1.2.0(@hono/node-server@1.19.9(hono@4.11.5))(bufferutil@4.1.0)(hono@4.11.5)(utf-8-validate@6.0.6) version: 1.2.0(@hono/node-server@1.19.9(hono@4.11.4))(bufferutil@4.1.0)(hono@4.11.4)(utf-8-validate@6.0.6)
'@hono/swagger-ui': '@hono/swagger-ui':
specifier: 0.5.3 specifier: 0.5.3
version: 0.5.3(hono@4.11.5) version: 0.5.3(hono@4.11.4)
'@hono/zod-openapi': '@hono/zod-openapi':
specifier: 1.2.0 specifier: 1.2.0
version: 1.2.0(hono@4.11.5)(zod@4.2.1) version: 1.2.0(hono@4.11.4)(zod@4.2.1)
'@hono/zod-validator': '@hono/zod-validator':
specifier: 0.7.6 specifier: 0.7.6
version: 0.7.6(hono@4.11.5)(zod@4.2.1) version: 0.7.6(hono@4.11.4)(zod@4.2.1)
'@jellybrick/dbus-next': '@jellybrick/dbus-next':
specifier: 0.10.3 specifier: 0.10.3
version: 0.10.3 version: 0.10.3
@ -166,8 +166,8 @@ importers:
specifier: 20.0.11 specifier: 20.0.11
version: 20.0.11 version: 20.0.11
hono: hono:
specifier: 4.11.5 specifier: 4.11.4
version: 4.11.5 version: 4.11.4
howler: howler:
specifier: 2.2.4 specifier: 2.2.4
version: 2.2.4 version: 2.2.4
@ -2779,8 +2779,8 @@ packages:
resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
hasBin: true hasBin: true
hono@4.11.5: hono@4.11.4:
resolution: {integrity: sha512-WemPi9/WfyMwZs+ZUXdiwcCh9Y+m7L+8vki9MzDw3jJ+W9Lc+12HGsd368Qc1vZi1xwW8BWMMsnK5efYKPdt4g==} resolution: {integrity: sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==}
engines: {node: '>=16.9.0'} engines: {node: '>=16.9.0'}
hosted-git-info@4.1.0: hosted-git-info@4.1.0:
@ -5182,34 +5182,34 @@ snapshots:
dependencies: dependencies:
tldts-experimental: 7.0.19 tldts-experimental: 7.0.19
'@hono/node-server@1.19.9(hono@4.11.5)': '@hono/node-server@1.19.9(hono@4.11.4)':
dependencies: dependencies:
hono: 4.11.5 hono: 4.11.4
'@hono/node-ws@1.2.0(@hono/node-server@1.19.9(hono@4.11.5))(bufferutil@4.1.0)(hono@4.11.5)(utf-8-validate@6.0.6)': '@hono/node-ws@1.2.0(@hono/node-server@1.19.9(hono@4.11.4))(bufferutil@4.1.0)(hono@4.11.4)(utf-8-validate@6.0.6)':
dependencies: dependencies:
'@hono/node-server': 1.19.9(hono@4.11.5) '@hono/node-server': 1.19.9(hono@4.11.4)
hono: 4.11.5 hono: 4.11.4
ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
- utf-8-validate - utf-8-validate
'@hono/swagger-ui@0.5.3(hono@4.11.5)': '@hono/swagger-ui@0.5.3(hono@4.11.4)':
dependencies: dependencies:
hono: 4.11.5 hono: 4.11.4
'@hono/zod-openapi@1.2.0(hono@4.11.5)(zod@4.2.1)': '@hono/zod-openapi@1.2.0(hono@4.11.4)(zod@4.2.1)':
dependencies: dependencies:
'@asteasolutions/zod-to-openapi': 8.1.0(zod@4.2.1) '@asteasolutions/zod-to-openapi': 8.1.0(zod@4.2.1)
'@hono/zod-validator': 0.7.6(hono@4.11.5)(zod@4.2.1) '@hono/zod-validator': 0.7.6(hono@4.11.4)(zod@4.2.1)
hono: 4.11.5 hono: 4.11.4
openapi3-ts: 4.5.0 openapi3-ts: 4.5.0
zod: 4.2.1 zod: 4.2.1
'@hono/zod-validator@0.7.6(hono@4.11.5)(zod@4.2.1)': '@hono/zod-validator@0.7.6(hono@4.11.4)(zod@4.2.1)':
dependencies: dependencies:
hono: 4.11.5 hono: 4.11.4
zod: 4.2.1 zod: 4.2.1
'@humanfs/core@0.19.1': {} '@humanfs/core@0.19.1': {}
@ -7552,7 +7552,7 @@ snapshots:
he@1.2.0: {} he@1.2.0: {}
hono@4.11.5: {} hono@4.11.4: {}
hosted-git-info@4.1.0: hosted-git-info@4.1.0:
dependencies: dependencies: