Skip to content

Commit

Permalink
fix(actions): fix regression on the bulk delete action (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-gilliotte authored Jul 26, 2021
1 parent 3198a73 commit f9bbdd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.10.1",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "9.0.1",
"forest-express": "9.0.2",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5067,10 +5067,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

[email protected].1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.1.tgz#f5ea7a8d4f9a12b9ed574a89eb451451f2d78142"
integrity sha512-D8fS3Fvtz+tBXaqEPpb71SUAEoMLVwa7JbdET5VqX+HeIVFD/Z37sfMRw+c4sS5Z4wodwTgJsZUYtSRsZ0LLPA==
[email protected].2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.0.2.tgz#83fb9f2b1bbe06a4f0f1771b3f232d6ebfd897c2"
integrity sha512-ig08ANGj9tGcryYnv7A5pu1KndkiozalfQ5sgEtUTU3AEZK3bFCQAYQFLdIXoYkz9xsUWPgY0EvoTGR+D/UuaQ==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit f9bbdd8

Please sign in to comment.