Skip to content

Commit

Permalink
⬆️ deps: Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 14, 2021
1 parent f717062 commit 28bd51f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"@babel/preset-env": "7.14.7",
"@babel/register": "7.14.5",
"@commitlint/cli": "12.1.4",
"@iterable-iterator/iter": "0.0.2",
"@iterable-iterator/list": "0.0.2",
"@iterable-iterator/next": "1.0.1",
"@iterable-iterator/range": "1.0.0",
"@iterable-iterator/iter": "1.0.0",
"@iterable-iterator/list": "1.0.0",
"@iterable-iterator/next": "2.0.0",
"@iterable-iterator/range": "2.0.0",
"@js-library/commitlint-config": "0.0.4",
"ava": "3.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,10 +1404,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@failure-abstraction/error@^5.0.5":
version "5.0.5"
resolved "https://registry.yarnpkg.com/@failure-abstraction/error/-/error-5.0.5.tgz#0cf54ae8f76a025a8df015acd958192fb29a5e9a"
integrity sha512-1wYCScLBgVzSrXWDNg6KqZPCTtrbduDIxGGx3OXfGXQgWusFC8vdgKL6XLycAgsv3FRx8jardWQGYnEHUCccQQ==
"@failure-abstraction/error@^6.0.0":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@failure-abstraction/error/-/error-6.0.1.tgz#ab6929395c7ed3ec74d86db2976e74e31f9569e2"
integrity sha512-KvIHhvwfrgbUduQbk55WRDGL2XcXjDLwleId+pSnK7mUUIY7zMGMy3N+ouDcOFymme48tKDlarKsYj5mEEd3fg==

"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
Expand All @@ -1428,27 +1428,27 @@
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":
version "0.0.2"
resolved "https://registry.yarnpkg.com/@iterable-iterator/iter/-/iter-0.0.2.tgz#7129988de2071ffb747632bd0190c0db579a5b69"
integrity sha512-+q2BxI+awes71qm4M5zLXaJK7GUy1Tbt5K7YKTU3Yl8DgCdQxeHBbkAIxXAv49BoS2eLx5cLXHdpX6ybzvA2XQ==
"@iterable-iterator/iter@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@iterable-iterator/iter/-/iter-1.0.0.tgz#a399879bc4cb53b90edca7df6496cdf81b42b1c0"
integrity sha512-aZ2nhrbwH4iOXmVfWrN76sBELRNQVucUJWbq5kz6+x0JKAh22mhJ1CFExPi67bC6JwVjrdm2Wsed9xLG0AvClQ==

"@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/list@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@iterable-iterator/list/-/list-1.0.0.tgz#1d22dd6bc70212a8049f315e51eb955ed9b9a240"
integrity sha512-xT0JsTBJggv/evgFUHGA3MXbqBj0Mq/bCL3i5kOcHPgQxnvVo8N9+i2wDcRhU1dDlLbnJLymyuRarDpGH4it8Q==

"@iterable-iterator/next@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@iterable-iterator/next/-/next-1.0.1.tgz#ed7fb7b6bf44c3bd77dd01e2c5a0a03830b9142c"
integrity sha512-igrAA2O3qCGHQbEjktXeiYxopq5RvaNhzooivyuq7vmE1U2tRmMyP8e5+LaNbrVLZH1jGWcWIATsNo8Q3D/I5w==
"@iterable-iterator/next@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@iterable-iterator/next/-/next-2.0.0.tgz#7c6ecb35e6f1f48d128855adff7d3b42f90f17da"
integrity sha512-T5OWkjAe7KlOtIuhIIksKu82Sz0gUZNzt7k3P/uCjegU0bFCQtIYV9YqQgHlQXZ6oXfehWDqjZhvEwpmzlrpNQ==
dependencies:
"@failure-abstraction/error" "^5.0.5"
"@failure-abstraction/error" "^6.0.0"

"@iterable-iterator/range@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@iterable-iterator/range/-/range-1.0.0.tgz#5b3255710e3e0d174a82e38024dc2af3c1aeee25"
integrity sha512-rFgziHtzWs/Zl1c5SfkAbUZzXvqvyeMtjsrwdkvXFQ1FCCXmzFjaMOKpr++wFuoV83XzZuiJ6lyHNEd3CSIyTg==
"@iterable-iterator/range@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@iterable-iterator/range/-/range-2.0.0.tgz#7cb75cecb09621821e4c710ac785ef4159d75216"
integrity sha512-FuGfd6oCyoZ+d47kJP9c492//qsNVOFIlIIe20aJA2jPQYjae+LhWkdS5h8c7z4zUC5jhWxamSlYBC7BIS2+TQ==

"@js-library/commitlint-config@0.0.4":
version "0.0.4"
Expand Down

0 comments on commit 28bd51f

Please sign in to comment.