From 466e0dbccc76ca56e14685b6145eb41cc5122a31 Mon Sep 17 00:00:00 2001 From: Diego Rodriguez Baquero Date: Mon, 14 Aug 2023 15:49:39 -0500 Subject: [PATCH] Update deps --- container/shim/package-lock.json | 14 +++++++------- container/shim/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/container/shim/package-lock.json b/container/shim/package-lock.json index edb8791b..91d5a7aa 100644 --- a/container/shim/package-lock.json +++ b/container/shim/package-lock.json @@ -15,7 +15,7 @@ "express-async-handler": "^1.2.0", "fast-glob": "^3.3.1", "logfmt": "^1.3.2", - "lru-cache": "^10.0.0", + "lru-cache": "^10.0.1", "mime-types": "^2.1.35", "multiformats": "^12.0.1", "node-fetch": "^3.3.2", @@ -1931,9 +1931,9 @@ } }, "node_modules/lru-cache": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", - "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", "engines": { "node": "14 || >=16.14" } @@ -4013,9 +4013,9 @@ } }, "lru-cache": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz", - "integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==" + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==" }, "media-typer": { "version": "0.3.0", diff --git a/container/shim/package.json b/container/shim/package.json index 64921131..17d53dc7 100644 --- a/container/shim/package.json +++ b/container/shim/package.json @@ -17,7 +17,7 @@ "express-async-handler": "^1.2.0", "fast-glob": "^3.3.1", "logfmt": "^1.3.2", - "lru-cache": "^10.0.0", + "lru-cache": "^10.0.1", "mime-types": "^2.1.35", "multiformats": "^12.0.1", "node-fetch": "^3.3.2",