From 9fab81a8580b9ab0dc61ed215c1d925cd651eac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 04:05:45 +0000 Subject: [PATCH] Bump tiny-essentials from 1.22.1 to 1.24.2 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.22.1 to 1.24.2. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.1...1.24.2) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.24.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e529e5c..b4d87ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7913,9 +7913,9 @@ } }, "node_modules/tiny-essentials": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.22.1.tgz", - "integrity": "sha512-8ndZajE5FXEIknBsBzarDCj3ZCE6+ChZ6/VFBKQHAHYdat2nhm/3cmpD8KFNmFHweTRKCl4F+AMIiOOB67Ilrw==", + "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==", "license": "LGPL-3.0-only" }, "node_modules/to-buffer": {