From faef67ee121cd72a07752b414e919662dd4ce12e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:28:35 +0000 Subject: [PATCH] Bump typed-binary from 4.1.0 to 4.1.1 Bumps [typed-binary](https://github.com/iwoplaza/typed-binary) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/iwoplaza/typed-binary/releases) - [Commits](https://github.com/iwoplaza/typed-binary/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: typed-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 b637b7a2..28258551 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "crc-32": "^1.2.2", "pkijs": "^3.2.4", "schema-dts": "^1.1.2", - "typed-binary": "^4.1.0", + "typed-binary": "^4.1.1", "uuid": "^10.0.0" }, "devDependencies": { @@ -5411,9 +5411,9 @@ } }, "node_modules/typed-binary": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/typed-binary/-/typed-binary-4.1.0.tgz", - "integrity": "sha512-QQgqsUNs3zCQZOzv5aUV/HrdWGMpA8gW8oxhhML+yD7QzvvtFGGicoPtliKx/+8nZww55USLiubcw7hEw0sQTA==" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/typed-binary/-/typed-binary-4.1.1.tgz", + "integrity": "sha512-u1eE2LCTv8oOZk5NatIG8vQTMh4r54wXbY5rAvauUNhVQF0wYPeRtTREKi0HBFGKpS/q/G6G7picEyaQ3rf+RA==" }, "node_modules/typescript": { "version": "5.6.2", diff --git a/package.json b/package.json index 614276bf..59be9716 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "crc-32": "^1.2.2", "pkijs": "^3.2.4", "schema-dts": "^1.1.2", - "typed-binary": "^4.1.0", + "typed-binary": "^4.1.1", "uuid": "^10.0.0" }, "mocha": {