From bca3a947d6be95bec90f0a334847b33458521c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:47:00 +0000 Subject: [PATCH] Bump qs from 6.14.0 to 6.14.1 in /connections/google Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.0...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- connections/google/yarn.lock | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/connections/google/yarn.lock b/connections/google/yarn.lock index a880eae..ce3bba4 100644 --- a/connections/google/yarn.lock +++ b/connections/google/yarn.lock @@ -307,12 +307,13 @@ object-inspect@^1.13.3: integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew== "open-api-connection-types@link:../../types": - version "0.0.0" - uid "" + version "1.0.0" "open-api-prisma@link:../../prisma": - version "0.0.0" - uid "" + version "1.0.0" + dependencies: + "@prisma/client" "6.8.2" + prisma "6.8.2" prisma@6.8.2: version "6.8.2" @@ -323,9 +324,9 @@ prisma@6.8.2: "@prisma/engines" "6.8.2" qs@^6.7.0: - version "6.14.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.0.tgz#c63fa40680d2c5c941412a0e899c89af60c0a930" - integrity sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w== + version "6.14.1" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159" + integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ== dependencies: side-channel "^1.1.0"