From 9609b57fe9cf56e62abf2687a9b285a7e5c7fd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:05:29 +0000 Subject: [PATCH] Bump tiny-essentials from 1.20.0 to 1.21.10 Bumps [tiny-essentials](https://github.com/JasminDreasond/Tiny-Essentials) from 1.20.0 to 1.21.10. - [Release notes](https://github.com/JasminDreasond/Tiny-Essentials/releases) - [Commits](https://github.com/JasminDreasond/Tiny-Essentials/compare/1.20.0...1.21.10) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.21.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 00b1d24..56735dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "puddysql", - "version": "1.0.0-beta", + "version": "1.0.1-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "puddysql", - "version": "1.0.0-beta", + "version": "1.0.1-beta", "license": "GPL-3.0-only", "dependencies": { "@types/lodash": "^4.17.19", @@ -8757,9 +8757,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.21.10", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.21.10.tgz", + "integrity": "sha512-3hoZKOs9eIk0XZKYXjanaFWYRWkTw585Es1ohuO3qYZlRGuCah2479h2UJz4zvKikEsApSoZ+eYt9R7dPps5uw==", "license": "GPL-3.0-only" }, "node_modules/to-buffer": {