From f0bab521b687398be745405eebbe5b4da60b7612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:59:04 +0000 Subject: [PATCH] build(deps-dev): bump tatami-ng from 0.8.2 to 0.8.3 in the regular group Bumps the regular group with 1 update: [tatami-ng](https://github.com/poolifier/tatami-ng). Updates `tatami-ng` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/poolifier/tatami-ng/releases) - [Changelog](https://github.com/poolifier/tatami-ng/blob/master/CHANGELOG.md) - [Commits](https://github.com/poolifier/tatami-ng/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: tatami-ng dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a630209c..282114d2 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.2", + "tatami-ng": "^0.8.3", "typedoc": "^0.26.8", "typescript": "~5.6.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdc8772b..2f3a2532 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.2 - version: 0.8.2(typescript@5.6.2) + specifier: ^0.8.3 + version: 0.8.3(typescript@5.6.2) typedoc: specifier: ^0.26.8 version: 0.26.8(typescript@5.6.2) @@ -2573,8 +2573,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tatami-ng@0.8.2: - resolution: {integrity: sha512-9HGlxCGD+3VWilVtuQCpTPkeisyIbYBrQSSDmMkR657Cq5yZJEnJ8SkUb3Z1WebdHrEP2FlUN9H83C9/8KPjAQ==} + tatami-ng@0.8.3: + resolution: {integrity: sha512-UE08BKSL+mYbZBOWzdpPlV8ZPn2S88B+1L6xm3+roTvkYON+VIvHs+SDzEJ3I6BnBA6nZVwgQnpRVrkithb9XQ==} hasBin: true peerDependencies: typescript: ^5.4.3 @@ -5549,7 +5549,7 @@ snapshots: tapable@2.2.1: {} - tatami-ng@0.8.2(typescript@5.6.2): + tatami-ng@0.8.3(typescript@5.6.2): dependencies: peowly: 1.3.2 typescript: 5.6.2 -- 2.34.1