From 937b9549b4cafb43f2602155759ebe09e020cce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 06:15:37 +0000 Subject: [PATCH] Bump tiny-lru from 11.1.1 to 11.1.2 Bumps [tiny-lru](https://github.com/avoidwork/tiny-lru) from 11.1.1 to 11.1.2. - [Changelog](https://github.com/avoidwork/tiny-lru/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/tiny-lru/compare/11.1.1...11.1.2) --- updated-dependencies: - dependency-name: tiny-lru dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87a1b13..ea14a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "sonic-boom": "^3.2.0", "split2": "^4.1.0", "thread-stream": "^2.4.0", - "tiny-lru": "^11.1.1", + "tiny-lru": "^11.1.2", "uri-js": "^4.4.1", "uuid": "^9.0.1", "yallist": "^4.0.0" @@ -6513,9 +6513,9 @@ } }, "node_modules/tiny-lru": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.1.1.tgz", - "integrity": "sha512-l87xHmiD1/yDdn/d+VMhfaj3CmwYT/VMy6FnBnQmNsgZKQ8I/X7zlxKCL5byckpj9ZID3O5P3F2SUXJVYDFkEA==", + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.1.2.tgz", + "integrity": "sha512-EGJRgd/nY4qMlVWCYLecHdzsN6GJRM073iqlQNk/Xq5KVUGl5zkgWYNnv5pgVClDFvVEAI+7R5wpNBOu/foI2w==", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index 8f27aba..233af68 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "sonic-boom": "^3.2.0", "split2": "^4.1.0", "thread-stream": "^2.4.0", - "tiny-lru": "^11.1.1", + "tiny-lru": "^11.1.2", "uri-js": "^4.4.1", "uuid": "^9.0.1", "yallist": "^4.0.0"