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 15, 2021
1 parent 3d4664b commit 66532c4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 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": "1.0.0",
"@iterable-iterator/list": "1.0.0",
"@iterable-iterator/iter": "1.0.1",
"@iterable-iterator/list": "1.0.1",
"@iterable-iterator/next": "2.0.0",
"@iterable-iterator/range": "2.0.0",
"@iterable-iterator/range": "2.0.1",
"@js-library/commitlint-config": "0.0.4",
"ava": "3.15.0",
"babel-plugin-transform-remove-console": "6.9.4",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1428,15 +1428,15 @@
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==

"@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/iter@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@iterable-iterator/iter/-/iter-1.0.1.tgz#11149acef0d28b689e0b998dc478113eda81871d"
integrity sha512-/C/Ciq69we9C0wvqx0rOdnpXAoSW+UnyIV/ZQrUYDzmtguvUQ4HjiIPcU2Csdh705VS6TMkUhoaBHIGh44V3OA==

"@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/list@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@iterable-iterator/list/-/list-1.0.1.tgz#e84fd841d7d58c2ad6d0c026f0612c8228dc97f5"
integrity sha512-234a2cf0a0YhD1Ofb3F0xSjXDkqDK1xCiLnXoMUt/DWAt/odAvJToaxEFMemiKlAUvqF6E8MSi2v2UvlIOpBUA==

"@iterable-iterator/next@2.0.0":
version "2.0.0"
Expand All @@ -1445,10 +1445,10 @@
dependencies:
"@failure-abstraction/error" "^6.0.0"

"@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==
"@iterable-iterator/range@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@iterable-iterator/range/-/range-2.0.1.tgz#3d566aa26e3df496f2ba18a2f67de4c65518e81c"
integrity sha512-JPkPH/u4AQxWyqXDOqHk4DZeQJANv67cXuiE0DLC0FTaRgExQASlbhPZJo+JVxZRXW2EOBXSzdKdJQe5w9XghA==

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

0 comments on commit 66532c4

Please sign in to comment.