diff --git a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork.md b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork.md index 0da2176fcd0f..a4dd9ca0c0ae 100644 --- a/content/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork.md +++ b/content/pull-requests/collaborating-with-pull-requests/working-with-forks/detaching-a-fork.md @@ -68,3 +68,5 @@ You can delete a fork and recreate the same repository, without the connection t cd .. rm -rf FORK-NAME.git ``` + +For more information, see [our support page](https://support.github.com/request/fork) on forks. diff --git a/package-lock.json b/package-lock.json index 6e0b2c782f65..f579223813f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "boxen": "7.1.1", "cheerio": "^1.0.0-rc.11", "cheerio-to-text": "0.2.4", - "classnames": "^2.3.1", + "classnames": "^2.5.1", "connect-datadog": "0.0.9", "cookie-parser": "^1.4.6", "dayjs": "^1.11.3", @@ -4636,8 +4636,9 @@ } }, "node_modules/classnames": { - "version": "2.3.1", - "license": "MIT" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" }, "node_modules/cli-boxes": { "version": "3.0.0", diff --git a/package.json b/package.json index be501f5815ba..a603dd981dd6 100644 --- a/package.json +++ b/package.json @@ -211,7 +211,7 @@ "boxen": "7.1.1", "cheerio": "^1.0.0-rc.11", "cheerio-to-text": "0.2.4", - "classnames": "^2.3.1", + "classnames": "^2.5.1", "connect-datadog": "0.0.9", "cookie-parser": "^1.4.6", "dayjs": "^1.11.3",