Skip to content

Commit

Permalink
Update dependency @aureooms/js-itertools to v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2021
1 parent 1f5cdfe commit f31ab4f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@aureooms/js-compare": "1.4.8",
"@aureooms/js-functools": "2.0.3",
"@aureooms/js-in-situ-sort-spec": "8.0.0",
"@aureooms/js-itertools": "5.0.1",
"@aureooms/js-itertools": "5.1.1",
"@aureooms/js-random": "2.0.0",
"@aureooms/js-sort": "7.0.0",
"@babel/cli": "7.13.10",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
dependencies:
"@aureooms/js-error" "^4.0.1"

"@aureooms/js-collections-deque@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-6.0.1.tgz#ba89379ac826539047f768e1fb84ed4d2c1f829e"
integrity sha512-GUhEIF6tmnxsGvUaPSR/7HbZETn04yHOcrt7swo5ftKRz+Pb/N9iuvGimBwmCTLDkJ60OZG2TWfoYPVNA2lutQ==
"@aureooms/js-collections-deque@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-7.0.0.tgz#ff03a4901c956d277fa9d6a149104dc65c85f9ae"
integrity sha512-zWtMs1sTLGHBtKrjhJ4hZKcG54o4VSthCYn6sLA7pJeOc1FSEwKFyCaJq/BuSjY7rmhNVklTGhENjLyTl7ESVA==
dependencies:
"@aureooms/js-error" "^5.0.2"
"@aureooms/js-error" "^5.0.3"

"@aureooms/[email protected]", "@aureooms/js-compare@^1.4.8":
version "1.4.8"
Expand All @@ -36,10 +36,10 @@
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==

"@aureooms/js-error@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
integrity sha512-HLO95kmZ1nJV5qo8Xq7czHVskFGPkM3l60JFgdTnpvCH6P6lkyWDBplaDB9gI5cPvcRIZDs1HeAHhAlHR/jBxw==
"@aureooms/js-error@^5.0.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.3.tgz#e4cb52e3525028e4725a5886663a67a0749abf6b"
integrity sha512-hGLMr9UIgPubX72V7vS69N8toMoK52emuA9jV/EOleK4m7HUF0HjdssNXZytd+udyY3996CBre89MOgTEn0Udw==

"@aureooms/[email protected]", "@aureooms/js-functools@^2.0.3":
version "2.0.3"
Expand All @@ -58,13 +58,13 @@
"@aureooms/js-random" "^2.0.0"
"@aureooms/js-sort" "^7.0.0"

"@aureooms/js-itertools@5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.1.tgz#73af47b0a710073730fccde6c57431a9178d1bea"
integrity sha512-EBmA0EiY49MSu7M6eCZvUyEhV79bvIQDg/LL3bfUG8fxhL4IeBLbgYc41a4/LunD5mLFG8ZQna/Z/oUjr4fUuQ==
"@aureooms/js-itertools@5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.1.1.tgz#cebca2e4ccfcbbfbb447f60a90a86dac8f457166"
integrity sha512-WP+/gtDOJeYSa1ICRSUKtJNQs+2emU25eBnR1G+HPko5m8vbzdFBo1iHbl1IHfRDOyMn40oMvpYovC1Fh6VJwA==
dependencies:
"@aureooms/js-collections-deque" "^6.0.1"
"@aureooms/js-error" "^5.0.2"
"@aureooms/js-collections-deque" "^7.0.0"
"@aureooms/js-error" "^5.0.3"

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

0 comments on commit f31ab4f

Please sign in to comment.