From d42fe238822da10bda639ecafc6029159426b490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:06:54 +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 d81ea2c..8ea7745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7510,9 +7510,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": {