From 2d3230d7112a7f174c1c510dc9cc7e4041e906c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 20 Oct 2024 15:24:50 +0200 Subject: [PATCH] chore(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 | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8faece1d..2bffafd2 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "rollup-plugin-delete": "^2.1.0", "rollup-plugin-dts": "^6.1.1", "sinon": "^19.0.2", - "tatami-ng": "^0.8.10", + "tatami-ng": "^0.8.11", "typedoc": "^0.26.10", "typescript": "~5.6.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03f37ab5..db7ff9cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^19.0.2 version: 19.0.2 tatami-ng: - specifier: ^0.8.10 - version: 0.8.10(typescript@5.6.3) + specifier: ^0.8.11 + version: 0.8.11(typescript@5.6.3) typedoc: specifier: ^0.26.10 version: 0.26.10(typescript@5.6.3) @@ -2573,8 +2573,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tatami-ng@0.8.10: - resolution: {integrity: sha512-HDWVOJdhONnU3i3LLe8F4hJEvobOTaYkaKBU4GwlJxX9AYW0mUWLuJwZhrV8tJH9JrRsbYznLwQEf/7JI4ZDWA==} + tatami-ng@0.8.11: + resolution: {integrity: sha512-aqyYSu1Savun2B2zfxSrPUFBc1n5fjYImcH94L7aN8e9y1ahafrbyVqYvfEDqix3cVxwByR8e62qLIzAmrGeuw==} hasBin: true peerDependencies: typescript: ^5.4.3 @@ -5554,7 +5554,7 @@ snapshots: tapable@2.2.1: {} - tatami-ng@0.8.10(typescript@5.6.3): + tatami-ng@0.8.11(typescript@5.6.3): dependencies: peowly: 1.3.2 typescript: 5.6.3 -- 2.34.1