From bc2b22cfe3b012b364ffcf6e14ba9d9507d93113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:06:14 +0000 Subject: [PATCH] Bump tiny-essentials from 1.22.1 to 1.24.0 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.22.1 to 1.24.0. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.1...1.24.0) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.24.0 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..68cf585 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.0", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.24.0.tgz", + "integrity": "sha512-Kk8PzBobKV8l+R9UFHwDpQPka7dSlb6TvsMwYhbSEsDJNN3DOVTvJKadhTyss3jP15mxT7Ru0vs0h9EJHb89Rg==", "license": "LGPL-3.0-only" }, "node_modules/to-buffer": {