From e589b1452ef3aefb36fac45c98ccb3b5753bb756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:25:47 +0000 Subject: [PATCH] build(deps-dev): bump tatami-ng from 0.8.3 to 0.8.4 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.3 to 0.8.4 - [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.3...0.8.4) --- 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 59324db2..db41ec64 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.3", + "tatami-ng": "^0.8.4", "typedoc": "^0.26.8", "typescript": "~5.6.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b16d3331..b99853d0 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.3 - version: 0.8.3(typescript@5.6.3) + specifier: ^0.8.4 + version: 0.8.4(typescript@5.6.3) typedoc: specifier: ^0.26.8 version: 0.26.8(typescript@5.6.3) @@ -2573,8 +2573,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - tatami-ng@0.8.3: - resolution: {integrity: sha512-UE08BKSL+mYbZBOWzdpPlV8ZPn2S88B+1L6xm3+roTvkYON+VIvHs+SDzEJ3I6BnBA6nZVwgQnpRVrkithb9XQ==} + tatami-ng@0.8.4: + resolution: {integrity: sha512-qcPNLi2pEoMhUe+EtaOccHqoOTnpvmYipc/HyS6pQdUI/MMkjKmqxFtk/kEIyJpDUjDlWH4RTw+azc8Txx2XaA==} hasBin: true peerDependencies: typescript: ^5.4.3 @@ -5549,7 +5549,7 @@ snapshots: tapable@2.2.1: {} - tatami-ng@0.8.3(typescript@5.6.3): + tatami-ng@0.8.4(typescript@5.6.3): dependencies: peowly: 1.3.2 typescript: 5.6.3 -- 2.34.1