mirror of https://github.com/openclaw/openclaw.git
fix(deps): bump tar to 7.5.10
This commit is contained in:
parent
da0e245db6
commit
4d06c909d2
|
|
@ -380,7 +380,7 @@
|
|||
"sharp": "^0.34.5",
|
||||
"sqlite-vec": "0.1.7-alpha.2",
|
||||
"strip-ansi": "^7.2.0",
|
||||
"tar": "7.5.9",
|
||||
"tar": "7.5.10",
|
||||
"tslog": "^4.10.2",
|
||||
"undici": "^7.22.0",
|
||||
"ws": "^8.19.0",
|
||||
|
|
@ -429,7 +429,7 @@
|
|||
"qs": "6.14.2",
|
||||
"node-domexception": "npm:@nolyfill/domexception@^1.0.28",
|
||||
"@sinclair/typebox": "0.34.48",
|
||||
"tar": "7.5.9",
|
||||
"tar": "7.5.10",
|
||||
"tough-cookie": "4.1.3"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ overrides:
|
|||
qs: 6.14.2
|
||||
node-domexception: npm:@nolyfill/domexception@^1.0.28
|
||||
'@sinclair/typebox': 0.34.48
|
||||
tar: 7.5.9
|
||||
tar: 7.5.10
|
||||
tough-cookie: 4.1.3
|
||||
|
||||
importers:
|
||||
|
|
@ -179,8 +179,8 @@ importers:
|
|||
specifier: ^7.2.0
|
||||
version: 7.2.0
|
||||
tar:
|
||||
specifier: 7.5.9
|
||||
version: 7.5.9
|
||||
specifier: 7.5.10
|
||||
version: 7.5.10
|
||||
tslog:
|
||||
specifier: ^4.10.2
|
||||
version: 4.10.2
|
||||
|
|
@ -5700,10 +5700,9 @@ packages:
|
|||
tar-stream@3.1.7:
|
||||
resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==}
|
||||
|
||||
tar@7.5.9:
|
||||
resolution: {integrity: sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==}
|
||||
tar@7.5.10:
|
||||
resolution: {integrity: sha512-8mOPs1//5q/rlkNSPcCegA6hiHJYDmSLEI8aMH/CdSQJNWztHC9WHNam5zdQlfpTwB9Xp7IBEsHfV5LKMJGVAw==}
|
||||
engines: {node: '>=18'}
|
||||
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
||||
|
||||
text-decoder@1.2.7:
|
||||
resolution: {integrity: sha512-vlLytXkeP4xvEq2otHeJfSQIRyWxo/oZGEbXrtEEF9Hnmrdly59sUbzZ/QgyWuLYHctCHxFF4tRQZNQ9k60ExQ==}
|
||||
|
|
@ -6962,7 +6961,7 @@ snapshots:
|
|||
npmlog: 5.0.1
|
||||
rimraf: 3.0.2
|
||||
semver: 7.7.4
|
||||
tar: 7.5.9
|
||||
tar: 7.5.10
|
||||
transitivePeerDependencies:
|
||||
- encoding
|
||||
- supports-color
|
||||
|
|
@ -9729,7 +9728,7 @@ snapshots:
|
|||
node-api-headers: 1.8.0
|
||||
rc: 1.2.8
|
||||
semver: 7.7.4
|
||||
tar: 7.5.9
|
||||
tar: 7.5.10
|
||||
url-join: 4.0.1
|
||||
which: 6.0.1
|
||||
yargs: 17.7.2
|
||||
|
|
@ -11246,7 +11245,7 @@ snapshots:
|
|||
sharp: 0.34.5
|
||||
sqlite-vec: 0.1.7-alpha.2
|
||||
strip-ansi: 7.2.0
|
||||
tar: 7.5.9
|
||||
tar: 7.5.10
|
||||
tslog: 4.10.2
|
||||
undici: 7.22.0
|
||||
ws: 8.19.0
|
||||
|
|
@ -12191,7 +12190,7 @@ snapshots:
|
|||
- bare-abort-controller
|
||||
- react-native-b4a
|
||||
|
||||
tar@7.5.9:
|
||||
tar@7.5.10:
|
||||
dependencies:
|
||||
'@isaacs/fs-minipass': 4.0.1
|
||||
chownr: 3.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue