Skip to content

Commit d7f7683

Browse files
authored
[*] Integrations - Fix intercom conversations display with API v2 (#304)
1 parent 63d4e05 commit d7f7683

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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
### Fixed
55
- Security - Fix potential vulnerability upgrading `acorn` dependency.
6+
- Integrations - Fix intercom conversations display with API v2.
67

78
## RELEASE 6.0.0 - 2020-03-17
89

package.json

Lines changed: 2 additions & 2 deletions
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.0.1",
29+
"forest-express": "7.0.3",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",
@@ -68,4 +68,4 @@
6868
"pre-commit": [
6969
"pre-commit"
7070
]
71-
}
71+
}

yarn.lock

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

2650-
2651-
version "7.0.1"
2652-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.1.tgz#9deee488a1923b8f1d84dcf1d08f1eeee0e385b2"
2653-
integrity sha512-il+CC2KgE5hz9kni2E/T6DSCuv7zsRmEc0hgt66N3TdxVwu/k0ApWNKdBwXNZ8sDZt3EGjGscnS9dlyrObPtwg==
2650+
2651+
version "7.0.3"
2652+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.3.tgz#31ddc8f9c7d2502e00081c7691ee18786f5d7ef6"
2653+
integrity sha512-fpbLZr4UeEFWe8Vax8kYqecXbSNu3RTpTtJGqLqf/h91HcODfmI22/NVRHkUWf0ip2e2tJkdeFzEiMNXYakUgg==
26542654
dependencies:
26552655
"@babel/runtime" "7.8.3"
26562656
base32-encode "1.1.1"

0 commit comments

Comments
 (0)