From ab2d075ad7b77fc57cfbe2fc5a744d9322c787fd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 07:44:30 +0000 Subject: [PATCH] Bump query-string from 1.0.1 to 7.0.0 Bumps [query-string](https://github.com/sindresorhus/query-string) from 1.0.1 to 7.0.0. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v1.0.1...v7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b3dca55..4341e56 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "karma-sinon": "^1.0.4", "lodash": "^4.0.0", "mocha": "^2.4.5", - "query-string": "^1.0.0", + "query-string": "^7.0.0", "should": "^4.6.0", "sinon": "^1.17.3", "watchify": "^3.9.0",