From fa30db101a2d11774bd9b29ca806597865ea06bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 3 May 2024 12:18:02 +0200 Subject: [PATCH] build(deps-dev): apply updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- ui/web/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a79923d4..a22f5da5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "22.0.0", + "node": "22.1.0", "pnpm": "9.0.6" }, "packageManager": "pnpm@9.0.6", @@ -152,7 +152,7 @@ "rimraf": "^5.0.5", "semver": "^7.6.0", "ts-node": "^10.9.2", - "tsx": "^4.8.2", + "tsx": "^4.9.0", "typescript": "~5.4.5" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4ef1755d..b4f375d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -188,8 +188,8 @@ importers: specifier: ^10.9.2 version: 10.9.2(@types/node@20.12.8)(typescript@5.4.5) tsx: - specifier: ^4.8.2 - version: 4.8.2 + specifier: ^4.9.0 + version: 4.9.0 typescript: specifier: ~5.4.5 version: 5.4.5 @@ -5634,8 +5634,8 @@ packages: tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - tsx@4.8.2: - resolution: {integrity: sha512-hmmzS4U4mdy1Cnzpl/NQiPUC2k34EcNSTZYVJThYKhdqTwuBeF+4cG9KUK/PFQ7KHaAaYwqlb7QfmsE2nuj+WA==} + tsx@4.9.0: + resolution: {integrity: sha512-UY0UUhDPL6MkqkZU4xTEjEBOLfV+RIt4xeeJ1qwK73xai4/zveG+X6+tieILa7rjtegUW2LE4p7fw7gAoLuytA==} engines: {node: '>=18.0.0'} hasBin: true @@ -12412,7 +12412,7 @@ snapshots: tslib@2.6.2: {} - tsx@4.8.2: + tsx@4.9.0: dependencies: esbuild: 0.20.2 get-tsconfig: 4.7.3 diff --git a/ui/web/package.json b/ui/web/package.json index eb8609ea..c396fd45 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -8,7 +8,7 @@ "pnpm": ">=9.0.0" }, "volta": { - "node": "22.0.0", + "node": "22.1.0", "pnpm": "9.0.6" }, "packageManager": "pnpm@9.0.6", -- 2.34.1