Skip to content

Commit 45b74a0

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @aureooms/js-itertools to v5
1 parent 3fece87 commit 45b74a0

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@aureooms/js-compare": "1.4.8",
3535
"@aureooms/js-functools": "2.0.3",
3636
"@aureooms/js-in-situ-sort-spec": "8.0.0",
37-
"@aureooms/js-itertools": "4.1.0",
37+
"@aureooms/js-itertools": "5.0.1",
3838
"@aureooms/js-random": "2.0.0",
3939
"@aureooms/js-sort": "7.0.0",
4040
"@babel/cli": "7.13.10",

yarn.lock

+21-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
dependencies:
2020
"@aureooms/js-error" "^4.0.1"
2121

22+
"@aureooms/js-collections-deque@^6.0.1":
23+
version "6.0.1"
24+
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-6.0.1.tgz#ba89379ac826539047f768e1fb84ed4d2c1f829e"
25+
integrity sha512-GUhEIF6tmnxsGvUaPSR/7HbZETn04yHOcrt7swo5ftKRz+Pb/N9iuvGimBwmCTLDkJ60OZG2TWfoYPVNA2lutQ==
26+
dependencies:
27+
"@aureooms/js-error" "^5.0.2"
28+
2229
"@aureooms/[email protected]", "@aureooms/js-compare@^1.4.8":
2330
version "1.4.8"
2431
resolved "https://registry.yarnpkg.com/@aureooms/js-compare/-/js-compare-1.4.8.tgz#c6bff1091f4a2e211f449299572d9f195146fc59"
@@ -29,6 +36,11 @@
2936
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
3037
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==
3138

39+
"@aureooms/js-error@^5.0.2":
40+
version "5.0.2"
41+
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
42+
integrity sha512-HLO95kmZ1nJV5qo8Xq7czHVskFGPkM3l60JFgdTnpvCH6P6lkyWDBplaDB9gI5cPvcRIZDs1HeAHhAlHR/jBxw==
43+
3244
"@aureooms/[email protected]", "@aureooms/js-functools@^2.0.3":
3345
version "2.0.3"
3446
resolved "https://registry.yarnpkg.com/@aureooms/js-functools/-/js-functools-2.0.3.tgz#5139d6245278193da4cf21c44666797bf40a1d6e"
@@ -46,7 +58,15 @@
4658
"@aureooms/js-random" "^2.0.0"
4759
"@aureooms/js-sort" "^7.0.0"
4860

49-
"@aureooms/[email protected]", "@aureooms/js-itertools@^4.1.0":
61+
"@aureooms/[email protected]":
62+
version "5.0.1"
63+
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.1.tgz#73af47b0a710073730fccde6c57431a9178d1bea"
64+
integrity sha512-EBmA0EiY49MSu7M6eCZvUyEhV79bvIQDg/LL3bfUG8fxhL4IeBLbgYc41a4/LunD5mLFG8ZQna/Z/oUjr4fUuQ==
65+
dependencies:
66+
"@aureooms/js-collections-deque" "^6.0.1"
67+
"@aureooms/js-error" "^5.0.2"
68+
69+
"@aureooms/js-itertools@^4.1.0":
5070
version "4.1.0"
5171
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-4.1.0.tgz#c731eaee7de0005c6ea41f2f87cca4bdb2d86ca1"
5272
integrity sha512-P9TfwQPuXk5T5z6QMMfwLLyzh9QsEu4sGWcBk/P/waWgim/xqr+LDTOHVo7WU4QAty+/5CBX8DuW7MrPVfXt5A==

0 commit comments

Comments
 (0)