From 4ba5b9fc09e7fa6e0b2aa72a08ae54bc39173d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 15:51:40 +0000 Subject: [PATCH] Bump node-cache from 5.1.1 to 5.1.2 in /src Bumps [node-cache](https://github.com/node-cache/node-cache) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/node-cache/node-cache/releases) - [Commits](https://github.com/node-cache/node-cache/compare/v5.1.1...v5.1.2) Signed-off-by: dependabot[bot] --- src/package-lock.json | 6 +++--- src/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/package-lock.json b/src/package-lock.json index 86a0134..ef5ef29 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -3388,9 +3388,9 @@ } }, "node-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/node-cache/-/node-cache-5.1.1.tgz", - "integrity": "sha512-bJ9nH25Z51HG2QIu66K4dMVyMs6o8bNQpviDnXzG+O/gfNxPU9IpIig0j4pzlO707GcGZ6QA4rWhlRxjJsjnZw==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/node-cache/-/node-cache-5.1.2.tgz", + "integrity": "sha512-t1QzWwnk4sjLWaQAS8CHgOJ+RAfmHpxFWmc36IWTiWHQfs0w5JDMBS1b1ZxQteo0vVVuWJvIUKHDkkeK7vIGCg==", "requires": { "clone": "2.x" } diff --git a/src/package.json b/src/package.json index ee87bdd..1b70d60 100644 --- a/src/package.json +++ b/src/package.json @@ -18,7 +18,7 @@ "jaeger-client": "^3.18.0", "mongodb": "^3.5.5", "morgan": "~1.9.1", - "node-cache": "^5.1.1", + "node-cache": "^5.1.2", "opentracing": "^0.14.4", "winston": "^3.2.1" },