From fd533a3b62295cf715305988655c36d2a779df83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 00:30:23 +0000 Subject: [PATCH] chore(deps): bump query-string from 6.14.1 to 7.1.1 Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.14.1 to 7.1.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.1.1) --- updated-dependencies: - dependency-name: query-string dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce8cc130..630aefa3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@dhis2/prop-types": "^2.0.3", "@dhis2/ui": "^7.2.0", "moment": "^2.29.0", - "query-string": "^6.14.1", + "query-string": "^7.1.1", "react-router-dom": "^5.2.0", "semver": "^7.3.4", "use-debounce": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 07becd75..e298dc30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12418,10 +12418,10 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.14.1: - version "6.14.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.14.1.tgz#7ac2dca46da7f309449ba0f86b1fd28255b0c86a" - integrity sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw== +query-string@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.1.1.tgz#754620669db978625a90f635f12617c271a088e1" + integrity sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w== dependencies: decode-uri-component "^0.2.0" filter-obj "^1.1.0"