From 5e652f68ba5600dd5662d49b0ffa06be1ab9f387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:43:26 +0000 Subject: [PATCH] build(deps): bump @cyclonedx/cyclonedx-library Bumps the npm-dependencies group with 1 update: [@cyclonedx/cyclonedx-library](https://github.com/CycloneDX/cyclonedx-javascript-library). Updates `@cyclonedx/cyclonedx-library` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/CycloneDX/cyclonedx-javascript-library/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/HISTORY.md) - [Commits](https://github.com/CycloneDX/cyclonedx-javascript-library/compare/v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: "@cyclonedx/cyclonedx-library" dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04df23bc..29627f1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -308,9 +308,9 @@ } }, "node_modules/@cyclonedx/cyclonedx-library": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-library/-/cyclonedx-library-10.0.0.tgz", - "integrity": "sha512-xDXf2eqzeFHdjamj6oBV3duRSfrlmsJ5+2z9tXp7q5qxJP5Awmjf4ABSutS4qkVHHj7JzKFL/EM0V0Nihc7zPg==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@cyclonedx/cyclonedx-library/-/cyclonedx-library-10.1.0.tgz", + "integrity": "sha512-4yq0KTQIA32UHJwFMDeY5xj2asp3Mk5lzx4JRVXLOb0YE8w1KeR61c1m/gJ4sjMXpiiEDfaITVQu8BLUuy7t3A==", "funding": [ { "type": "individual", @@ -2309,7 +2309,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "devOptional": true, + "dev": true, "license": "MIT" }, "node_modules/fast-glob": {