Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Matteo Cargnelutti 0b76404bea
Merge pull request #125 from harvard-lil/530fdependabot/npm_and_yarn/dependabot/lru-cache-10.1.0
Bump lru-cache from 10.0.3 to 10.1.0
2023-11-24 11:24:30 -05:00
dependabot[bot] 5138deb98c
Bump lru-cache from 10.0.3 to 10.1.0
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 10.0.3 to 10.1.0.
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v10.0.3...v10.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 06:55:04 +00:00
2 zmienionych plików z 5 dodań i 5 usunięć

8
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.3",
"lru-cache": "^10.1.0",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.2",
@ -3026,9 +3026,9 @@
"integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q=="
},
"node_modules/lru-cache": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
"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.3",
"lru-cache": "^10.1.0",
"ms": "^2.1.2",
"nunjucks": "^3.2.3",
"on-exit-leak-free": "^2.1.2",