@bedrock/core
Advanced tools
Comparing version 5.0.6 to 5.0.7
# `@bedrock/core` ChangeLog | ||
## 5.0.7 - 2022-04-05 | ||
### Fixed | ||
- Update local dependencies. | ||
## 5.0.6 - 2022-04-04 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@bedrock/core", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"type": "module", | ||
@@ -31,5 +31,5 @@ "description": "A core foundation for rich Web applications.", | ||
"cycle": "^1.0.3", | ||
"delay": "^4.1.0", | ||
"delay": "^5.0.0", | ||
"errio": "^1.2.2", | ||
"fast-safe-stringify": "^2.0.7", | ||
"fast-safe-stringify": "^2.1.1", | ||
"lodash.get": "^4.4.2", | ||
@@ -41,6 +41,6 @@ "lodash.set": "^4.3.2", | ||
"uid-number": "0.0.6", | ||
"uuid-random": "^1.0.6", | ||
"winston": "^3.3.3", | ||
"uuid-random": "^1.3.2", | ||
"winston": "^3.7.2", | ||
"winston-mail": "^2.0.0", | ||
"winston-transport": "^4.4.0" | ||
"winston-transport": "^4.5.0" | ||
}, | ||
@@ -47,0 +47,0 @@ "devDependencies": { |
160537
+ Addeddelay@5.0.0(transitive)
- Removeddelay@4.4.1(transitive)
Updateddelay@^5.0.0
Updatedfast-safe-stringify@^2.1.1
Updateduuid-random@^1.3.2
Updatedwinston@^3.7.2
Updatedwinston-transport@^4.5.0