Skip to content

Commit 1bd5965

Browse files
authored
chore(forest-express): upgrade forest-express dependency to 7.2.0 (#315)
1 parent 9ffdc77 commit 1bd5965

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Changed
5+
- Smart Action - Allow users to protect their smart action APIs against unauthorized usage.
46

57
## RELEASE 6.0.4 - 2020-04-15
68
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.8.3",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.1.0",
29+
"forest-express": "7.2.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",

yarn.lock

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

3018-
forest-express@7.1.0:
3019-
version "7.1.0"
3020-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.1.0.tgz#c6b542ebf59ad69dac13c7610d1c185239b212b3"
3021-
integrity sha512-th2fkO0GyrDdvuEHIsPmeUNXg03JEg+eXdVaB2hCCxkq8cHjVyegPy9AGbfrUzQaC/n44IzlM21RFW+j0w25vA==
3018+
forest-express@7.2.0:
3019+
version "7.2.0"
3020+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.2.0.tgz#9f626c8ca40b3237b3cace524d8a35433adc9a33"
3021+
integrity sha512-G7ZOEmJCw6ft7FSNxgcd1VH2D28955kflDxwFC+Tn+Z9mGMtIOeJr+JoOIkyTtUYllg7PG1v9a67BMYkWL4bVw==
30223022
dependencies:
30233023
"@babel/runtime" "7.8.3"
30243024
base32-encode "1.1.1"

0 commit comments

Comments
 (0)