Skip to content

Commit 5c824c0

Browse files
authored
fix(intercom): fix date conversion from unix timestamp to js date of intercom attributes (#604)
1 parent 0b2c8fb commit 5c824c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines 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.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "8.7.1",
29+
"forest-express": "8.7.2",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.21",
3232
"moment": "2.24.0",

yarn.lock

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

4606-
4607-
version "8.7.1"
4608-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.1.tgz#c7fa7eae3071d12142951a4b6a70d08ae92eba8a"
4609-
integrity sha512-UKAsLliIae9QUTHi5zOmtk1bzg7vHwv/1XDlJe4i7NTpp2EG9q/h5sQmnntA73a6T6U66sWBxWcA7GNoWpweVQ==
4606+
4607+
version "8.7.2"
4608+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.7.2.tgz#fc82ec244c5c6768201e8ada51a3ab49b9886d02"
4609+
integrity sha512-MEEQ26eNXp79V0s8qz6Ts/GNjCHpnVvcx750p+C3XSZzoUYzlsSBAlgzG4RLpMqD2IA1++c1MvV+1H0vviC5PQ==
46104610
dependencies:
46114611
"@babel/runtime" "7.10.1"
46124612
base32-encode "1.1.1"

0 commit comments

Comments
 (0)