diff --git a/package.json b/package.json index 5212673d..d15bfd3b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "lucide-react": "^1.7.0", "msgpackr": "^1.11.9", "next-themes": "^0.4.6", - "qs": "^6.15.1", + "qs": "^6.15.2", "radix-ui": "^1.4.3", "react": "^19.2.5", "react-bootstrap": "^2.10.10", diff --git a/yarn.lock b/yarn.lock index f827193c..728c0ed5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5211,10 +5211,10 @@ punycode@^2.1.0: resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== -qs@^6.14.0, qs@^6.14.1, qs@^6.15.1: - version "6.15.1" - resolved "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz" - integrity sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg== +qs@^6.14.0, qs@^6.14.1, qs@^6.15.2: + version "6.15.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.2.tgz#fd55426d710403ddccc45e0f9eab16db7727ece9" + integrity sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw== dependencies: side-channel "^1.1.0"