Skip to content

Commit 9120524

Browse files
committed
RI-4985 added json-bigint to api
1 parent 7bca5ef commit 9120524

File tree

2 files changed

+23
-32
lines changed

2 files changed

+23
-32
lines changed

redisinsight/api/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"fs-extra": "^10.0.0",
7979
"ioredis": "^5.2.2",
8080
"is-glob": "^4.0.1",
81+
"json-bigint": "^1.0.0",
8182
"jsonwebtoken": "^9.0.2",
8283
"keytar": "^7.9.0",
8384
"lodash": "^4.17.20",
@@ -173,10 +174,13 @@
173174
},
174175
"reporters": [
175176
"default",
176-
["jest-html-reporters", {
177-
"publicPath": "./report",
178-
"filename": "index.html"
179-
}]
177+
[
178+
"jest-html-reporters",
179+
{
180+
"publicPath": "./report",
181+
"filename": "index.html"
182+
}
183+
]
180184
]
181185
}
182186
}

redisinsight/api/yarn.lock

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,6 +2480,11 @@ big.js@^5.2.2:
24802480
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
24812481
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
24822482

2483+
bignumber.js@^9.0.0:
2484+
version "9.1.2"
2485+
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
2486+
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==
2487+
24832488
binary-extensions@^2.0.0:
24842489
version "2.2.0"
24852490
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
@@ -5794,6 +5799,13 @@ jsesc@^3.0.2:
57945799
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
57955800
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
57965801

5802+
json-bigint@^1.0.0:
5803+
version "1.0.0"
5804+
resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1"
5805+
integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==
5806+
dependencies:
5807+
bignumber.js "^9.0.0"
5808+
57975809
json-parse-better-errors@^1.0.1:
57985810
version "1.0.2"
57995811
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
@@ -7997,7 +8009,7 @@ string-length@^4.0.1:
79978009
char-regex "^1.0.2"
79988010
strip-ansi "^6.0.0"
79998011

8000-
"string-width-cjs@npm:string-width@^4.2.0":
8012+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
80018013
version "4.2.3"
80028014
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
80038015
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8014,15 +8026,6 @@ string-length@^4.0.1:
80148026
is-fullwidth-code-point "^2.0.0"
80158027
strip-ansi "^4.0.0"
80168028

8017-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8018-
version "4.2.3"
8019-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8020-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8021-
dependencies:
8022-
emoji-regex "^8.0.0"
8023-
is-fullwidth-code-point "^3.0.0"
8024-
strip-ansi "^6.0.1"
8025-
80268029
string-width@^3.0.0, string-width@^3.1.0:
80278030
version "3.1.0"
80288031
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -8082,7 +8085,7 @@ string_decoder@~1.1.1:
80828085
dependencies:
80838086
safe-buffer "~5.1.0"
80848087

8085-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8088+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
80868089
version "6.0.1"
80878090
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
80888091
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8103,13 +8106,6 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
81038106
dependencies:
81048107
ansi-regex "^4.1.0"
81058108

8106-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8107-
version "6.0.1"
8108-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8109-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8110-
dependencies:
8111-
ansi-regex "^5.0.1"
8112-
81138109
strip-ansi@^7.0.1:
81148110
version "7.1.0"
81158111
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -8993,7 +8989,7 @@ [email protected]:
89938989
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b"
89948990
integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==
89958991

8996-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8992+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
89978993
version "7.0.0"
89988994
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
89998995
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9020,15 +9016,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
90209016
string-width "^4.1.0"
90219017
strip-ansi "^6.0.0"
90229018

9023-
wrap-ansi@^7.0.0:
9024-
version "7.0.0"
9025-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9026-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9027-
dependencies:
9028-
ansi-styles "^4.0.0"
9029-
string-width "^4.1.0"
9030-
strip-ansi "^6.0.0"
9031-
90329019
wrap-ansi@^8.1.0:
90339020
version "8.1.0"
90349021
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)