From ca0b63243b0ae23b6fa9195387466516c9acce80 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 7 Dec 2022 07:42:51 +0000
Subject: [PATCH] deps(dev): bump uint8arrays from 3.1.1 to 4.0.2 (#60)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from
3.1.1 to 4.0.2.
Release notes
Sourced from uint8arrays's
releases.
v4.0.2
4.0.2
(2022-10-12)
Bug Fixes
v4.0.1
4.0.1
(2022-10-12)
Bug Fixes
- export SupportedEncodings from to-string and from-string (#40)
(d3f1412)
v4.0.0
4.0.0
(2022-10-12)
⚠ BREAKING CHANGES
- this module is has been converted to typescript, the API should be
the same but releasing as a major just in case
Features
Documentation
Changelog
Sourced from uint8arrays's
changelog.
4.0.2
(2022-10-12)
Bug Fixes
4.0.1
(2022-10-12)
Bug Fixes
- export SupportedEncodings from to-string and from-string (#40)
(d3f1412)
4.0.0
(2022-10-12)
⚠ BREAKING CHANGES
- this module is now ESM-only
Features
- convert to typescript and release as ESM-only (#28)
(e4c9627)
Documentation
Commits
4264165
chore(release): 4.0.2 [skip ci]
4e78d9e
fix: update exports map paths (#41)
b0189b2
chore(release): 4.0.1 [skip ci]
d3f1412
fix: export SupportedEncodings from to-string and from-string (#40)
93b959b
chore(release): 4.0.0 [skip ci]
803cb5f
docs: fix readme header
e4c9627
feat!: convert to typescript and release as ESM-only (#28)
- See full diff in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uint8arrays&package-manager=npm_and_yarn&previous-version=3.1.1&new-version=4.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index a3bc810022..3f10c59aa5 100644
--- a/package.json
+++ b/package.json
@@ -194,6 +194,6 @@
"it-pair": "^2.0.2",
"it-pipe": "^2.0.2",
"p-defer": "^4.0.0",
- "uint8arrays": "^3.0.0"
+ "uint8arrays": "^4.0.2"
}
}