Skip to content

Commit 38111df

Browse files
authored
Merge pull request #1369 from crypto-com/CHANGELOG-v1.4.2
Update Package v1.4.2
2 parents 46cb7fb + 440efb3 commit 38111df

File tree

3 files changed

+29
-19
lines changed

3 files changed

+29
-19
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
*Unreleased*
66

77
*Released*
8+
## [v1.4.2] - 2023-07-19
9+
### Additions
10+
- Security enhancement & package dependencies bump
11+
### Bug Fixes
12+
- Potential app crash on Assets Page
813
## [v1.4.1] - 2023-03-03
914
### Additions
1015
- Revise on validator uptime calculation & list layout

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chain-desktop-wallet",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Crypto.com DeFi Desktop Wallet App",
55
"repository": "github:crypto-com/chain-desktop-wallet",
66
"author": "Crypto.com <contact@crypto.com>",
@@ -208,7 +208,7 @@
208208
"resolve-url-loader": "3.1.2",
209209
"rimraf": "3.0.2",
210210
"sass-loader": "8.0.2",
211-
"semver": "7.5.2",
211+
"semver": "7.5.3",
212212
"style-loader": "1.3.0",
213213
"stylelint": "^14.9.1",
214214
"stylelint-config-recommended-less": "^1.0.4",
@@ -379,7 +379,7 @@
379379
"eventsource": "2.0.2",
380380
"nth-check": "2.0.1",
381381
"semver-regex": "3.1.3",
382-
"protobufjs": "6.11.3",
382+
"protobufjs": "7.2.4",
383383
"shell-quote": "1.7.3",
384384
"minimatch": "3.0.5",
385385
"loader-utils": "2.0.4",
@@ -391,6 +391,7 @@
391391
"http-cache-semantics": "4.1.1",
392392
"@sideway/formula": "3.0.1",
393393
"cookiejar": "2.1.4",
394-
"decode-uri-component": "0.2.2"
394+
"decode-uri-component": "0.2.2",
395+
"word-wrap": "1.2.4"
395396
}
396397
}

yarn.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4336,7 +4336,7 @@
43364336
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.172.tgz#aad774c28e7bfd7a67de25408e03ee5a8c3d028a"
43374337
integrity sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==
43384338

4339-
"@types/long@4.0.1", "@types/long@^4.0.1":
4339+
"@types/long@4.0.1":
43404340
version "4.0.1"
43414341
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.1.tgz"
43424342
integrity sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==
@@ -13126,6 +13126,11 @@ long@4.0.0, long@^4.0.0:
1312613126
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz"
1312713127
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
1312813128

13129+
long@^5.0.0:
13130+
version "5.2.3"
13131+
resolved "https://registry.yarnpkg.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"
13132+
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
13133+
1312913134
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
1313013135
version "1.4.0"
1313113136
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz"
@@ -15736,10 +15741,10 @@ proto-list@~1.2.1:
1573615741
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz"
1573715742
integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=
1573815743

15739-
protobufjs@6.11.3, protobufjs@^6.8.8, protobufjs@~6.10.2, protobufjs@~6.11.2, protobufjs@~6.11.3:
15740-
version "6.11.3"
15741-
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-6.11.3.tgz#637a527205a35caa4f3e2a9a4a13ddffe0e7af74"
15742-
integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==
15744+
protobufjs@6.11.3, protobufjs@7.2.4, protobufjs@^6.8.8, protobufjs@~6.10.2, protobufjs@~6.11.2, protobufjs@~6.11.3:
15745+
version "7.2.4"
15746+
resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.4.tgz#3fc1ec0cdc89dd91aef9ba6037ba07408485c3ae"
15747+
integrity sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==
1574315748
dependencies:
1574415749
"@protobufjs/aspromise" "^1.1.2"
1574515750
"@protobufjs/base64" "^1.1.2"
@@ -15751,9 +15756,8 @@ protobufjs@6.11.3, protobufjs@^6.8.8, protobufjs@~6.10.2, protobufjs@~6.11.2, pr
1575115756
"@protobufjs/path" "^1.1.2"
1575215757
"@protobufjs/pool" "^1.1.0"
1575315758
"@protobufjs/utf8" "^1.1.0"
15754-
"@types/long" "^4.0.1"
1575515759
"@types/node" ">=13.7.0"
15756-
long "^4.0.0"
15760+
long "^5.0.0"
1575715761

1575815762
proxy-addr@~2.0.7:
1575915763
version "2.0.7"
@@ -17369,10 +17373,10 @@ semver@7.0.0:
1736917373
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz"
1737017374
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
1737117375

17372-
semver@7.5.2:
17373-
version "7.5.2"
17374-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.2.tgz#5b851e66d1be07c1cdaf37dfc856f543325a2beb"
17375-
integrity sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==
17376+
semver@7.5.3:
17377+
version "7.5.3"
17378+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"
17379+
integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==
1737617380
dependencies:
1737717381
lru-cache "^6.0.0"
1737817382

@@ -20223,10 +20227,10 @@ wif@^2.0.6:
2022320227
dependencies:
2022420228
bs58check "<3.0.0"
2022520229

20226-
word-wrap@^1.2.3, word-wrap@~1.2.3:
20227-
version "1.2.3"
20228-
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz"
20229-
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
20230+
word-wrap@1.2.4, word-wrap@^1.2.3, word-wrap@~1.2.3:
20231+
version "1.2.4"
20232+
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.4.tgz#cb4b50ec9aca570abd1f52f33cd45b6c61739a9f"
20233+
integrity sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==
2023020234

2023120235
wordwrapjs@^4.0.0:
2023220236
version "4.0.1"

0 commit comments

Comments
 (0)