From 481eb05c12858b543eae13121a2abe36408ab7ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 10:53:56 +0000 Subject: [PATCH] Bump http-cache-semantics in /templates/typescript/samples/sample-skill Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] --- templates/typescript/samples/sample-skill/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/typescript/samples/sample-skill/package-lock.json b/templates/typescript/samples/sample-skill/package-lock.json index b1501cf9cd..4bc1268bb2 100644 --- a/templates/typescript/samples/sample-skill/package-lock.json +++ b/templates/typescript/samples/sample-skill/package-lock.json @@ -3400,9 +3400,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://botbuilder.myget.org/F/aitemplates/npm/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha1-SekcXL82yblLz81xwj1SSex045A=", + "version": "4.1.1", + "resolved": "https://botbuilder.myget.org/F/aitemplates/npm/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha1-q+AvyymFRgvwMjvmZENuw0dqbVo=", "dev": true }, "http-deceiver": {