From 42ba0282e9963a5136dd25f367afeaf8b5d21653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:05:30 +0000 Subject: [PATCH] Bump tiny-essentials from 1.24.2 to 1.24.3 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.24.2 to 1.24.3. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.24.2...1.24.3) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a821b8..72517e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8757,9 +8757,9 @@ } }, "node_modules/tiny-essentials": { - "version": "1.24.2", - "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.24.2.tgz", - "integrity": "sha512-sa2CYZOfg+HBHjVWEWCoqMRABh06yLPlo8OQWJxMhaqdMHsFEy+ndLm/J/bck74eRDI+qdPEgk4kbqcINYjyMg==", + "version": "1.24.3", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.24.3.tgz", + "integrity": "sha512-4bH/2vFC42L9hMML0WvgmEnrJ6uEWA8IeEX4+vlksWWp0FTRiFthNOniMOnPpmyfjVy4MASq7p8llqXmsfL83g==", "license": "LGPL-3.0-only" }, "node_modules/to-buffer": {