From 357c365e7d690eba248b5e5c434c0877f13a8461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 07:49:31 +0000 Subject: [PATCH] chore(deps): bump qs from 6.5.2 to 6.5.3 Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3) --- updated-dependencies: - dependency-name: qs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/use.syncstorage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/use.syncstorage/package.json b/packages/use.syncstorage/package.json index 03bb9b0..bbb5eff 100644 --- a/packages/use.syncstorage/package.json +++ b/packages/use.syncstorage/package.json @@ -40,6 +40,6 @@ "@rcp/use.uncontrolled": "^2.1.3", "javascript-stringify": "^2.1.0", "lodash.isequal": "^4.5.0", - "qs": "^6.10.2" + "qs": "^6.5.3" } }