Skip to content

Commit 9f305b9

Browse files
committed
chore(forest-express): upgrade forest-express dependency to 7.2.0 (#404)
1 parent 831b3c1 commit 9f305b9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44
### Changed
55
- Technical - Make the CI lint the commit messages.
6+
- Smart Action - Allow users to protect their smart action APIs against unauthorized usage.
67

78
## RELEASE 6.0.3 - 2020-04-14
89
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "7.8.3",
2727
"bluebird": "2.9.25",
28-
"forest-express": "7.1.0",
28+
"forest-express": "7.2.0",
2929
"http-errors": "1.6.1",
3030
"lodash": "4.17.13",
3131
"moment": "2.19.4",

yarn.lock

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

3064-
forest-express@7.1.0:
3065-
version "7.1.0"
3066-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.1.0.tgz#c6b542ebf59ad69dac13c7610d1c185239b212b3"
3067-
integrity sha512-th2fkO0GyrDdvuEHIsPmeUNXg03JEg+eXdVaB2hCCxkq8cHjVyegPy9AGbfrUzQaC/n44IzlM21RFW+j0w25vA==
3064+
forest-express@7.2.0:
3065+
version "7.2.0"
3066+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.2.0.tgz#9f626c8ca40b3237b3cace524d8a35433adc9a33"
3067+
integrity sha512-G7ZOEmJCw6ft7FSNxgcd1VH2D28955kflDxwFC+Tn+Z9mGMtIOeJr+JoOIkyTtUYllg7PG1v9a67BMYkWL4bVw==
30683068
dependencies:
30693069
"@babel/runtime" "7.8.3"
30703070
base32-encode "1.1.1"

0 commit comments

Comments
 (0)