Skip to content

Commit 1d20b31

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency @aureooms/js-itertools to v5
1 parent 7f84c58 commit 1d20b31

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"devDependencies": {
9090
"@aureooms/js-compare": "1.4.8",
9191
"@aureooms/js-functools": "2.0.3",
92-
"@aureooms/js-itertools": "4.1.0",
92+
"@aureooms/js-itertools": "5.0.1",
9393
"@aureooms/js-number": "3.1.0",
9494
"@babel/cli": "7.13.10",
9595
"@babel/core": "7.13.10",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
dependencies:
4545
"@aureooms/js-error" "^4.0.1"
4646

47+
"@aureooms/js-collections-deque@^6.0.1":
48+
version "6.0.1"
49+
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-6.0.1.tgz#ba89379ac826539047f768e1fb84ed4d2c1f829e"
50+
integrity sha512-GUhEIF6tmnxsGvUaPSR/7HbZETn04yHOcrt7swo5ftKRz+Pb/N9iuvGimBwmCTLDkJ60OZG2TWfoYPVNA2lutQ==
51+
dependencies:
52+
"@aureooms/js-error" "^5.0.2"
53+
4754
"@aureooms/js-collections-dict@^3.0.0":
4855
version "3.0.0"
4956
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-dict/-/js-collections-dict-3.0.0.tgz#30177be5a7c6870fefafad418d837569aaf746f5"
@@ -105,6 +112,11 @@
105112
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-4.0.1.tgz#be2740b3f31a337e0828930c9b70d38113b4dd77"
106113
integrity sha512-zsgs6wmnRsKljlusewYiBaFBM/hIJp43b7OwE9ybpLEL4wfXjGP17cJTTAY8gpzALVFwEA5/flxIK0I6gJJLHQ==
107114

115+
"@aureooms/js-error@^5.0.2":
116+
version "5.0.2"
117+
resolved "https://registry.yarnpkg.com/@aureooms/js-error/-/js-error-5.0.2.tgz#dc2ad2fc2b10365581c32c28222daccc5c3c9600"
118+
integrity sha512-HLO95kmZ1nJV5qo8Xq7czHVskFGPkM3l60JFgdTnpvCH6P6lkyWDBplaDB9gI5cPvcRIZDs1HeAHhAlHR/jBxw==
119+
108120
"@aureooms/js-functools@2.0.3":
109121
version "2.0.3"
110122
resolved "https://registry.yarnpkg.com/@aureooms/js-functools/-/js-functools-2.0.3.tgz#5139d6245278193da4cf21c44666797bf40a1d6e"
@@ -119,13 +131,13 @@
119131
"@aureooms/js-error" "^3.0.0"
120132
"@aureooms/js-itertools" "^3.1.1"
121133

122-
"@aureooms/js-itertools@4.1.0":
123-
version "4.1.0"
124-
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-4.1.0.tgz#c731eaee7de0005c6ea41f2f87cca4bdb2d86ca1"
125-
integrity sha512-P9TfwQPuXk5T5z6QMMfwLLyzh9QsEu4sGWcBk/P/waWgim/xqr+LDTOHVo7WU4QAty+/5CBX8DuW7MrPVfXt5A==
134+
"@aureooms/js-itertools@5.0.1":
135+
version "5.0.1"
136+
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.1.tgz#73af47b0a710073730fccde6c57431a9178d1bea"
137+
integrity sha512-EBmA0EiY49MSu7M6eCZvUyEhV79bvIQDg/LL3bfUG8fxhL4IeBLbgYc41a4/LunD5mLFG8ZQna/Z/oUjr4fUuQ==
126138
dependencies:
127-
"@aureooms/js-collections-deque" "^4.0.1"
128-
"@aureooms/js-error" "^4.0.1"
139+
"@aureooms/js-collections-deque" "^6.0.1"
140+
"@aureooms/js-error" "^5.0.2"
129141

130142
"@aureooms/js-itertools@^3.1.1":
131143
version "3.4.0"

0 commit comments

Comments
 (0)