Skip to content

Commit

Permalink
fix: typo in an error message when users are not authorized to perfor…
Browse files Browse the repository at this point in the history
…m an action (#1109)
  • Loading branch information
Guillaume Gautreau authored Apr 9, 2024
1 parent 4fe900d commit dcb4f12
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.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "10.2.15",
"forest-express": "10.2.16",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5151,10 +5151,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==

[email protected].15:
version "10.2.15"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.15.tgz#e886b3ab8d9a04a27b878d9922153ff085d21dac"
integrity sha512-XdGUXC8Z9hOCWn/3tmk+NR50XK/w6VXVvOvCmHLrndThGI3RsiC7na/6lxuWh5gkOaQy9bs82r/krgw6bJq2Yg==
[email protected].16:
version "10.2.16"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.16.tgz#2649996bcf3cff3ba625a95ebb111d6a7b178a2c"
integrity sha512-rzRnd7xdNmrO5dd++KHkTY826z49FmQ7LfG0EhLCXvcxQFrgJjTd3k00BdoGd3j2ynfOaTtxKoxtmgukWSbwtw==
dependencies:
"@babel/runtime" "7.19.0"
"@forestadmin/context" "1.31.0"
Expand Down

0 comments on commit dcb4f12

Please sign in to comment.