diff --git a/package-lock.json b/package-lock.json index 14581f2c..0c35050b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "js-file-download": "^0.4.12", "pretty-time": "^1.1.0", "prismjs": "^1.30.0", - "qs": "^6.14.2", + "qs": "^6.15.2", "rc-switch": "^4.1.0", "react": "^16.13.1", "react-ace": "^9.1.3", @@ -7868,9 +7868,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 695df6f5..3aad25bb 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "js-file-download": "^0.4.12", "pretty-time": "^1.1.0", "prismjs": "^1.30.0", - "qs": "^6.14.2", + "qs": "^6.15.2", "rc-switch": "^4.1.0", "react": "^16.13.1", "react-ace": "^9.1.3",