From e5cf85ce9335e95823a4539f7f66f6974ac68cbe Mon Sep 17 00:00:00 2001 From: reggi Date: Fri, 18 Oct 2024 20:40:38 -0400 Subject: [PATCH] reset --- DEPENDENCIES.md | 5 ----- package-lock.json | 17 +++++++++-------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 77a806feb713e..1d957874b3dec 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -152,7 +152,6 @@ graph LR; npm-registry-fetch-->npm-package-arg; npm-registry-fetch-->npmcli-redact["@npmcli/redact"]; npm-registry-fetch-->proc-log; - npmcli-arborist-->abbrev; npmcli-arborist-->bin-links; npmcli-arborist-->cacache; npmcli-arborist-->hosted-git-info; @@ -431,9 +430,6 @@ graph LR; minizlib-->minipass; minizlib-->rimraf; minizlib-->yallist; - nock-->debug; - nock-->json-stringify-safe; - nock-->propagate; node-gyp-->env-paths; node-gyp-->exponential-backoff; node-gyp-->glob; @@ -560,7 +556,6 @@ graph LR; npmcli-agent-->https-proxy-agent; npmcli-agent-->lru-cache; npmcli-agent-->socks-proxy-agent; - npmcli-arborist-->abbrev; npmcli-arborist-->benchmark; npmcli-arborist-->bin-links; npmcli-arborist-->cacache; diff --git a/package-lock.json b/package-lock.json index dc1931a9d026c..6eeeeeb28b9d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2003,16 +2003,14 @@ "name": "@npmcli/mock-registry", "version": "1.0.0", "license": "ISC", - "dependencies": { - "@npmcli/arborist": "^8.0.0", - "json-stringify-safe": "^5.0.1", - "nock": "^13.5.5", - "npm-package-arg": "^12.0.0", - "pacote": "^20.0.0" - }, "devDependencies": { + "@npmcli/arborist": "^8.0.0", "@npmcli/eslint-config": "^5.0.1", "@npmcli/template-oss": "4.23.3", + "json-stringify-safe": "^5.0.1", + "nock": "^13.3.3", + "npm-package-arg": "^12.0.0", + "pacote": "^19.0.0", "tap": "^16.3.8" }, "engines": { @@ -2023,6 +2021,7 @@ "version": "20.0.0", "resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.0.tgz", "integrity": "sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==", + "dev": true, "license": "ISC", "dependencies": { "@npmcli/git": "^6.0.0", @@ -10138,6 +10137,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true, "license": "ISC" }, "node_modules/json5": { @@ -11834,6 +11834,7 @@ "version": "13.5.5", "resolved": "https://registry.npmjs.org/nock/-/nock-13.5.5.tgz", "integrity": "sha512-XKYnqUrCwXC8DGG1xX4YH5yNIrlh9c065uaMZZHUoeUUINTOyt+x/G+ezYk0Ft6ExSREVIs+qBJDK503viTfFA==", + "dev": true, "license": "MIT", "dependencies": { "debug": "^4.1.0", @@ -13308,6 +13309,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz", "integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==", + "dev": true, "license": "MIT", "engines": { "node": ">= 8" @@ -18453,7 +18455,6 @@ "devDependencies": { "@npmcli/eslint-config": "^5.0.1", "@npmcli/template-oss": "4.23.3", - "abbrev": "^3.0.0", "benchmark": "^2.1.4", "minify-registry-metadata": "^4.0.0", "nock": "^13.3.3",