From e4a9349aee65025d56f6ab2f6c88bc064a280a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:00:37 +0000 Subject: [PATCH] build(deps-dev): Bump typed-array-byte-length from 1.0.0 to 1.0.1 Bumps [typed-array-byte-length](https://github.com/inspect-js/typed-array-byte-length) from 1.0.0 to 1.0.1. - [Changelog](https://github.com/inspect-js/typed-array-byte-length/blob/main/CHANGELOG.md) - [Commits](https://github.com/inspect-js/typed-array-byte-length/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: typed-array-byte-length dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4072a419..106dd3154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30508,15 +30508,16 @@ } }, "node_modules/typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4"