Skip to content

Commit 6880156

Browse files
fix(actions): fix regression on the bulk delete action (#640)
1 parent c805df0 commit 6880156

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.1",
30+
"forest-express": "9.0.2",
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.1"
4774-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.1.tgz#f5ea7a8d4f9a12b9ed574a89eb451451f2d78142"
4775-
integrity sha512-D8fS3Fvtz+tBXaqEPpb71SUAEoMLVwa7JbdET5VqX+HeIVFD/Z37sfMRw+c4sS5Z4wodwTgJsZUYtSRsZ0LLPA==
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==
47764776
dependencies:
47774777
"@babel/runtime" "7.10.1"
47784778
base32-encode "1.1.1"

0 commit comments

Comments
 (0)