diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-01-29 18:18:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-29 18:18:34 +0900 |
| commit | d2154214baaf8b3b14077a6a349260cfd79df9f2 (patch) | |
| tree | 38e3410e894f2a385b6d742e058e553aaa54c509 | |
| parent | chore(deps): update pnpm to v10.28.2 [security] (#17133) (diff) | |
| download | misskey-d2154214baaf8b3b14077a6a349260cfd79df9f2.tar.gz misskey-d2154214baaf8b3b14077a6a349260cfd79df9f2.tar.bz2 misskey-d2154214baaf8b3b14077a6a349260cfd79df9f2.zip | |
fix(deps): update dependency tar to v7.5.7 [security] (#17104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index a9fec0a88b..d124dca24f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "ignore-walk": "8.0.0", "js-yaml": "4.1.1", "postcss": "8.5.6", - "tar": "7.5.6", + "tar": "7.5.7", "terser": "5.46.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a58d6e14b..7369e95299 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,8 +32,8 @@ importers: specifier: 8.5.6 version: 8.5.6 tar: - specifier: 7.5.6 - version: 7.5.6 + specifier: 7.5.7 + version: 7.5.7 terser: specifier: 5.46.0 version: 5.46.0 @@ -10178,8 +10178,8 @@ packages: engines: {node: '>=10'} 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 exhorbitant rates) by contacting i@izs.me - tar@7.5.6: - resolution: {integrity: sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==} + tar@7.5.7: + resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} 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 exhorbitant rates) by contacting i@izs.me @@ -20126,7 +20126,7 @@ snapshots: nopt: 9.0.0 proc-log: 6.1.0 semver: 7.7.3 - tar: 7.5.6 + tar: 7.5.7 tinyglobby: 0.2.15 which: 6.0.0 transitivePeerDependencies: @@ -21992,7 +21992,7 @@ snapshots: yallist: 4.0.0 optional: true - tar@7.5.6: + tar@7.5.7: dependencies: '@isaacs/fs-minipass': 4.0.1 chownr: 3.0.0 |