From 3ab37e88c68a76fea9c74993750a778965c3df7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:43:11 +0200 Subject: [PATCH] chore(deps-dev): Bump uint8arrays from 5.0.3 to 5.1.0 (#372) * chore(deps-dev): Bump uint8arrays from 5.0.3 to 5.1.0 Bumps [uint8arrays](https://github.com/achingbrain/uint8arrays) from 5.0.3 to 5.1.0. - [Release notes](https://github.com/achingbrain/uint8arrays/releases) - [Changelog](https://github.com/achingbrain/uint8arrays/blob/main/CHANGELOG.md) - [Commits](https://github.com/achingbrain/uint8arrays/compare/v5.0.3...v5.1.0) --- updated-dependencies: - dependency-name: uint8arrays dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * lockfile --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b59b6c..4df31f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.5.4", - "uint8arrays": "^5.0.3" + "uint8arrays": "^5.1.0" }, "engines": { "node": ">=20.0.0" @@ -11238,9 +11238,9 @@ } }, "node_modules/uint8arrays": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.0.3.tgz", - "integrity": "sha512-6LBuKji28kHjgPJMkQ6GDaBb1lRwIhyOYq6pDGwYMoDPfImE9SkuYENVmR0yu9yGgs2clHUSY9fKDukR+AXfqQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-5.1.0.tgz", + "integrity": "sha512-vA6nFepEmlSKkMBnLBaUMVvAC4G3CTmO58C12y4sq6WPDOR7mOFYOi7GlrQ4djeSbP6JG9Pv9tJDM97PedRSww==", "dev": true, "dependencies": { "multiformats": "^13.0.0" diff --git a/package.json b/package.json index 53e6738..036b3f6 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.5.4", - "uint8arrays": "^5.0.3" + "uint8arrays": "^5.1.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/",