Merge pull request #39 from harvard-lil/e952dependabot/npm_and_yarn/dependabot/lru-cache-10.0.1

Bump lru-cache from 6.0.0 to 10.0.1
pull/43/head
Matteo Cargnelutti 2023-08-22 10:42:12 -04:00 zatwierdzone przez GitHub
commit 99ea2cd58e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 17 dodań i 17 usunięć

32
package-lock.json wygenerowano
Wyświetl plik

@ -42,7 +42,7 @@
"jsdoc-to-markdown": "^7.1.1",
"json-schema-traverse": "^1.0.0",
"light-my-request": "^5.6.1",
"lru-cache": "^6.0.0",
"lru-cache": "^10.0.1",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.0",
@ -2938,14 +2938,11 @@
"integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q=="
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz",
"integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==",
"engines": {
"node": ">=10"
"node": "14 || >=16.14"
}
},
"node_modules/make-dir": {
@ -3458,14 +3455,6 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/path-scurry/node_modules/lru-cache": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz",
"integrity": "sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==",
"engines": {
"node": "14 || >=16.14"
}
},
"node_modules/path-scurry/node_modules/minipass": {
"version": "7.0.2",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz",
@ -4048,6 +4037,17 @@
"node": ">=10"
}
},
"node_modules/semver/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
"dependencies": {
"yallist": "^4.0.0"
},
"engines": {
"node": ">=10"
}
},
"node_modules/set-blocking": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",

Wyświetl plik

@ -45,7 +45,7 @@
"jsdoc-to-markdown": "^7.1.1",
"json-schema-traverse": "^1.0.0",
"light-my-request": "^5.6.1",
"lru-cache": "^6.0.0",
"lru-cache": "^10.0.1",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.0",