From 2b9fc4d94dc9f4578acb169b21bc5fe5afffe834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 08:43:19 +0530 Subject: [PATCH] build(deps-dev): bump github-slugger from 1.4.0 to 1.5.0 (#6469) Bumps [github-slugger](https://github.com/Flet/github-slugger) from 1.4.0 to 1.5.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.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github-slugger dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index efcf62650739..f40c4cf39710 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.4.0", + "github-slugger": "^1.5.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 a9eafc6a3223..eaea1a24707f 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.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e" - integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ== +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== glob-parent@^5.1.2, glob-parent@~5.1.2: version "5.1.2"