From 7c491f7f652570568139596e4476e539d07c7f4e Mon Sep 17 00:00:00 2001 From: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com> Date: Wed, 14 Jul 2021 18:46:32 +0200 Subject: [PATCH] :arrow_up: deps: Upgrade. --- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index be5886c..d9102c9 100644 --- a/package.json +++ b/package.json @@ -68,8 +68,8 @@ "@babel/preset-env": "7.14.7", "@babel/register": "7.14.5", "@commitlint/cli": "12.1.4", - "@iterable-iterator/iter": "0.0.2", - "@iterable-iterator/repeat": "0.0.1", + "@iterable-iterator/iter": "1.0.0", + "@iterable-iterator/repeat": "1.0.0", "@js-library/commitlint-config": "0.0.4", "ava": "3.15.0", "babel-plugin-transform-remove-console": "6.9.4", diff --git a/yarn.lock b/yarn.lock index 289b753..f3b21e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1424,15 +1424,15 @@ 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/repeat@0.0.1": - version "0.0.1" - resolved "https://registry.yarnpkg.com/@iterable-iterator/repeat/-/repeat-0.0.1.tgz#3475728b7feb093624a04f6e7abd4103f10c30c0" - integrity sha512-WNuPt8H+p70TPG/CntJDcCHBPiYUA1SOVE/V45C0a9T/hr0ThRvn/Q+5diDaU3U3iJUH/Tqua+7S6ad0mS5Dzw== +"@iterable-iterator/repeat@1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@iterable-iterator/repeat/-/repeat-1.0.0.tgz#5ac94b179ce2abaaa7365d5e25af1f3ca8089e4a" + integrity sha512-Dbm6uKFTyrnn1FUM2451m9FQG9YBpHabSP4gRnvygO+jqqiuLpPDEf6s/4eambTC9loRq14Dp3PG4nFXMOalKA== "@js-library/commitlint-config@0.0.4": version "0.0.4"