Skip to content

Commit 3956924

Browse files
committed
Update packages
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 38286e8 commit 3956924

File tree

4 files changed

+112
-112
lines changed

4 files changed

+112
-112
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.4/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
},
6262
"imports": {
6363
"@appthreat/atom": "npm:@appthreat/[email protected]",
64-
"@appthreat/cdx-proto": "npm:@appthreat/[email protected].3",
65-
"@bufbuild/protobuf": "npm:@bufbuild/[email protected].2",
64+
"@appthreat/cdx-proto": "npm:@appthreat/[email protected].4",
65+
"@bufbuild/protobuf": "npm:@bufbuild/[email protected].3",
6666
"@babel/parser": "npm:@babel/parser@^7.28.0",
6767
"@babel/traverse": "npm:@babel/traverse@^7.28.0",
6868
"@npmcli/arborist": "npm:@npmcli/arborist@^9.1.2",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
},
111111
"optionalDependencies": {
112112
"@appthreat/atom": "2.2.7",
113-
"@appthreat/cdx-proto": "1.1.3",
114-
"@bufbuild/protobuf": "2.6.2",
113+
"@appthreat/cdx-proto": "1.1.4",
114+
"@bufbuild/protobuf": "2.6.3",
115115
"@cyclonedx/cdxgen-plugins-bin": "1.6.12",
116116
"@cyclonedx/cdxgen-plugins-bin-darwin-amd64": "1.6.12",
117117
"@cyclonedx/cdxgen-plugins-bin-darwin-arm64": "1.6.12",
@@ -139,9 +139,9 @@
139139
"index.cjs"
140140
],
141141
"devDependencies": {
142-
"@biomejs/biome": "2.1.3",
143-
"jest": "^30.0.4",
144-
"typescript": "^5.8.3"
142+
"@biomejs/biome": "2.1.4",
143+
"jest": "^30.0.5",
144+
"typescript": "^5.9.2"
145145
},
146146
"pnpm": {
147147
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)