From c2bc8515ca621de35f20dcfef3c632b29de750fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 04:10:13 +0000 Subject: [PATCH] Bump tiny-essentials from 1.24.2 to 1.25.0 Bumps [tiny-essentials](https://github.com/Tiny-Essentials/Tiny-Essentials) from 1.24.2 to 1.25.0. - [Release notes](https://github.com/Tiny-Essentials/Tiny-Essentials/releases) - [Commits](https://github.com/Tiny-Essentials/Tiny-Essentials/compare/1.24.2...1.25.0) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.25.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 d81ea2c..6d6c4cb 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.25.0", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.25.0.tgz", + "integrity": "sha512-q40mozJsNmVIrNtxJZajm0JV2rZOby6TWvRHwORY39uPsgvWfW+5Qgh6gBNjN0nJP8Lie9MmKJ/rC0QUUo+9QQ==", "license": "LGPL-3.0-only" }, "node_modules/to-buffer": {