From 9dd54fbae9fb216907e6da2c914b0024fab50e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 04:49:18 +0000 Subject: [PATCH] Bump tiny-essentials from 1.3.2 to 1.10.2 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.3.2 to 1.10.2. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.3.2...1.10.2) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.10.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 4b5cb69..d853754 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6655,9 +6655,9 @@ } }, "node_modules/tiny-essentials": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.3.2.tgz", - "integrity": "sha512-jJC6oUql5goUxW4+mPVuwj9aPpngaz/jKQNblvK9pM5XQEs3laBys9Fnr4IgC9H7Vx5Gi0/ph7zCXeCmE9cs4A==", + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.10.2.tgz", + "integrity": "sha512-74DL45iHJltB32fUa4/fvOL25o3CWZHvzSisMtg05luxvCL4zxIlaoopJAOBoPX+DxdhqhbzuCB6lugNvmfYkg==", "license": "GPL-3.0-only" }, "node_modules/to-fast-properties": {