Skip to content

Commit

Permalink
Merge 340d961 into 04a5391
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 3, 2020
2 parents 04a5391 + 340d961 commit 8524e28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@aureooms/js-itertools": "^4.0.1"
},
"devDependencies": {
"@aureooms/js-integer": "9.0.0",
"@aureooms/js-integer": "9.0.1",
"@aureooms/js-number": "3.1.0",
"@babel/cli": "7.10.5",
"@babel/core": "7.11.0",
Expand Down
25 changes: 10 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
dependencies:
"@aureooms/js-error" "^4.0.1"

"@aureooms/js-error@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.0.tgz#cea0a145f5290f443911b3d1890d7254a18eeb9b"
integrity sha512-omwmz82cPxqRnorZ8tqeIcPj1QcJnCsMiVYcwOh/QfUXhJ+DmiBPgWOm5WWAQvQzYVKe0/k7+s2ie+UoRJagjA==

"@aureooms/js-error@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
Expand All @@ -24,18 +19,18 @@
resolved "https://registry.yarnpkg.com/@aureooms/js-fibonacci/-/js-fibonacci-4.0.0.tgz#abdaa44d176657070bafc2538587e6344a8f42fb"
integrity sha512-RNg4bf4NpJ0UOAEXXHeFziw/Mi+skBIR/G1RTS8dqowNZeXRby1vAQWR9qAJWfE8fufdKYMFUsNAHivQ2gbM3A==

"@aureooms/js-integer-big-endian@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-10.0.0.tgz#e3e46af63e7b900822abba3f216e64c812aa6532"
integrity sha512-Fa8v0V40FDZ09j/UP+c0x+Xd0Un3zuBc1K0T8EIZI4mAXFq7wDcd2mRCmR/djcKCcfPIR1Wgm0ucltNR6snm1g==
"@aureooms/js-integer-big-endian@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-integer-big-endian/-/js-integer-big-endian-10.1.0.tgz#47320d60d2332d8559e3be1b7e26e2b38b777a1e"
integrity sha512-Bph2xwAYqOxNYwvDxEBAcWeHKhcvlg+QES3dTrOLQAumXoQI/r/Wpz0orueeFadyYNCeSm4i3gRkcjRdbh5NZw==

"@aureooms/js-integer@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-9.0.0.tgz#6680ab814ec124e4a33895852c57dbb23e206241"
integrity sha512-YxRhWYZk+vjPnam6sipgEvMFlfdr/9RRvQxKYkfxg852NdlDKB8c5NEmOYson4bqiu+FUJU+S5vkvxCfT5wn2A==
"@aureooms/js-integer@9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-integer/-/js-integer-9.0.1.tgz#8c4f1cbefb4ba90248b41211aab3498596af146f"
integrity sha512-Pvmbodvey3zU4GTbQszRc6RWlzZuG0b01PePp1TSO6+nnCNk+x4XfEZQGY8EAbT/r3Tej3o8GGpOzjlq6jLqVA==
dependencies:
"@aureooms/js-error" "^4.0.0"
"@aureooms/js-integer-big-endian" "^10.0.0"
"@aureooms/js-error" "^4.0.1"
"@aureooms/js-integer-big-endian" "^10.1.0"

"@aureooms/js-itertools@^4.0.1":
version "4.0.1"
Expand Down

0 comments on commit 8524e28

Please sign in to comment.