From 131aaaaf836db77180b9108f722696dfc5d46d04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:50:37 +0000 Subject: [PATCH] chore(deps-dev): Bump tinybench from 3.0.0 to 3.0.3 Bumps [tinybench](https://github.com/tinylibs/tinybench) from 3.0.0 to 3.0.3. - [Release notes](https://github.com/tinylibs/tinybench/releases) - [Commits](https://github.com/tinylibs/tinybench/compare/v3.0.0...v3.0.3) --- updated-dependencies: - dependency-name: tinybench dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d574861..77080497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8978,9 +8978,9 @@ "license": "MIT" }, "node_modules/tinybench": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-3.0.0.tgz", - "integrity": "sha512-931sGm66Zjp7c4o/DePaq8AKlCdq/ZldpS1b8O7r3SxSuxJpqoqeUprTOsW2CBhrw54U3mTmcS97LsBqPXEQLw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-3.0.3.tgz", + "integrity": "sha512-uJx7Wn5Dp5qd2TBbbixMaFSxod6HvJxhA7rb55BJD27Gcsz+zoHRA/Gk8pBl91GiWbKtoGqU02XS8GOVJhe1KA==", "dev": true, "engines": { "node": ">=18.0.0"