From 6ef34540360bf34218593a68ef5730ea3fc003cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:11:31 +0000 Subject: [PATCH] Chore(deps): Bump qs from 6.14.2 to 6.15.2 Bumps [qs](https://github.com/ljharb/qs) from 6.14.2 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.14.2...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 39 +++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03df66fda..1250904ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "leaflet-defaulticon-compatibility": "^0.1.2", "path-posix": "^1.0.0", "pinia": "^2.3.1", - "qs": "^6.14.2", + "qs": "^6.15.2", "url-parse": "^1.5.10", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.1", @@ -2120,6 +2120,22 @@ "node": ">= 14.17.0" } }, + "node_modules/@cypress/request/node_modules/qs": { + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", + "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/@cypress/xvfb": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", @@ -16278,9 +16294,9 @@ } }, "node_modules/qs": { - "version": "6.14.2", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.2.tgz", - "integrity": "sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==", + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.1.0" @@ -17036,6 +17052,21 @@ "@jridgewell/sourcemap-codec": "^1.5.0" } }, + "node_modules/rollup-plugin-license/node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", diff --git a/package.json b/package.json index 3b79cff46..ae0d2573c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "leaflet-defaulticon-compatibility": "^0.1.2", "path-posix": "^1.0.0", "pinia": "^2.3.1", - "qs": "^6.14.2", + "qs": "^6.15.2", "url-parse": "^1.5.10", "vue": "^2.7.14", "vue-material-design-icons": "^5.3.1",