diff --git a/common/config/rush/pnpm-config.json b/common/config/rush/pnpm-config.json index 205210a6d..2e4a1fb3d 100644 --- a/common/config/rush/pnpm-config.json +++ b/common/config/rush/pnpm-config.json @@ -2,7 +2,7 @@ "$schema": "https://developer.microsoft.com/json-schemas/rush/v5/pnpm-config.schema.json", "globalOverrides": { "minimatch": ">=3.1.5", - "tar": ">=7.5.13", + "tar": ">=7.5.16", "glob": ">=7.2.3", "lodash": ">=4.18.1", "postcss": ">=8.5.14", diff --git a/package.json b/package.json index 903f5788b..d96e42b65 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "overrides": { "basic-ftp": ">=5.2.0", "form-data": "^2.5.5", - "tar": "^7.5.13", + "tar": ">=7.5.16", "glob": "^7.2.3", "lodash": "^4.18.1", "minimatch": "^3.1.5"