Skip to content

Commit

Permalink
deps: hoist lru-cache@10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent c784b57 commit 65f435e
Show file tree
Hide file tree
Showing 71 changed files with 20,432 additions and 11,621 deletions.
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ graph LR;
npm-->libnpmteam;
npm-->libnpmversion;
npm-->licensee;
npm-->lru-cache;
npm-->make-fetch-happen;
npm-->minimatch;
npm-->minipass-pipeline;
Expand Down
24 changes: 9 additions & 15 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,16 @@
!/@npmcli/
/@npmcli/*
!/@npmcli/agent
!/@npmcli/agent/node_modules/
/@npmcli/agent/node_modules/*
!/@npmcli/agent/node_modules/lru-cache
!/@npmcli/disparity-colors
!/@npmcli/fs
!/@npmcli/git
!/@npmcli/git/node_modules/
/@npmcli/git/node_modules/*
!/@npmcli/git/node_modules/lru-cache
!/@npmcli/installed-package-contents
!/@npmcli/map-workspaces
!/@npmcli/metavuln-calculator
!/@npmcli/metavuln-calculator/node_modules/
/@npmcli/metavuln-calculator/node_modules/*
!/@npmcli/metavuln-calculator/node_modules/cacache
!/@npmcli/metavuln-calculator/node_modules/lru-cache
!/@npmcli/name-from-folder
!/@npmcli/node-gyp
!/@npmcli/package-json
Expand Down Expand Up @@ -75,9 +70,6 @@
!/buffer
!/builtins
!/cacache
!/cacache/node_modules/
/cacache/node_modules/*
!/cacache/node_modules/lru-cache
!/chalk
!/chownr
!/ci-info
Expand Down Expand Up @@ -125,9 +117,6 @@
!/has-unicode
!/has
!/hosted-git-info
!/hosted-git-info/node_modules/
/hosted-git-info/node_modules/*
!/hosted-git-info/node_modules/lru-cache
!/http-cache-semantics
!/http-proxy-agent
!/https-proxy-agent
Expand All @@ -144,6 +133,7 @@
!/init-package-json/node_modules/
/init-package-json/node_modules/*
!/init-package-json/node_modules/hosted-git-info
!/init-package-json/node_modules/lru-cache
!/init-package-json/node_modules/npm-package-arg
!/ip-regex
!/ip
Expand Down Expand Up @@ -206,6 +196,7 @@
!/node-gyp/node_modules/cacache/node_modules/minipass
!/node-gyp/node_modules/gauge
!/node-gyp/node_modules/glob
!/node-gyp/node_modules/lru-cache
!/node-gyp/node_modules/make-fetch-happen
!/node-gyp/node_modules/minimatch
!/node-gyp/node_modules/minipass
Expand All @@ -219,6 +210,7 @@
!/normalize-package-data/node_modules/
/normalize-package-data/node_modules/*
!/normalize-package-data/node_modules/hosted-git-info
!/normalize-package-data/node_modules/lru-cache
!/npm-audit-report
!/npm-bundled
!/npm-install-checks
Expand All @@ -229,6 +221,7 @@
!/npm-pick-manifest/node_modules/
/npm-pick-manifest/node_modules/*
!/npm-pick-manifest/node_modules/hosted-git-info
!/npm-pick-manifest/node_modules/lru-cache
!/npm-pick-manifest/node_modules/npm-package-arg
!/npm-profile
!/npm-registry-fetch
Expand All @@ -239,6 +232,7 @@
!/npm-registry-fetch/node_modules/@npmcli/agent
!/npm-registry-fetch/node_modules/cacache
!/npm-registry-fetch/node_modules/hosted-git-info
!/npm-registry-fetch/node_modules/lru-cache
!/npm-registry-fetch/node_modules/make-fetch-happen
!/npm-registry-fetch/node_modules/npm-package-arg
!/npm-user-validate
Expand All @@ -253,14 +247,12 @@
!/pacote/node_modules/@npmcli/git
!/pacote/node_modules/cacache
!/pacote/node_modules/hosted-git-info
!/pacote/node_modules/lru-cache
!/pacote/node_modules/npm-package-arg
!/parse-conflict-json
!/path-is-absolute
!/path-key
!/path-scurry
!/path-scurry/node_modules/
/path-scurry/node_modules/*
!/path-scurry/node_modules/lru-cache
!/postcss-selector-parser
!/proc-log
!/process
Expand Down Expand Up @@ -299,6 +291,7 @@
!/sigstore/node_modules/cacache/node_modules/
/sigstore/node_modules/cacache/node_modules/*
!/sigstore/node_modules/cacache/node_modules/minipass
!/sigstore/node_modules/lru-cache
!/sigstore/node_modules/make-fetch-happen
!/sigstore/node_modules/minipass
!/smart-buffer
Expand Down Expand Up @@ -333,6 +326,7 @@
!/tuf-js/node_modules/cacache/node_modules/
/tuf-js/node_modules/cacache/node_modules/*
!/tuf-js/node_modules/cacache/node_modules/minipass
!/tuf-js/node_modules/lru-cache
!/tuf-js/node_modules/make-fetch-happen
!/tuf-js/node_modules/minipass
!/unique-filename
Expand Down
Loading

0 comments on commit 65f435e

Please sign in to comment.