From 7948fc43bfdb87f4176f2423808a352a33725e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 19:04:07 +0000 Subject: [PATCH] build(deps-dev): bump github-slugger from 1.5.0 to 2.0.0 Bumps [github-slugger](https://github.com/Flet/github-slugger) from 1.5.0 to 2.0.0. - [Release notes](https://github.com/Flet/github-slugger/releases) - [Changelog](https://github.com/Flet/github-slugger/blob/master/CHANGELOG.md) - [Commits](https://github.com/Flet/github-slugger/compare/v1.5.0...2.0.0) --- updated-dependencies: - dependency-name: github-slugger dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bfcc29f4fd69..ee53f4ae1654 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "front-matter": "^4.0.2", - "github-slugger": "^1.5.0", + "github-slugger": "^2.0.0", "html-webpack-plugin": "^5.5.0", "http-server": "^14.1.1", "husky": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index 354d4412d0b9..7b64a102ec82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5695,10 +5695,10 @@ gifwrap@^0.9.2: image-q "^1.1.1" omggif "^1.0.10" -github-slugger@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d" - integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw== +github-slugger@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-2.0.0.tgz#52cf2f9279a21eb6c59dd385b410f0c0adda8f1a" + integrity sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw== glob-parent@^5.1.2, glob-parent@~5.1.2: version "5.1.2"