diff --git a/package-lock.json b/package-lock.json index dd71925c1..619cc7445 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "ms": "^2.1.3", "next-themes": "^0.4.6", "papaparse": "^5.5.3", - "qs": "^6.14.2", + "qs": "^6.15.2", "query-string": "^7.1.3", "ra-core": "^5.14.2", "ra-data-fakerest": "^5.10.0", @@ -19539,9 +19539,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" diff --git a/package.json b/package.json index 3f6747a8d..e8a85213b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "ms": "^2.1.3", "next-themes": "^0.4.6", "papaparse": "^5.5.3", - "qs": "^6.14.2", + "qs": "^6.15.2", "query-string": "^7.1.3", "ra-core": "^5.14.2", "ra-data-fakerest": "^5.10.0",