From 797eecfad795e25a590e174e58b63ed089ad76b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:40:38 +0000 Subject: [PATCH] Bump tiny-essentials from 1.20.0 to 1.20.3 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.20.0 to 1.20.3. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.20.0...1.20.3) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.20.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b36523c..9cdae75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7999,9 +7999,9 @@ } }, "node_modules/tiny-essentials": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.20.0.tgz", - "integrity": "sha512-XttynRTobWtlcUP9rQykopIpkTA2zbEoaKI8icjZargWodmCnEpL8+GmRFNhUG8TVzLE66WJJCD1JVmcpxRPnw==", + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.20.3.tgz", + "integrity": "sha512-kM+tp68vVit9wuMLMmeY3cuENYnCLF10mcZ33ZtxVoDPQSbVXflUn/6akPLbFGd65+tYrjWLgMIykB5l1xNdMA==", "license": "GPL-3.0-only" }, "node_modules/to-fast-properties": {