Skip to content

Commit a7a725b

Browse files
committed
Removed newVersion
1 parent ebf5b45 commit a7a725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-branch-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function main() {
2121
];
2222
const diffChanges = [
2323
{ changeType: 'added', name: 'lodash', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', version: '4.17.21' },
24-
{ changeType: 'updated', name: 'react', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', version: '18.2.0', newVersion: '18.3.0-beta' }
24+
{ changeType: 'updated', name: 'react', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', version: '18.2.0' }
2525
];
2626

2727
const synthetic: RepositorySbom = {

0 commit comments

Comments
 (0)