mirror of https://github.com/aminya/setup-cpp
fix: override lru-cache to the latest version
This commit is contained in:
parent
20592b193c
commit
4484aa3ba6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -97,6 +97,7 @@
|
|||
"semver": "7.3.7",
|
||||
"eslint": "^8.13.0",
|
||||
"prettier": "2.6.2",
|
||||
"lru-cache": "7.4.0",
|
||||
"core-js": "*",
|
||||
"babel-eslint": "npm:@babel/eslint-parser"
|
||||
},
|
||||
|
|
|
@ -4,6 +4,7 @@ overrides:
|
|||
semver: 7.3.7
|
||||
eslint: ^8.13.0
|
||||
prettier: 2.6.2
|
||||
lru-cache: 7.4.0
|
||||
core-js: '*'
|
||||
babel-eslint: npm:@babel/eslint-parser
|
||||
|
||||
|
@ -1141,7 +1142,7 @@ packages:
|
|||
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@npmcli/promise-spawn': 3.0.0
|
||||
lru-cache: 7.8.1
|
||||
lru-cache: 7.4.0
|
||||
mkdirp: 1.0.4
|
||||
npm-pick-manifest: 7.0.1
|
||||
proc-log: 2.0.1
|
||||
|
@ -2743,7 +2744,7 @@ packages:
|
|||
fs-minipass: 2.1.0
|
||||
glob: 7.2.0
|
||||
infer-owner: 1.0.4
|
||||
lru-cache: 7.8.1
|
||||
lru-cache: 7.4.0
|
||||
minipass: 3.1.6
|
||||
minipass-collect: 1.0.2
|
||||
minipass-flush: 1.0.5
|
||||
|
@ -4534,7 +4535,7 @@ packages:
|
|||
resolution: {integrity: sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==}
|
||||
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
||||
dependencies:
|
||||
lru-cache: 7.8.1
|
||||
lru-cache: 7.4.0
|
||||
dev: true
|
||||
|
||||
/html-encoding-sniffer/2.0.1:
|
||||
|
@ -5785,16 +5786,10 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/lru-cache/6.0.0:
|
||||
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
|
||||
engines: {node: '>=10'}
|
||||
dependencies:
|
||||
yallist: 4.0.0
|
||||
|
||||
/lru-cache/7.8.1:
|
||||
resolution: {integrity: sha512-E1v547OCgJvbvevfjgK9sNKIVXO96NnsTsFPBlg4ZxjhsJSODoH9lk8Bm0OxvHNm6Vm5Yqkl/1fErDxhYL8Skg==}
|
||||
/lru-cache/7.4.0:
|
||||
resolution: {integrity: sha512-YOfuyWa/Ee+PXbDm40j9WXyJrzQUynVbgn4Km643UYcWNcrSfRkKL0WaiUcxcIbkXcVTgNpDqSnPXntWXT75cw==}
|
||||
engines: {node: '>=12'}
|
||||
dev: true
|
||||
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:
|
||||
resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==}
|
||||
|
@ -5817,7 +5812,7 @@ packages:
|
|||
http-proxy-agent: 5.0.0
|
||||
https-proxy-agent: 5.0.1
|
||||
is-lambda: 1.0.1
|
||||
lru-cache: 7.8.1
|
||||
lru-cache: 7.4.0
|
||||
minipass: 3.1.6
|
||||
minipass-collect: 1.0.2
|
||||
minipass-fetch: 2.1.0
|
||||
|
@ -7293,7 +7288,7 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
lru-cache: 6.0.0
|
||||
lru-cache: 7.4.0
|
||||
|
||||
/set-blocking/2.0.0:
|
||||
resolution: {integrity: sha1-BF+XgtARrppoA93TgrJDkrPYkPc=}
|
||||
|
@ -8184,6 +8179,7 @@ packages:
|
|||
|
||||
/yallist/4.0.0:
|
||||
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
|
||||
dev: true
|
||||
|
||||
/yaml/1.10.2:
|
||||
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
|
||||
|
|
Loading…
Reference in New Issue