From 5eb2d2213ea8e54cd27f5f84256894798c7da055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 06:44:38 +0000 Subject: [PATCH] Bump lru-cache from 10.0.1 to 10.0.2 Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.1 to 10.0.2. - [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.1...v10.0.2) --- updated-dependencies: - dependency-name: lru-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index aad2fbc..3b94b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "jsdoc-to-markdown": "^8.0.0", "json-schema-traverse": "^1.0.0", "light-my-request": "^5.11.0", - "lru-cache": "^10.0.1", + "lru-cache": "^10.0.2", "ms": "^2.1.2", "nunjucks": "^3.2.3", "on-exit-leak-free": "^2.1.2", @@ -3009,9 +3009,12 @@ "integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==" }, "node_modules/lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.2.tgz", + "integrity": "sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==", + "dependencies": { + "semver": "^7.3.5" + }, "engines": { "node": "14 || >=16.14" } diff --git a/package.json b/package.json index 5dc99d7..7a72107 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "jsdoc-to-markdown": "^8.0.0", "json-schema-traverse": "^1.0.0", "light-my-request": "^5.11.0", - "lru-cache": "^10.0.1", + "lru-cache": "^10.0.2", "ms": "^2.1.2", "nunjucks": "^3.2.3", "on-exit-leak-free": "^2.1.2",