Skip to content

Commit

Permalink
build(deps): bump lru-cache and @types/lru-cache
Browse files Browse the repository at this point in the history
Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) and [@types/lru-cache](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lru-cache). These dependencies needed to be updated together.

Updates `lru-cache` from 6.0.0 to 7.14.1
- [Release notes](https://github.com/isaacs/node-lru-cache/releases)
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v6.0.0...v7.14.1)

Updates `@types/lru-cache` from 5.1.1 to 7.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lru-cache)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/lru-cache"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2022
1 parent 8ff2888 commit 44b9525
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 27 deletions.
179 changes: 154 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@tsoa/cli": "4.1.3",
"@types/express": "4.17.14",
"@types/jest": "28.1.6",
"@types/lru-cache": "5.1.1",
"@types/lru-cache": "7.10.10",
"@types/node": "16.18.3",
"@types/supertest": "2.0.12",
"@types/swagger-ui-express": "4.1.3",
Expand All @@ -64,7 +64,7 @@
"@tsoa/runtime": "4.1.3",
"date-fns": "2.29.3",
"express": "4.18.2",
"lru-cache": "6.0.0",
"lru-cache": "7.14.1",
"swagger-ui-express": "4.6.0"
}
}

0 comments on commit 44b9525

Please sign in to comment.