From cd3f9adb57e3354081e22faf88e87bf32d874499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 11:19:19 +0000 Subject: [PATCH] Bump http-cache-semantics 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] --- .../src/Project/BasicCompany/nextjs/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json index 2aa11ea2..c6112109 100644 --- a/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json +++ b/examples/helix-basic-nextjs/src/Project/BasicCompany/nextjs/package-lock.json @@ -1,6 +1,6 @@ { "name": "basiccompany", - "version": "16.0.0-canary.34", + "version": "16.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -16202,9 +16202,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==", "dev": true }, "http-errors": {