From 3aa8463e3e0a83b03aea0a34356c42f2bcfc468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 04:08:04 +0000 Subject: [PATCH] bump tiny-essentials from 1.24.2 to 1.25.2 Bumps [tiny-essentials](https://github.com/Tiny-Essentials/Tiny-Essentials) from 1.24.2 to 1.25.2. - [Release notes](https://github.com/Tiny-Essentials/Tiny-Essentials/releases) - [Commits](https://github.com/Tiny-Essentials/Tiny-Essentials/compare/1.24.2...1.25.2) --- updated-dependencies: - dependency-name: tiny-essentials dependency-version: 1.25.2 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 9a821b8..f0f939b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "puddysql", - "version": "1.0.0-beta-3", + "version": "1.0.0-beta-4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "puddysql", - "version": "1.0.0-beta-3", + "version": "1.0.0-beta-4", "license": "LGPL-3.0-only", "dependencies": { "@types/lodash": "^4.17.19", @@ -8757,9 +8757,9 @@ } }, "node_modules/tiny-essentials": { - "version": "1.24.2", - "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.24.2.tgz", - "integrity": "sha512-sa2CYZOfg+HBHjVWEWCoqMRABh06yLPlo8OQWJxMhaqdMHsFEy+ndLm/J/bck74eRDI+qdPEgk4kbqcINYjyMg==", + "version": "1.25.2", + "resolved": "https://registry.npmjs.org/tiny-essentials/-/tiny-essentials-1.25.2.tgz", + "integrity": "sha512-rQMj2zYouWpDCBkWTpxiIVsmS28l/HN1V1r9DWvSwp3Qzl4c+DEqP4HZRQ2ZRzsqZyuK+uAl5fxqvu9qFMIShA==", "license": "LGPL-3.0-only" }, "node_modules/to-buffer": {