From 3b6c5c32e719aad130d9af423ede85cf155f682c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:47:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20h3?= =?UTF-8?q?=20to=20v1.12.0=20(#2867)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 32 +++++++++++++++++++++++++------- server/package.json | 2 +- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 632e39a54..b53f02694 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -385,8 +385,8 @@ importers: specifier: 7.0.3 version: 7.0.3 h3: - specifier: 1.11.1 - version: 1.11.1 + specifier: 1.12.0 + version: 1.12.0 hex-rgb: specifier: 5.0.0 version: 5.0.0 @@ -4354,6 +4354,9 @@ packages: h3@1.11.1: resolution: {integrity: sha512-AbaH6IDnZN6nmbnJOH72y3c5Wwh9P97soSVdGSBbcDACRdkC0FEWf25pzx4f/NuOCK6quHmW18yF2Wx+G4Zi1A==} + h3@1.12.0: + resolution: {integrity: sha512-Zi/CcNeWBXDrFNlV0hUBJQR9F7a96RjMeAZweW/ZWkR9fuXrMcvKnSA63f/zZ9l0GgQOZDVHGvXivNN9PWOwhA==} + has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} @@ -8029,7 +8032,7 @@ snapshots: fast-glob: 3.3.2 find-up: 7.0.0 get-port-please: 3.1.2 - h3: 1.11.1 + h3: 1.12.0 minimatch: 9.0.4 mlly: 1.7.1 mrmime: 2.0.0 @@ -8895,7 +8898,7 @@ snapshots: externality: 1.0.2 fs-extra: 11.2.0 get-port-please: 3.1.2 - h3: 1.11.1 + h3: 1.12.0 knitwork: 1.1.0 magic-string: 0.30.10 mlly: 1.7.1 @@ -12233,6 +12236,21 @@ snapshots: transitivePeerDependencies: - uWebSockets.js + h3@1.12.0: + dependencies: + cookie-es: 1.1.0 + crossws: 0.2.4 + defu: 6.1.4 + destr: 2.0.3 + iron-webcrypto: 1.2.1 + ohash: 1.1.3 + radix3: 1.1.2 + ufo: 1.5.3 + uncrypto: 0.1.3 + unenv: 1.9.0 + transitivePeerDependencies: + - uWebSockets.js + has-flag@3.0.0: {} has-flag@4.0.0: {} @@ -12782,7 +12800,7 @@ snapshots: crossws: 0.2.4 defu: 6.1.4 get-port-please: 3.1.2 - h3: 1.11.1 + h3: 1.12.0 http-shutdown: 1.2.2 jiti: 1.21.6 mlly: 1.7.1 @@ -13210,7 +13228,7 @@ snapshots: fs-extra: 11.2.0 globby: 14.0.1 gzip-size: 7.0.0 - h3: 1.11.1 + h3: 1.12.0 hookable: 5.5.3 httpxy: 0.1.5 ioredis: 5.4.1 @@ -15078,7 +15096,7 @@ snapshots: anymatch: 3.1.3 chokidar: 3.6.0 destr: 2.0.3 - h3: 1.11.1 + h3: 1.12.0 listhen: 1.7.2 lru-cache: 10.2.2 mri: 1.2.0 diff --git a/server/package.json b/server/package.json index fd586f492..a89deab07 100644 --- a/server/package.json +++ b/server/package.json @@ -85,7 +85,7 @@ "@types/web-push": "3.6.3", "@types/xml2json": "0.11.6", "cross-env": "7.0.3", - "h3": "1.11.1", + "h3": "1.12.0", "hex-rgb": "5.0.0", "openapi-typescript": "6.7.6", "redis": "4.6.14",