@commercetools-backend/express
Advanced tools
Comparing version 16.12.0 to 16.14.0
# @commercetools-backend/express | ||
## 16.14.0 | ||
### Patch Changes | ||
- [`779100b`](https://github.com/commercetools/merchant-center-application-kit/commit/779100b432ad448eefec311f31f87891f35489f6) [#1608](https://github.com/commercetools/merchant-center-application-kit/pull/1608) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies | ||
* [`4168061`](https://github.com/commercetools/merchant-center-application-kit/commit/41680612042d476422776e5eaa254450bf874581) [#1618](https://github.com/commercetools/merchant-center-application-kit/pull/1618) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies | ||
- [`cfd8e5c`](https://github.com/commercetools/merchant-center-application-kit/commit/cfd8e5c60ba470fb4fc473b0287adf7b177ddd6a) [#1620](https://github.com/commercetools/merchant-center-application-kit/pull/1620) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency express-jwt to v6 | ||
## 16.12.0 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@commercetools-backend/express", | ||
"version": "16.12.0", | ||
"version": "16.14.0", | ||
"description": "Zero-config HTTP server as Express.js to facilitate development", | ||
@@ -39,5 +39,5 @@ "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", | ||
"dependencies": { | ||
"@types/node": "14.0.13", | ||
"@types/node": "14.0.14", | ||
"express": "4.17.1", | ||
"express-jwt": "5.3.3", | ||
"express-jwt": "6.0.0", | ||
"jwks-rsa": "1.8.1" | ||
@@ -47,4 +47,4 @@ }, | ||
"@panva/jose": "1.9.3", | ||
"nock": "12.0.3" | ||
"nock": "13.0.2" | ||
} | ||
} |
22245
+ Added@types/node@14.0.14(transitive)
+ Addedexpress-jwt@6.0.0(transitive)
- Removed@types/node@14.0.13(transitive)
- Removedexpress-jwt@5.3.3(transitive)
Updated@types/node@14.0.14
Updatedexpress-jwt@6.0.0