Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Oct 19, 2024
1 parent 8ca1eee commit e5cf85c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
5 changes: 0 additions & 5 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
17 changes: 9 additions & 8 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e5cf85c

Please sign in to comment.