@podium/context
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -0,1 +1,8 @@ | ||
## [5.0.2](https://github.com/podium-lib/context/compare/v5.0.1...v5.0.2) (2024-01-26) | ||
### Bug Fixes | ||
* **deps:** update dependency lru-cache to v10.2.0 ([1921fe7](https://github.com/podium-lib/context/commit/1921fe764698aeec7b86d55f5afeba6bc47fba61)) | ||
## [5.0.1](https://github.com/podium-lib/context/compare/v5.0.0...v5.0.1) (2023-12-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/context", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", | ||
@@ -44,22 +44,22 @@ "type": "module", | ||
"decamelize": "^6.0.0", | ||
"lru-cache": "10.1.0" | ||
"lru-cache": "10.2.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "8.55.0", | ||
"eslint": "8.56.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.2", | ||
"@babel/eslint-parser": "7.23.3", | ||
"tap": "18.6.1", | ||
"prettier": "3.1.0", | ||
"prettier": "3.1.1", | ||
"@semantic-release/changelog": "6.0.3", | ||
"@semantic-release/commit-analyzer": "11.1.0", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "9.2.4", | ||
"@semantic-release/npm": "11.0.1", | ||
"@semantic-release/github": "9.2.6", | ||
"@semantic-release/npm": "11.0.2", | ||
"@semantic-release/release-notes-generator": "12.1.0", | ||
"benchmark": "2.1.4", | ||
"semantic-release": "22.0.8" | ||
"semantic-release": "22.0.12" | ||
} | ||
} |
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
66979
+ Addedlru-cache@10.2.0(transitive)
- Removedlru-cache@10.1.0(transitive)
Updatedlru-cache@10.2.0