From 10136e9876070ee84e6b449cc1aca932577462ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 02:19:39 +0000 Subject: [PATCH] Bump http-cache-semantics in /service/data-processing/lib Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/commits/v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] --- service/data-processing/lib/package-lock.json | 6 +++--- service/data-processing/lib/yarn.lock | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/service/data-processing/lib/package-lock.json b/service/data-processing/lib/package-lock.json index 55cf90c6..b0ee165e 100644 --- a/service/data-processing/lib/package-lock.json +++ b/service/data-processing/lib/package-lock.json @@ -2119,9 +2119,9 @@ } }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" }, "http-signature": { "version": "1.2.0", diff --git a/service/data-processing/lib/yarn.lock b/service/data-processing/lib/yarn.lock index 9596e982..aa2b5ffc 100644 --- a/service/data-processing/lib/yarn.lock +++ b/service/data-processing/lib/yarn.lock @@ -1267,8 +1267,8 @@ html-encoding-sniffer@^1.0.2: whatwg-encoding "^1.0.1" http-cache-semantics@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#6c2ef57e22090b177828708a52eaeae9d1d63e1b" + version "4.1.1" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" http-signature@~1.2.0: version "1.2.0"