@feathersjs/express
Advanced tools
Comparing version 4.5.11 to 4.5.12
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) | ||
### Bug Fixes | ||
* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) | ||
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@feathersjs/express", | ||
"description": "Feathers Express framework bindings and REST provider", | ||
"version": "4.5.11", | ||
"version": "4.5.12", | ||
"homepage": "https://feathersjs.com", | ||
@@ -52,20 +52,20 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.5.11", | ||
"@feathersjs/errors": "^4.5.11", | ||
"@types/express": "^4.17.9", | ||
"debug": "^4.3.1", | ||
"express": "^4.17.1", | ||
"lodash": "^4.17.20", | ||
"@feathersjs/commons": "^4.5.12", | ||
"@feathersjs/errors": "^4.5.12", | ||
"@types/express": "^4.17.13", | ||
"debug": "^4.3.3", | ||
"express": "^4.17.2", | ||
"lodash": "^4.17.21", | ||
"uberproto": "^2.0.6" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication": "^4.5.11", | ||
"@feathersjs/authentication-local": "^4.5.11", | ||
"@feathersjs/feathers": "^4.5.11", | ||
"@feathersjs/tests": "^4.5.11", | ||
"axios": "^0.21.0", | ||
"lodash": "^4.17.20", | ||
"mocha": "^8.2.1" | ||
"@feathersjs/authentication": "^4.5.12", | ||
"@feathersjs/authentication-local": "^4.5.12", | ||
"@feathersjs/feathers": "^4.5.12", | ||
"@feathersjs/tests": "^4.5.12", | ||
"axios": "^0.24.0", | ||
"lodash": "^4.17.21", | ||
"mocha": "^9.1.3" | ||
}, | ||
"gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81" | ||
"gitHead": "8697ecc85808437e9aab63e5d2327679340c5401" | ||
} |
74295
11
Updated@feathersjs/commons@^4.5.12
Updated@feathersjs/errors@^4.5.12
Updated@types/express@^4.17.13
Updateddebug@^4.3.3
Updatedexpress@^4.17.2
Updatedlodash@^4.17.21