From 051aa1582d7c2818ffb6b0203601c4d8c2327b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 05:59:23 +0000 Subject: [PATCH] Bump tiny-essentials from 1.13.0 to 1.16.2 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.13.0 to 1.16.2. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.13.0...1.16.2) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.16.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 0f5ee74..c35dbc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8757,9 +8757,9 @@ } }, "node_modules/tiny-essentials": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.13.0.tgz", - "integrity": "sha512-wrTa6h++9K7FLbpd/oyFvee8TF1HuU/x8P0ycys5CBW93HI81FQcBhWej4AuJqL2oGnqHVHt7IpiLIaxoNMtNg==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.16.2.tgz", + "integrity": "sha512-XkUfZ/M/Y2i5vcW5sjPkv6N/IvL60/WfWQuEdH2XYR9ejwfTZ4iSjryP3wGZNEqOHQ2118qfriPdwp5zjeQIbg==", "license": "GPL-3.0-only" }, "node_modules/to-buffer": {