From fe2784324028b61a25ef3464290624e508c0ce14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:55:44 +0000 Subject: [PATCH] Bump qs in /templates/typescript/samples/sample-assistant 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: indirect ... Signed-off-by: dependabot[bot] --- .../samples/sample-assistant/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/typescript/samples/sample-assistant/package-lock.json b/templates/typescript/samples/sample-assistant/package-lock.json index e48f2a189b..ef5e56f003 100644 --- a/templates/typescript/samples/sample-assistant/package-lock.json +++ b/templates/typescript/samples/sample-assistant/package-lock.json @@ -5549,9 +5549,9 @@ } }, "qs": { - "version": "6.5.2", - "resolved": "https://botbuilder.myget.org/F/aitemplates/npm/qs/-/qs-6.5.2.tgz", - "integrity": "sha1-yzroBuh0BERYTvFUzo7pjUA/PjY=" + "version": "6.5.3", + "resolved": "https://botbuilder.myget.org/F/aitemplates/npm/qs/-/qs-6.5.3.tgz", + "integrity": "sha1-Ou7/yRln7241wOSI70b7KWq3aq0=" }, "querystringify": { "version": "2.2.0", @@ -5815,9 +5815,9 @@ }, "dependencies": { "qs": { - "version": "6.10.1", - "resolved": "https://botbuilder.myget.org/F/aitemplates/npm/qs/-/qs-6.10.1.tgz", - "integrity": "sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o=", + "version": "6.11.0", + "resolved": "https://botbuilder.myget.org/F/aitemplates/npm/qs/-/qs-6.11.0.tgz", + "integrity": "sha1-/Q2WNEb3pl4TZ+AavYVClFPww3o=", "requires": { "side-channel": "^1.0.4" }