From a41baca347b3115452ff03aa4d0e603a1454c0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 14:02:03 +0000 Subject: [PATCH] fix(deps): bump github-slugger from 1.4.0 to 1.5.0 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:production update-type: version-update:semver-minor ... 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 4d6ed2490..b34ecc53e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "debug": "^4.3.3", "find-yarn-workspace-root": "^2.0.0", "fs-extra": "^8.1", - "github-slugger": "^1.4.0", + "github-slugger": "^1.5.0", "lodash": "^4.17.21", "normalize-package-data": "^3.0.3", "qqjs": "^0.3.11", diff --git a/yarn.lock b/yarn.lock index 6d06f85ef..671aa982c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3110,10 +3110,10 @@ gitconfiglocal@^1.0.0: dependencies: ini "^1.3.2" -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== github-username@^6.0.0: version "6.0.0"