Skip to content

Commit 392682b

Browse files
wraithgarlukekarrys
authored andcommitted
chore: remove lodash.clonedeep
1 parent 0a71ebb commit 392682b

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

DEPENDENCIES.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ graph LR;
415415
libnpmpack-->spawk;
416416
libnpmpack-->tap;
417417
libnpmpublish-->ci-info;
418-
libnpmpublish-->lodash.clonedeep;
419418
libnpmpublish-->nock;
420419
libnpmpublish-->normalize-package-data;
421420
libnpmpublish-->npm-package-arg;

package-lock.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7762,12 +7762,6 @@
77627762
"integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==",
77637763
"dev": true
77647764
},
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-
},
77717765
"node_modules/lodash.flattendeep": {
77727766
"version": "4.4.0",
77737767
"resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
@@ -15850,7 +15844,6 @@
1585015844
"@npmcli/mock-globals": "^1.0.0",
1585115845
"@npmcli/mock-registry": "^1.0.0",
1585215846
"@npmcli/template-oss": "4.18.0",
15853-
"lodash.clonedeep": "^4.5.0",
1585415847
"nock": "^13.3.0",
1585515848
"tap": "^16.3.4"
1585615849
},

workspaces/libnpmpublish/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@npmcli/mock-globals": "^1.0.0",
2828
"@npmcli/mock-registry": "^1.0.0",
2929
"@npmcli/template-oss": "4.18.0",
30-
"lodash.clonedeep": "^4.5.0",
3130
"nock": "^13.3.0",
3231
"tap": "^16.3.4"
3332
},

0 commit comments

Comments
 (0)