@thisisagile/easy-express
Advanced tools
Comparing version 17.6.8 to 17.6.9
{ | ||
"name": "@thisisagile/easy-express", | ||
"version": "17.6.8", | ||
"version": "17.6.9", | ||
"description": "Straightforward library for building domain-driven microservice architectures", | ||
@@ -37,3 +37,3 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "17.6.8", | ||
"@thisisagile/easy-test": "17.6.9", | ||
"@types/cls-hooked": "^4.3.8", | ||
@@ -48,9 +48,9 @@ "@types/form-urlencoded": "^4.4.0", | ||
"dependencies": { | ||
"@thisisagile/easy": "^17.6.8", | ||
"@thisisagile/easy-service": "^17.6.8", | ||
"@thisisagile/easy": "^17.6.9", | ||
"@thisisagile/easy-service": "^17.6.9", | ||
"@types/express": "^4.17.21", | ||
"cls-hooked": "^4.2.2", | ||
"express": "^4.21.1", | ||
"form-urlencoded": "^6.1.0", | ||
"jsonwebtoken": "^9.0.0", | ||
"form-urlencoded": "^6.1.5", | ||
"jsonwebtoken": "^9.0.2", | ||
"passport": "^0.7.0", | ||
@@ -57,0 +57,0 @@ "passport-jwt": "^4.0.1" |
Updated@thisisagile/easy@^17.6.9
Updatedform-urlencoded@^6.1.5
Updatedjsonwebtoken@^9.0.2