diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 2b795d200..bc6dd2ccd 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -79,6 +79,7 @@ "moment": "^2.24.0", "oidc-client": "1.7.x", "prop-types": "^15.7.2", + "query-string": "^6.12.1", "react-dropzone": "^10.1.7", "react-i18next": "^10.11.0", "react-redux": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 96e1f918d..8963a7f25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16224,6 +16224,15 @@ query-string@^5.0.1: object-assign "^4.1.0" strict-uri-encode "^1.0.0" +query-string@^6.12.1: + version "6.12.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.12.1.tgz#2ae4d272db4fba267141665374e49a1de09e8a7c" + integrity sha512-OHj+zzfRMyj3rmo/6G8a5Ifvw3AleL/EbcHMD27YA31Q+cO5lfmQxECkImuNVjcskLcvBRVHNAB3w6udMs1eAA== + dependencies: + decode-uri-component "^0.2.0" + split-on-first "^1.0.0" + strict-uri-encode "^2.0.0" + query-string@^6.8.3: version "6.11.1" resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.11.1.tgz#ab021f275d463ce1b61e88f0ce6988b3e8fe7c2c"