From 7725f6589b644c6b732420161f2983ebe99c85ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 04:04:59 +0000 Subject: [PATCH] Bump tiny-essentials from 1.22.1 to 1.23.2 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.22.1 to 1.23.2. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.1...1.23.2) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.23.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..61b25ef 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.23.2", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.23.2.tgz", + "integrity": "sha512-8cdf0buWlT5sVyv0DpXvfJK4auwzpzbtdG5S8FhL75j5XiAaFBFV+NtskRwyzltCY4miyMybvblY7gXF83bA/g==", "license": "LGPL-3.0-only" }, "node_modules/to-buffer": {