Skip to content

Commit 26abe19

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @aureooms/js-integer to v5
1 parent 6ded638 commit 26abe19

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@aureooms/js-itertools": "^4.0.0"
3333
},
3434
"devDependencies": {
35-
"@aureooms/js-integer": "4.0.1",
35+
"@aureooms/js-integer": "5.0.0",
3636
"@aureooms/js-number": "3.1.0",
3737
"@babel/cli": "7.8.4",
3838
"@babel/core": "7.9.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
resolved "https://registry.yarnpkg.com/@aureooms/js-fibonacci/-/js-fibonacci-4.0.0.tgz#abdaa44d176657070bafc2538587e6344a8f42fb"
2020
integrity sha512-RNg4bf4NpJ0UOAEXXHeFziw/Mi+skBIR/G1RTS8dqowNZeXRby1vAQWR9qAJWfE8fufdKYMFUsNAHivQ2gbM3A==
2121

22-
"@aureooms/js-integer-big-endian@^5.0.1":
23-
version "5.0.1"
24-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-5.0.1.tgz#a0c63b09f12513d72e1b99fb82f49c7023e5743a"
25-
integrity sha512-iMBF2lWXwIeY2xeDsbpZJlQTD5yyf9OTZswR3fB3sSjNO7hCTrhGD+I0Y7Sz+jNFp68wDKM5FtKcVVGlHCiNhw==
22+
"@aureooms/js-integer-big-endian@^8.0.0":
23+
version "8.0.0"
24+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-8.0.0.tgz#fdf21db95bb6ce88763fd91646e3c09d865fd321"
25+
integrity sha512-2YuH9/ejGk6RCOVjsSVNG2evoHPF9hTjdle1sRET91hh566uVkcBezE7DT/iLGBsSoz8v1OhPRT83EazAgbq6g==
2626

27-
"@aureooms/js-integer@4.0.1":
28-
version "4.0.1"
29-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-4.0.1.tgz#0c936edf284262cac5ad13ed31404f753aa4a241"
30-
integrity sha512-vZdqWZI4ExuCJiqgjmxyb3z7oTeqqU5qAQnJ4MDweD7yAalRhbAuCjdNt59/D1zpEok7+K/lvFUkDpOAnrKRGw==
27+
"@aureooms/js-integer@5.0.0":
28+
version "5.0.0"
29+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-5.0.0.tgz#9009c5b71a8ac192476620fff22a877f461cc173"
30+
integrity sha512-AUr6206CSQ8BOf5KyUOZ6yvNdEb6CIssEA+tceroSGCoZG6J9A9cWQUay801G8vVcGjf9Sq26Xc5/Jd/1j6MaQ==
3131
dependencies:
3232
"@aureooms/js-error" "^4.0.0"
33-
"@aureooms/js-integer-big-endian" "^5.0.1"
33+
"@aureooms/js-integer-big-endian" "^8.0.0"
3434

3535
"@aureooms/js-itertools@^4.0.0":
3636
version "4.0.0"

0 commit comments

Comments
 (0)