@podium/context
Advanced tools
Comparing version 5.0.17 to 5.0.18
@@ -0,1 +1,8 @@ | ||
## [5.0.18](https://github.com/podium-lib/context/compare/v5.0.17...v5.0.18) (2024-06-28) | ||
### Bug Fixes | ||
* **deps:** update dependency lru-cache to v10.3.0 ([b9afbd7](https://github.com/podium-lib/context/commit/b9afbd78e92dad2cd5bdbc04f21ff0b368eaa7b5)) | ||
## [5.0.17](https://github.com/podium-lib/context/compare/v5.0.16...v5.0.17) (2024-06-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/context", | ||
"version": "5.0.17", | ||
"version": "5.0.18", | ||
"description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", | ||
@@ -47,3 +47,3 @@ "type": "module", | ||
"decamelize": "^6.0.0", | ||
"lru-cache": "10.2.2" | ||
"lru-cache": "10.3.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83275
+ Addedlru-cache@10.3.0(transitive)
- Removedlru-cache@10.2.2(transitive)
Updatedlru-cache@10.3.0