fix: update lru-cache to 7.8.1

This commit is contained in:
Amin Yahyaabadi 2022-04-18 05:30:53 -07:00
parent e7a90d7c46
commit 3b060efc8e
4 changed files with 27 additions and 28 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -97,7 +97,7 @@
"semver": "7.3.7", "semver": "7.3.7",
"eslint": "^8.13.0", "eslint": "^8.13.0",
"prettier": "2.6.2", "prettier": "2.6.2",
"lru-cache": "7.4.0", "lru-cache": "7.8.1",
"core-js": "*", "core-js": "*",
"babel-eslint": "npm:@babel/eslint-parser" "babel-eslint": "npm:@babel/eslint-parser"
}, },

View File

@ -4,7 +4,7 @@ overrides:
semver: 7.3.7 semver: 7.3.7
eslint: ^8.13.0 eslint: ^8.13.0
prettier: 2.6.2 prettier: 2.6.2
lru-cache: 7.4.0 lru-cache: 7.8.1
core-js: '*' core-js: '*'
babel-eslint: npm:@babel/eslint-parser babel-eslint: npm:@babel/eslint-parser
@ -1142,7 +1142,7 @@ packages:
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies: dependencies:
'@npmcli/promise-spawn': 3.0.0 '@npmcli/promise-spawn': 3.0.0
lru-cache: 7.4.0 lru-cache: 7.8.1
mkdirp: 1.0.4 mkdirp: 1.0.4
npm-pick-manifest: 7.0.1 npm-pick-manifest: 7.0.1
proc-log: 2.0.1 proc-log: 2.0.1
@ -1311,7 +1311,7 @@ packages:
dotenv-expand: 5.1.0 dotenv-expand: 5.1.0
json-source-map: 0.6.1 json-source-map: 0.6.1
json5: 2.2.1 json5: 2.2.1
msgpackr: 1.5.5 msgpackr: 1.5.6
nullthrows: 1.1.1 nullthrows: 1.1.1
semver: 7.3.7 semver: 7.3.7
dev: true dev: true
@ -2275,8 +2275,8 @@ packages:
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/abab/2.0.5: /abab/2.0.6:
resolution: {integrity: sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==} resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==}
dev: true dev: true
/abbrev/1.1.1: /abbrev/1.1.1:
@ -2744,7 +2744,7 @@ packages:
fs-minipass: 2.1.0 fs-minipass: 2.1.0
glob: 7.2.0 glob: 7.2.0
infer-owner: 1.0.4 infer-owner: 1.0.4
lru-cache: 7.4.0 lru-cache: 7.8.1
minipass: 3.1.6 minipass: 3.1.6
minipass-collect: 1.0.2 minipass-collect: 1.0.2
minipass-flush: 1.0.5 minipass-flush: 1.0.5
@ -3151,7 +3151,7 @@ packages:
cspell-trie-lib: 5.19.7 cspell-trie-lib: 5.19.7
fast-equals: 3.0.1 fast-equals: 3.0.1
find-up: 5.0.0 find-up: 5.0.0
fs-extra: 10.0.1 fs-extra: 10.1.0
gensequence: 3.1.1 gensequence: 3.1.1
import-fresh: 3.3.0 import-fresh: 3.3.0
resolve-from: 5.0.0 resolve-from: 5.0.0
@ -3165,7 +3165,7 @@ packages:
engines: {node: '>=12.13.0'} engines: {node: '>=12.13.0'}
dependencies: dependencies:
'@cspell/cspell-pipe': 5.19.7 '@cspell/cspell-pipe': 5.19.7
fs-extra: 10.0.1 fs-extra: 10.1.0
gensequence: 3.1.1 gensequence: 3.1.1
dev: true dev: true
@ -3182,7 +3182,7 @@ packages:
cspell-lib: 5.19.7 cspell-lib: 5.19.7
fast-json-stable-stringify: 2.1.0 fast-json-stable-stringify: 2.1.0
file-entry-cache: 6.0.1 file-entry-cache: 6.0.1
fs-extra: 10.0.1 fs-extra: 10.1.0
get-stdin: 8.0.0 get-stdin: 8.0.0
glob: 7.2.0 glob: 7.2.0
imurmurhash: 0.1.4 imurmurhash: 0.1.4
@ -3245,7 +3245,7 @@ packages:
resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
dependencies: dependencies:
abab: 2.0.5 abab: 2.0.6
whatwg-mimetype: 2.3.0 whatwg-mimetype: 2.3.0
whatwg-url: 8.7.0 whatwg-url: 8.7.0
dev: true dev: true
@ -4244,8 +4244,8 @@ packages:
resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==}
dev: true dev: true
/fs-extra/10.0.1: /fs-extra/10.1.0:
resolution: {integrity: sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==} resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
dependencies: dependencies:
graceful-fs: 4.2.10 graceful-fs: 4.2.10
@ -4535,7 +4535,7 @@ packages:
resolution: {integrity: sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==} resolution: {integrity: sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16} engines: {node: ^12.13.0 || ^14.15.0 || >=16}
dependencies: dependencies:
lru-cache: 7.4.0 lru-cache: 7.8.1
dev: true dev: true
/html-encoding-sniffer/2.0.1: /html-encoding-sniffer/2.0.1:
@ -5492,7 +5492,7 @@ packages:
canvas: canvas:
optional: true optional: true
dependencies: dependencies:
abab: 2.0.5 abab: 2.0.6
acorn: 8.7.0 acorn: 8.7.0
acorn-globals: 6.0.0 acorn-globals: 6.0.0
cssom: 0.4.4 cssom: 0.4.4
@ -5700,7 +5700,7 @@ packages:
resolution: {integrity: sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==} resolution: {integrity: sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==}
requiresBuild: true requiresBuild: true
dependencies: dependencies:
msgpackr: 1.5.5 msgpackr: 1.5.6
nan: 2.15.0 nan: 2.15.0
node-gyp-build: 4.4.0 node-gyp-build: 4.4.0
ordered-binary: 1.2.5 ordered-binary: 1.2.5
@ -5786,10 +5786,9 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/lru-cache/7.4.0: /lru-cache/7.8.1:
resolution: {integrity: sha512-YOfuyWa/Ee+PXbDm40j9WXyJrzQUynVbgn4Km643UYcWNcrSfRkKL0WaiUcxcIbkXcVTgNpDqSnPXntWXT75cw==} resolution: {integrity: sha512-E1v547OCgJvbvevfjgK9sNKIVXO96NnsTsFPBlg4ZxjhsJSODoH9lk8Bm0OxvHNm6Vm5Yqkl/1fErDxhYL8Skg==}
engines: {node: '>=12'} engines: {node: '>=12'}
deprecated: Please update to latest patch version to fix memory leak https://github.com/isaacs/node-lru-cache/issues/227
/make-dir/3.1.0: /make-dir/3.1.0:
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
@ -5812,7 +5811,7 @@ packages:
http-proxy-agent: 5.0.0 http-proxy-agent: 5.0.0
https-proxy-agent: 5.0.1 https-proxy-agent: 5.0.1
is-lambda: 1.0.1 is-lambda: 1.0.1
lru-cache: 7.4.0 lru-cache: 7.8.1
minipass: 3.1.6 minipass: 3.1.6
minipass-collect: 1.0.2 minipass-collect: 1.0.2
minipass-fetch: 2.1.0 minipass-fetch: 2.1.0
@ -5820,7 +5819,7 @@ packages:
minipass-pipeline: 1.2.4 minipass-pipeline: 1.2.4
negotiator: 0.6.3 negotiator: 0.6.3
promise-retry: 2.0.1 promise-retry: 2.0.1
socks-proxy-agent: 6.1.1 socks-proxy-agent: 6.2.0
ssri: 9.0.0 ssri: 9.0.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@ -6243,8 +6242,8 @@ packages:
dev: true dev: true
optional: true optional: true
/msgpackr/1.5.5: /msgpackr/1.5.6:
resolution: {integrity: sha512-JG0V47xRIQ9pyUnx6Hb4+3TrQoia2nA3UIdmyTldhxaxtKFkekkKpUW/N6fwHwod9o4BGuJGtouxOk+yCP5PEA==} resolution: {integrity: sha512-Y1Ia1AYKcz30JOAUyyC0jCicI7SeP8NK+SVCGZIeLg2oQs28wSwW2GbHXktk4ZZmrq9/v2jU0JAbvbp2d1ewpg==}
optionalDependencies: optionalDependencies:
msgpackr-extract: 1.1.4 msgpackr-extract: 1.1.4
dev: true dev: true
@ -7288,7 +7287,7 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
dependencies: dependencies:
lru-cache: 7.4.0 lru-cache: 7.8.1
/set-blocking/2.0.0: /set-blocking/2.0.0:
resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=} resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=}
@ -7352,8 +7351,8 @@ packages:
engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'}
dev: true dev: true
/socks-proxy-agent/6.1.1: /socks-proxy-agent/6.2.0:
resolution: {integrity: sha512-t8J0kG3csjA4g6FTbsMOWws+7R7vuRC8aQ/wy3/1OWmsgwA68zs/+cExQ0koSitUDXqhufF/YJr9wtNMZHw5Ew==} resolution: {integrity: sha512-wWqJhjb32Q6GsrUqzuFkukxb/zzide5quXYcMVpIjxalDBBYy2nqKCFQ/9+Ie4dvOYSQdOk3hUlZSdzZOd3zMQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
dependencies: dependencies:
agent-base: 6.0.2 agent-base: 6.0.2