Bump lru-cache from 10.0.2 to 10.0.3

Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.2 to 10.0.3.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.2...v10.0.3)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/122/head
dependabot[bot] 2023-11-20 06:46:12 +00:00 zatwierdzone przez GitHub
rodzic f30b9915c4
commit f7bc355dbc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 8 usunięć

11
package-lock.json wygenerowano
Wyświetl plik

@ -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.2",
"lru-cache": "^10.0.3",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.2",
@ -3026,12 +3026,9 @@
"integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q=="
},
"node_modules/lru-cache": {
"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"
},
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==",
"engines": {
"node": "14 || >=16.14"
}

Wyświetl plik

@ -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.2",
"lru-cache": "^10.0.3",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.2",