Skip to content

Commit cc39aeb

Browse files
fix(update): fix update record regression (#643)
1 parent 7f0afa1 commit cc39aeb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@babel/runtime": "7.10.1",
2929
"bluebird": "2.9.25",
30-
"forest-express": "9.0.2",
30+
"forest-express": "9.0.3",
3131
"http-errors": "1.7.2",
3232
"lodash": "4.17.21",
3333
"moment": "2.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,10 +4769,10 @@ for-in@^1.0.2:
47694769
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
47704770
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
47714771

4772-
4773-
version "9.0.2"
4774-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.2.tgz#83fb9f2b1bbe06a4f0f1771b3f232d6ebfd897c2"
4775-
integrity sha512-ig08ANGj9tGcryYnv7A5pu1KndkiozalfQ5sgEtUTU3AEZK3bFCQAYQFLdIXoYkz9xsUWPgY0EvoTGR+D/UuaQ==
4772+
4773+
version "9.0.3"
4774+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.3.tgz#3e7b65d249bf3ee8c826fbb178841c4694a41cce"
4775+
integrity sha512-yQTDmDpNvgtICcBshP4ezPHD+uI4G2RB0SGU4jcoALDVnc2qAQWRsca8KUs0Vw3VqqIGzGbbvN1HMb83sV22lw==
47764776
dependencies:
47774777
"@babel/runtime" "7.10.1"
47784778
base32-encode "1.1.1"

0 commit comments

Comments
 (0)