From d33bce970e0f57140f3716a154ddbef0443825cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Mar 2023 14:51:32 +0000 Subject: [PATCH] fix: upgrade lru-cache from 7.18.2 to 7.18.3 Snyk has created this PR to upgrade lru-cache from 7.18.2 to 7.18.3. See this package in npm: https://www.npmjs.com/package/lru-cache See this project in Snyk: https://app.snyk.io/org/mystikfluu/project/c5b23892-809c-4121-9c2f-67962c7a4953?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0a2b4a..4c8a251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "express-useragent": "^1.0.15", "hcaptcha": "^0.1.1", "html-minifier-terser": "^7.1.0", - "lru-cache": "^7.18.2", + "lru-cache": "^7.18.3", "mysql2": "^3.2.0", "newrelic": "^9.10.2", "sharp": "^0.30.7", @@ -1364,9 +1364,9 @@ } }, "node_modules/lru-cache": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.2.tgz", - "integrity": "sha512-KytVYmZ3reaw/f3d7GCISvWWjTYxszNdvD5rDvm/zECga3eSWzryRY7iauJsjo6aaw03lHYTSNTk7lW83Bv+zQ==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "engines": { "node": ">=12" } @@ -3574,9 +3574,9 @@ } }, "lru-cache": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.2.tgz", - "integrity": "sha512-KytVYmZ3reaw/f3d7GCISvWWjTYxszNdvD5rDvm/zECga3eSWzryRY7iauJsjo6aaw03lHYTSNTk7lW83Bv+zQ==" + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" }, "media-typer": { "version": "0.3.0", diff --git a/package.json b/package.json index db24094..5c9e9bd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "express-useragent": "^1.0.15", "hcaptcha": "^0.1.1", "html-minifier-terser": "^7.1.0", - "lru-cache": "^7.18.2", + "lru-cache": "^7.18.3", "newrelic": "^9.10.2", "mysql2": "^3.2.0", "sharp": "^0.30.7",