From 70a6a6222d641129dc3255809fda3076494dc0d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:53:29 +0000 Subject: [PATCH] build(deps): Bump qs in /thermodynamic-daemon/thermo-workflow Bumps [qs](https://github.com/ljharb/qs) from 6.15.3 to 6.16.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.15.3...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- thermodynamic-daemon/thermo-workflow/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/thermodynamic-daemon/thermo-workflow/package-lock.json b/thermodynamic-daemon/thermo-workflow/package-lock.json index 61cd4b0..847a700 100644 --- a/thermodynamic-daemon/thermo-workflow/package-lock.json +++ b/thermodynamic-daemon/thermo-workflow/package-lock.json @@ -11,7 +11,7 @@ "hono": "^4.7.0", "nitro": "*", "rollup": "^4.0.0", - "workflow": "latest" + "workflow": "*" } }, "node_modules/@aws-sdk/core": { @@ -5991,9 +5991,9 @@ } }, "node_modules/qs": { - "version": "6.15.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz", - "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==", + "version": "6.16.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.16.0.tgz", + "integrity": "sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==", "license": "BSD-3-Clause", "dependencies": { "es-define-property": "^1.0.1",