From 051463fec90e2c71d56a6439805deae90cd023c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:48:56 +0800 Subject: [PATCH] chore(deps): bump querystring from 0.2.0 to 0.2.1 (#6355) Bumps [querystring](https://github.com/Gozala/querystring) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/Gozala/querystring/releases) - [Changelog](https://github.com/Gozala/querystring/blob/master/CHANGELOG.md) - [Commits](https://github.com/Gozala/querystring/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: querystring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/docusaurus-types/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/docusaurus-types/package.json b/packages/docusaurus-types/package.json index e87d7f179c..accb99caea 100644 --- a/packages/docusaurus-types/package.json +++ b/packages/docusaurus-types/package.json @@ -18,7 +18,7 @@ "dependencies": { "commander": "^5.1.0", "joi": "^17.4.2", - "querystring": "0.2.0", + "querystring": "0.2.1", "utility-types": "^3.10.0", "webpack": "^5.61.0", "webpack-merge": "^5.8.0" diff --git a/yarn.lock b/yarn.lock index aa4db737a9..f2115a81af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15197,6 +15197,11 @@ querystring@0.2.0: resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= +querystring@0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd" + integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== + queue-microtask@^1.2.2: version "1.2.3" resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"