Skip to content

Commit 49d8e6a

Browse files
committed
Bump version
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent c601150 commit 49d8e6a

File tree

4 files changed

+303
-303
lines changed

4 files changed

+303
-303
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "10.10.2",
3+
"version": "10.10.3",
44
"exports": "./lib/cli/index.js",
55
"compilerOptions": {
66
"allowJs": true,

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "10.10.2",
3+
"version": "10.10.3",
44
"exports": "./lib/cli/index.js",
55
"include": ["*.js", "lib/**", "bin/**", "data/**", "types/**"],
66
"exclude": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cyclonedx/cdxgen",
3-
"version": "10.10.2",
3+
"version": "10.10.3",
44
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
55
"homepage": "http://github.com/cyclonedx/cdxgen",
66
"author": "Prabhu Subramanian <[email protected]>",
@@ -65,7 +65,7 @@
6565
"bugs": {
6666
"url": "https://github.com/cyclonedx/cdxgen/issues"
6767
},
68-
"packageManager": "pnpm@9.11.0",
68+
"packageManager": "pnpm@9.12.0",
6969
"lint-staged": {
7070
"*": "biome check --fix --no-errors-on-unmatched"
7171
},
@@ -117,7 +117,7 @@
117117
},
118118
"files": ["*.js", "lib/**", "bin/", "data/", "types/"],
119119
"devDependencies": {
120-
"@biomejs/biome": "1.9.2",
120+
"@biomejs/biome": "1.9.3",
121121
"jest": "^29.7.0",
122122
"typescript": "^5.6.2"
123123
},

0 commit comments

Comments
 (0)