Skip to content

Commit b04831f

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @aureooms/js-integer to v5
1 parent 587a1c5 commit b04831f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {},
3131
"devDependencies": {
32-
"@aureooms/js-integer": "4.0.1",
32+
"@aureooms/js-integer": "5.0.0",
3333
"@babel/cli": "7.8.4",
3434
"@babel/core": "7.9.6",
3535
"@babel/polyfill": "7.8.7",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.0.tgz#cea0a145f5290f443911b3d1890d7254a18eeb9b"
88
integrity sha512-omwmz82cPxqRnorZ8tqeIcPj1QcJnCsMiVYcwOh/QfUXhJ+DmiBPgWOm5WWAQvQzYVKe0/k7+s2ie+UoRJagjA==
99

10-
"@aureooms/js-integer-big-endian@^5.0.1":
11-
version "5.0.1"
12-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-5.0.1.tgz#a0c63b09f12513d72e1b99fb82f49c7023e5743a"
13-
integrity sha512-iMBF2lWXwIeY2xeDsbpZJlQTD5yyf9OTZswR3fB3sSjNO7hCTrhGD+I0Y7Sz+jNFp68wDKM5FtKcVVGlHCiNhw==
10+
"@aureooms/js-integer-big-endian@^8.0.0":
11+
version "8.0.0"
12+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-8.0.0.tgz#fdf21db95bb6ce88763fd91646e3c09d865fd321"
13+
integrity sha512-2YuH9/ejGk6RCOVjsSVNG2evoHPF9hTjdle1sRET91hh566uVkcBezE7DT/iLGBsSoz8v1OhPRT83EazAgbq6g==
1414

15-
"@aureooms/js-integer@4.0.1":
16-
version "4.0.1"
17-
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-4.0.1.tgz#0c936edf284262cac5ad13ed31404f753aa4a241"
18-
integrity sha512-vZdqWZI4ExuCJiqgjmxyb3z7oTeqqU5qAQnJ4MDweD7yAalRhbAuCjdNt59/D1zpEok7+K/lvFUkDpOAnrKRGw==
15+
"@aureooms/js-integer@5.0.0":
16+
version "5.0.0"
17+
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-5.0.0.tgz#9009c5b71a8ac192476620fff22a877f461cc173"
18+
integrity sha512-AUr6206CSQ8BOf5KyUOZ6yvNdEb6CIssEA+tceroSGCoZG6J9A9cWQUay801G8vVcGjf9Sq26Xc5/Jd/1j6MaQ==
1919
dependencies:
2020
"@aureooms/js-error" "^4.0.0"
21-
"@aureooms/js-integer-big-endian" "^5.0.1"
21+
"@aureooms/js-integer-big-endian" "^8.0.0"
2222

2323
2424
version "7.8.4"

0 commit comments

Comments
 (0)