Skip to content

Commit 3be28eb

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @aureooms/js-itertools to v5
1 parent 4a604cf commit 3be28eb

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@aureooms/js-algorithms": "3.0.7",
36-
"@aureooms/js-itertools": "4.1.0",
36+
"@aureooms/js-itertools": "5.0.1",
3737
"@aureooms/js-random": "2.0.0",
3838
"@babel/cli": "7.13.10",
3939
"@babel/core": "7.13.10",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,30 @@
77
resolved "https://registry.yarnpkg.com/@aureooms/js-algorithms/-/js-algorithms-3.0.7.tgz#5c9b857396a3c5784f34f956370483dcc06adef8"
88
integrity sha1-XJuFc5ajxXhPNPlWNwSD3MBq3vg=
99

10-
"@aureooms/js-collections-deque@^4.0.1":
11-
version "4.0.1"
12-
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-4.0.1.tgz#bd8b827cdb597d061525c380dd704e338c77bd5f"
13-
integrity sha512-dktRVLyep0sUKpqgtG/JseA232KMdlu9t9ePq2wHcng1dZ3+63qW2C+FlKXBktrT1dU92DDxIL6PqnV97kHA1Q==
10+
"@aureooms/js-collections-deque@^6.0.1":
11+
version "6.0.1"
12+
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-6.0.1.tgz#ba89379ac826539047f768e1fb84ed4d2c1f829e"
13+
integrity sha512-GUhEIF6tmnxsGvUaPSR/7HbZETn04yHOcrt7swo5ftKRz+Pb/N9iuvGimBwmCTLDkJ60OZG2TWfoYPVNA2lutQ==
1414
dependencies:
15-
"@aureooms/js-error" "^4.0.1"
16-
17-
"@aureooms/js-error@^4.0.1":
18-
version "4.0.1"
19-
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
20-
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==
15+
"@aureooms/js-error" "^5.0.2"
2116

2217
"@aureooms/js-error@^5.0.0":
2318
version "5.0.1"
2419
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.1.tgz#474e2f1dd7189f97df770b5cc6f1bda536de262d"
2520
integrity sha512-BbbpKpp4W8L2x9vL4bas+JtuAe4PMojzTpf21puHPw5p3S+lgKd8SfS9y40pVHi/b3SrQrdpmsaEKjL4xviilQ==
2621

27-
"@aureooms/js-itertools@4.1.0":
28-
version "4.1.0"
29-
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-4.1.0.tgz#c731eaee7de0005c6ea41f2f87cca4bdb2d86ca1"
30-
integrity sha512-P9TfwQPuXk5T5z6QMMfwLLyzh9QsEu4sGWcBk/P/waWgim/xqr+LDTOHVo7WU4QAty+/5CBX8DuW7MrPVfXt5A==
22+
"@aureooms/js-error@^5.0.2":
23+
version "5.0.2"
24+
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
25+
integrity sha512-HLO95kmZ1nJV5qo8Xq7czHVskFGPkM3l60JFgdTnpvCH6P6lkyWDBplaDB9gI5cPvcRIZDs1HeAHhAlHR/jBxw==
26+
27+
"@aureooms/js-itertools@5.0.1":
28+
version "5.0.1"
29+
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.1.tgz#73af47b0a710073730fccde6c57431a9178d1bea"
30+
integrity sha512-EBmA0EiY49MSu7M6eCZvUyEhV79bvIQDg/LL3bfUG8fxhL4IeBLbgYc41a4/LunD5mLFG8ZQna/Z/oUjr4fUuQ==
3131
dependencies:
32-
"@aureooms/js-collections-deque" "^4.0.1"
33-
"@aureooms/js-error" "^4.0.1"
32+
"@aureooms/js-collections-deque" "^6.0.1"
33+
"@aureooms/js-error" "^5.0.2"
3434

3535
"@aureooms/js-number@^3.1.0":
3636
version "3.1.0"

0 commit comments

Comments
 (0)