From 936b68925a43492271c12e35db8aa7c0c9d913e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 06:25:06 +0000 Subject: [PATCH] Bump tiny-essentials from 1.20.0 to 1.20.1 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.20.0 to 1.20.1. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.20.0...1.20.1) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.20.1 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 436cde8..04de77c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7992,9 +7992,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.1", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.20.1.tgz", + "integrity": "sha512-Xb3q+/AbESKxPIAWWBGfJB4vOFG3KIftaEbcP/c1TxfITqmSaIjt5IHX/usACpro6syvboB8tGORwZPND6RJ9g==", "license": "GPL-3.0-only" }, "node_modules/to-fast-properties": {