Skip to content

Commit 821fd5d

Browse files
committed
[-] Upgrade forest-express to the latest version
1 parent c6a66b5 commit 821fd5d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
### Fixed
88
- Technical - Ensure that all databases are initialized before running CI tests.
99
- Segment Live Query - Fix issue where an incorrect live query causes the server to crash.
10+
- Login - Make the login error messages brought up to the end client through toasts more accurate.
11+
- Schema - Schemas having fields with escaped characters are now properly saved as valid JSON.
1012

1113
## RELEASE 5.6.0 - 2020-01-14
1214
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"babel-runtime": "7.0.0-beta.3",
2727
"bluebird": "2.9.25",
28-
"forest-express": "5.6.0",
28+
"forest-express": "5.6.1",
2929
"http-errors": "1.6.1",
3030
"lodash": "4.17.13",
3131
"moment": "2.19.4",
@@ -65,4 +65,4 @@
6565
"pre-commit": [
6666
"pre-commit"
6767
]
68-
}
68+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,10 +2826,10 @@ for-own@^0.1.4:
28262826
dependencies:
28272827
for-in "^1.0.1"
28282828

2829-
2830-
version "5.6.0"
2831-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.0.tgz#3279d4522ca9448482f46292d05568f3ac70e460"
2832-
integrity sha512-T6L0tFfy1jLkTXfW/H785LVlaW6rkVHM0YjCrklkIoOnu8cJbXdVuPy00b3q9p/aerrz6/PgGNDjmpG/JSB6pg==
2829+
2830+
version "5.6.1"
2831+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.1.tgz#64322fadf9ca02cff9e493c03831a2be6ca1c736"
2832+
integrity sha512-bv/hedS/mGkWNMPWozUgL87eC10R2TsAVfA+dZnWOCZ+JVgCMnKHIO4TRdAa64AQXXk57ofRAqCJBhpByLWn0Q==
28332833
dependencies:
28342834
"@babel/runtime" "7.7.2"
28352835
base32-encode "1.1.1"

0 commit comments

Comments
 (0)