From 5425f6dfa95f207cd67051b5e0ead84a5df2e713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 04:02:08 +0000 Subject: [PATCH] Bump qs from 6.14.1 to 6.14.2 in /jena-fuseki2/jena-fuseki-ui Bumps [qs](https://github.com/ljharb/qs) from 6.14.1 to 6.14.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jena-fuseki2/jena-fuseki-ui/package.json | 2 +- jena-fuseki2/jena-fuseki-ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jena-fuseki2/jena-fuseki-ui/package.json b/jena-fuseki2/jena-fuseki-ui/package.json index 72bfdbb69ce..58b7b1fdc31 100644 --- a/jena-fuseki2/jena-fuseki-ui/package.json +++ b/jena-fuseki2/jena-fuseki-ui/package.json @@ -35,7 +35,7 @@ "codemirror": "6.0.2", "follow-redirects": "^1.15.4", "mitt": "^3.0.1", - "qs": "6.14.1", + "qs": "6.14.2", "vue": "^3.5.26", "vue-router": "^4.2.5", "vue-upload-component": "^3.1.8", diff --git a/jena-fuseki2/jena-fuseki-ui/yarn.lock b/jena-fuseki2/jena-fuseki-ui/yarn.lock index 079aaa53060..e2ef8a21b6a 100644 --- a/jena-fuseki2/jena-fuseki-ui/yarn.lock +++ b/jena-fuseki2/jena-fuseki-ui/yarn.lock @@ -6118,10 +6118,10 @@ qs@6.13.0: dependencies: side-channel "^1.0.6" -qs@6.14.1, qs@^6.14.0, qs@~6.14.0, qs@~6.14.1: - version "6.14.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159" - integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ== +qs@6.14.2, qs@^6.14.0, qs@~6.14.0, qs@~6.14.1: + version "6.14.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.2.tgz#b5634cf9d9ad9898e31fba3504e866e8efb6798c" + integrity sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q== dependencies: side-channel "^1.1.0"