Skip to content

Commit

Permalink
📌 deps: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 1, 2021
1 parent 2f374f4 commit 1fef959
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"@babel/preset-env": "7.14.0",
"@babel/register": "7.13.16",
"@commitlint/cli": "12.1.1",
"@iterable-iterator/iter": "^0.0.2",
"@iterable-iterator/list": "^0.0.2",
"@iterable-iterator/next": "^1.0.0",
"@iterable-iterator/range": "^0.0.1",
"@iterable-iterator/iter": "0.0.2",
"@iterable-iterator/list": "0.0.2",
"@iterable-iterator/next": "1.0.0",
"@iterable-iterator/range": "0.0.1",
"@js-library/commitlint-config": "0.0.4",
"ava": "3.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1153,24 +1153,24 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==

"@iterable-iterator/iter@^0.0.2":
"@iterable-iterator/iter@0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@iterable-iterator/iter/-/iter-0.0.2.tgz#7129988de2071ffb747632bd0190c0db579a5b69"
integrity sha512-+q2BxI+awes71qm4M5zLXaJK7GUy1Tbt5K7YKTU3Yl8DgCdQxeHBbkAIxXAv49BoS2eLx5cLXHdpX6ybzvA2XQ==

"@iterable-iterator/list@^0.0.2":
"@iterable-iterator/list@0.0.2":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@iterable-iterator/list/-/list-0.0.2.tgz#6289761d3ada6bb88f0c92683367ea960f310869"
integrity sha512-103Wwqx0x8neIFjm0GVR7cmEcv29Eg7F4lX72sr9L6FzMH9lp50ejfroAdbdMT37TWq2KVNo1eEWXtFo9hBybw==

"@iterable-iterator/next@^1.0.0":
"@iterable-iterator/next@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@iterable-iterator/next/-/next-1.0.0.tgz#6e66e6c2423e390ac806bfdc778b918d05c866f5"
integrity sha512-ml0SPDbw9N3S8++yx/Gqd0o9CuY4sPUUGlhJMhCQC2sSL6RpXmNaBLvGhCJTckelSzyaTVpe/yUlS/iwJNwxnQ==
dependencies:
"@failure-abstraction/error" "^5.0.5"

"@iterable-iterator/range@^0.0.1":
"@iterable-iterator/range@0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@iterable-iterator/range/-/range-0.0.1.tgz#44516a8967f9b21546a76ae9c3dbc22e8d782c20"
integrity sha512-fNhvqQLC6xMdbaPrvgDCuUQSHtv9IUDVVAZf2aK7hIEHK6ghd3r5FEX1IYHfDnnXv+zdBfUSr83fg6VB/6/0ug==
Expand Down

0 comments on commit 1fef959

Please sign in to comment.