From 949b956c7a57524b65af8e9aaf8fce083823ab33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 07:08:08 +0000 Subject: [PATCH] chore: bump query-string from 7.0.0 to 7.1.1 Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v7.0.0...v7.1.1) --- updated-dependencies: - dependency-name: query-string dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8540e19..b243a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7276,9 +7276,9 @@ "dev": true }, "query-string": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.0.0.tgz", - "integrity": "sha512-Iy7moLybliR5ZgrK/1R3vjrXq03S13Vz4Rbm5Jg3EFq1LUmQppto0qtXz4vqZ386MSRjZgnTSZ9QC+NZOSd/XA==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-7.1.1.tgz", + "integrity": "sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==", "requires": { "decode-uri-component": "^0.2.0", "filter-obj": "^1.1.0", diff --git a/package.json b/package.json index 10dcc5a..bc21d52 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "reason-react": ">=0.7.0" }, "dependencies": { - "query-string": "7.0.0" + "query-string": "7.1.1" }, "devDependencies": { "@babel/core": "7.14.2",