diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a800560a2c..83b65c48ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,7 +163,7 @@ Before submitting an issue you need to make sure: - You have already searched for related [issues](https://github.com/strapi/strapi/issues), and found none open (if you found a related _closed_ issue, please link to it from your post). - You are not asking a question about how to use Strapi or about whether or not Strapi has a certain feature. For general help using Strapi, you may: - Refer to [the official Strapi documentation](https://strapi.io). - - Ask a member of the community in the [Strapi Slack Community](https://slack.strapi.io/). + - Ask a member of the community in the [Strapi Discord Community](https://discord.strapi.io/). - Ask a question on [our community forum](https://forum.strapi.io). - Your issue title is concise, on-topic and polite. - You can and do provide steps to reproduce your issue. diff --git a/packages/cli/create-strapi-starter/package.json b/packages/cli/create-strapi-starter/package.json index 57f9588e61..aa0bc52e81 100644 --- a/packages/cli/create-strapi-starter/package.json +++ b/packages/cli/create-strapi-starter/package.json @@ -27,7 +27,7 @@ "node-fetch": "^2.6.1", "ora": "5.4.0", "@strapi/generate-new": "3.6.6", - "tar": "6.1.2" + "tar": "6.1.4" }, "scripts": { "test": "echo \"no tests yet\"" diff --git a/packages/generators/app/package.json b/packages/generators/app/package.json index c01fb89f51..270b68eae3 100644 --- a/packages/generators/app/package.json +++ b/packages/generators/app/package.json @@ -23,7 +23,7 @@ "node-fetch": "^2.6.1", "node-machine-id": "^1.1.10", "ora": "^5.4.0", - "tar": "6.1.2", + "tar": "6.1.4", "uuid": "^3.3.2" }, "scripts": {