File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -415,7 +415,6 @@ graph LR;
415
415
libnpmpack-->spawk;
416
416
libnpmpack-->tap;
417
417
libnpmpublish-->ci-info;
418
- libnpmpublish-->lodash.clonedeep;
419
418
libnpmpublish-->nock;
420
419
libnpmpublish-->normalize-package-data;
421
420
libnpmpublish-->npm-package-arg;
Original file line number Diff line number Diff line change 7762
7762
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
7763
7763
"dev": true
7764
7764
},
7765
- "node_modules/lodash.clonedeep": {
7766
- "version": "4.5.0",
7767
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
7768
- "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==",
7769
- "dev": true
7770
- },
7771
7765
"node_modules/lodash.flattendeep": {
7772
7766
"version": "4.4.0",
7773
7767
"resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
15850
15844
"@npmcli/mock-globals": "^1.0.0",
15851
15845
"@npmcli/mock-registry": "^1.0.0",
15852
15846
"@npmcli/template-oss": "4.18.0",
15853
- "lodash.clonedeep": "^4.5.0",
15854
15847
"nock": "^13.3.0",
15855
15848
"tap": "^16.3.4"
15856
15849
},
Original file line number Diff line number Diff line change 27
27
"@npmcli/mock-globals" : " ^1.0.0" ,
28
28
"@npmcli/mock-registry" : " ^1.0.0" ,
29
29
"@npmcli/template-oss" : " 4.18.0" ,
30
- "lodash.clonedeep" : " ^4.5.0" ,
31
30
"nock" : " ^13.3.0" ,
32
31
"tap" : " ^16.3.4"
33
32
},
You can’t perform that action at this time.
0 commit comments