Porównaj commity

...

4 Commity

Autor SHA1 Wiadomość Data
Matteo Cargnelutti 43e31eaa3c
Merge pull request #123 from harvard-lil/cf71dependabot/npm_and_yarn/dependabot/process-warning-2.3.1
Bump process-warning from 2.3.0 to 2.3.1
2023-11-21 11:06:33 -05:00
Matteo Cargnelutti 2984a1a52e
Merge pull request #122 from harvard-lil/0e42dependabot/npm_and_yarn/dependabot/lru-cache-10.0.3
Bump lru-cache from 10.0.2 to 10.0.3
2023-11-21 11:06:14 -05:00
dependabot[bot] 4f0402e512
Bump process-warning from 2.3.0 to 2.3.1
Bumps [process-warning](https://github.com/fastify/process-warning) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/fastify/process-warning/releases)
- [Commits](https://github.com/fastify/process-warning/compare/v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: process-warning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 06:46:21 +00:00
dependabot[bot] f7bc355dbc
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>
2023-11-20 06:46:12 +00:00
2 zmienionych plików z 10 dodań i 13 usunięć

19
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",
@ -52,7 +52,7 @@
"pino-std-serializers": "^6.2.2",
"playwright": "^1.40.0",
"process": "^0.11.10",
"process-warning": "^2.3.0",
"process-warning": "^2.3.1",
"proxy-addr": "^2.0.7",
"punycode": "^2.3.1",
"quick-format-unescaped": "^4.0.4",
@ -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"
}
@ -3777,9 +3774,9 @@
}
},
"node_modules/process-warning": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.0.tgz",
"integrity": "sha512-N6mp1+2jpQr3oCFMz6SeHRGbv6Slb20bRhj4v3xR99HqNToAcOe1MFOp4tytyzOfJn+QtN8Rf7U/h2KAn4kC6g=="
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.3.1.tgz",
"integrity": "sha512-JjBvFEn7MwFbzUDa2SRtKJSsyO0LlER4V/FmwLMhBlXNbGgGxdyFCxIdMDLerWUycsVUyaoM9QFLvppFy4IWaQ=="
},
"node_modules/proxy-addr": {
"version": "2.0.7",

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",
@ -55,7 +55,7 @@
"pino-std-serializers": "^6.2.2",
"playwright": "^1.40.0",
"process": "^0.11.10",
"process-warning": "^2.3.0",
"process-warning": "^2.3.1",
"proxy-addr": "^2.0.7",
"punycode": "^2.3.1",
"quick-format-unescaped": "^4.0.4",