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 66532c4 commit a968f5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@commitlint/cli": "12.1.4",
"@iterable-iterator/iter": "1.0.1",
"@iterable-iterator/list": "1.0.1",
"@iterable-iterator/next": "2.0.0",
"@iterable-iterator/next": "2.0.1",
"@iterable-iterator/range": "2.0.1",
"@js-library/commitlint-config": "0.0.4",
"ava": "3.15.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@failure-abstraction/error@^6.0.0":
"@failure-abstraction/error@^6.0.1":
version "6.0.1"
resolved "https://registry.yarnpkg.com/@failure-abstraction/error/-/error-6.0.1.tgz#ab6929395c7ed3ec74d86db2976e74e31f9569e2"
integrity sha512-KvIHhvwfrgbUduQbk55WRDGL2XcXjDLwleId+pSnK7mUUIY7zMGMy3N+ouDcOFymme48tKDlarKsYj5mEEd3fg==
Expand Down Expand Up @@ -1438,12 +1438,12 @@
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"
resolved "https://registry.yarnpkg.com/@iterable-iterator/next/-/next-2.0.0.tgz#7c6ecb35e6f1f48d128855adff7d3b42f90f17da"
integrity sha512-T5OWkjAe7KlOtIuhIIksKu82Sz0gUZNzt7k3P/uCjegU0bFCQtIYV9YqQgHlQXZ6oXfehWDqjZhvEwpmzlrpNQ==
"@iterable-iterator/next@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@iterable-iterator/next/-/next-2.0.1.tgz#b58a7471984cd1165e3b93e3fea646f4137b370f"
integrity sha512-D4E5JSH7xFEQqmJI8XMaotest1L1RM6wJssEDFRva81oZNZwPYmTlKErPZZVLnrZU/wTflEVwrImxUacoIZK3Q==
dependencies:
"@failure-abstraction/error" "^6.0.0"
"@failure-abstraction/error" "^6.0.1"

"@iterable-iterator/range@2.0.1":
version "2.0.1"
Expand Down

0 comments on commit a968f5e

Please sign in to comment.