middlewarify
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "middlewarify", | ||
"description": "Apply the middleware pattern to any function.", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"homepage": "https://github.com/thanpolas/middlewarify", | ||
@@ -29,19 +29,19 @@ "author": { | ||
"dependencies": { | ||
"lodash": "4.17.20", | ||
"async": "3.2.0" | ||
"lodash": "~4.17.21", | ||
"async": "~3.2.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "~4.2.0", | ||
"eslint": "~7.12.1", | ||
"eslint-config-airbnb-base": "~14.2.0", | ||
"eslint-config-prettier": "~6.15.0", | ||
"eslint-plugin-import": "~2.22.1", | ||
"eslint-plugin-jest": "~24.1.0", | ||
"eslint-plugin-jsdoc": "~30.7.3", | ||
"eslint-plugin-prettier": "~3.1.4", | ||
"chai": "~4.3.4", | ||
"eslint": "~7.27.0", | ||
"eslint-config-airbnb-base": "~14.2.1", | ||
"eslint-config-prettier": "~8.3.0", | ||
"eslint-plugin-import": "~2.23.4", | ||
"eslint-plugin-jest": "~24.3.6", | ||
"eslint-plugin-jsdoc": "~35.1.1", | ||
"eslint-plugin-prettier": "~3.4.0", | ||
"eslint-plugin-security": "~1.4.0", | ||
"mocha": "~8.2.0", | ||
"prettier": "~2.1.2", | ||
"release-it": "^14.2.0", | ||
"sinon": "~9.2.1" | ||
"mocha": "~8.4.0", | ||
"prettier": "~2.3.0", | ||
"release-it": "^14.7.0", | ||
"sinon": "~11.1.1" | ||
}, | ||
@@ -48,0 +48,0 @@ "keywords": [ |
@@ -332,2 +332,4 @@ # Middlewarify | ||
- **v2.1.2**, _31 May 2022_ | ||
- Updated all dependencies to latest. | ||
- **v2.1.1**, _30 Oct 2020_ | ||
@@ -334,0 +336,0 @@ - Bumped so tagged version has appropriate changelog (last release minor |
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
59868
391
+ Addedasync@3.2.6(transitive)
+ Addedlodash@4.17.21(transitive)
- Removedasync@3.2.0(transitive)
- Removedlodash@4.17.20(transitive)
Updatedasync@~3.2.0
Updatedlodash@~4.17.21