Skip to content

Commit

Permalink
⬆️ deps: Upgrade dependency @aureooms/js-itertools to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2021
1 parent 7ebf177 commit 76daf1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@aureooms/js-error": "^5.0.2"
},
"devDependencies": {
"@aureooms/js-itertools": "5.0.0",
"@aureooms/js-itertools": "5.0.1",
"@babel/core": "7.13.10",
"@babel/preset-env": "7.13.10",
"@babel/register": "7.13.8",
Expand Down
27 changes: 11 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,25 @@
# yarn lockfile v1


"@aureooms/js-collections-deque@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-collections-deque/-/js-collections-deque-5.0.0.tgz#a574ddc2e53d8e073573f914cec9b130cf5355a8"
integrity sha512-28zJhpXGE4D0hQkaZFDYaeA/maUKTTcoHaScbBBzHCu5iy/+sovU7MnSm4URC0EN+R8AH/uVsSS0CFjDMXo6SQ==
"@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==
dependencies:
"@aureooms/js-error" "^5.0.1"

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

"@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-itertools@5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@aureooms/js-itertools/-/js-itertools-5.0.0.tgz#f0f4e27381b8533ddeb9db7c8f4f05da0522cddd"
integrity sha512-LAULGvyCvMjD+V0J4m7PS2QITeG/j3KUxDlSM5rOR7sh0eWZU3jiRMi8H0aBpKhwiVV6AEjXBsMmo3EmhPlJrQ==
"@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==
dependencies:
"@aureooms/js-collections-deque" "^5.0.0"
"@aureooms/js-error" "^5.0.1"
"@aureooms/js-collections-deque" "^6.0.1"
"@aureooms/js-error" "^5.0.2"

"@babel/code-frame@7.12.11":
version "7.12.11"
Expand Down

0 comments on commit 76daf1b

Please sign in to comment.