File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 27
27
"@snyk/cli-interface" : " ^2.11.2" ,
28
28
"@snyk/dep-graph" : " ^1.28.1" ,
29
29
"shescape" : " 1.6.1" ,
30
- "snyk-poetry-lockfile-parser" : " ^ 1.8.0" ,
30
+ "snyk-poetry-lockfile-parser" : " 1.8.0" ,
31
31
"tmp" : " 0.2.3"
32
32
},
33
33
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -291,10 +291,9 @@ describe('inspect', () => {
291
291
expected : [
292
292
{
293
293
pkg : {
294
- name : 'zope.interface' ,
295
- version : '5.4.0' ,
294
+ name : 'zope-interface' ,
296
295
} ,
297
- directDeps : [ 'zope.interface ' ] ,
296
+ directDeps : [ 'twisted ' ] ,
298
297
} ,
299
298
{
300
299
pkg : {
@@ -662,10 +661,9 @@ describe('inspect', () => {
662
661
expected : [
663
662
{
664
663
pkg : {
665
- name : 'zope.interface' ,
666
- version : '5.4.0' ,
664
+ name : 'zope-interface' ,
667
665
} ,
668
- directDeps : [ 'zope.interface ' ] ,
666
+ directDeps : [ 'twisted ' ] ,
669
667
} ,
670
668
{
671
669
pkg : {
You can’t perform that action at this time.
0 commit comments