Skip to content

Commit 19062c6

Browse files
fix(deps): update dependency github-slugger to ^1.5.0 for gatsby-remark-autolink-headers (#37854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2260f3e commit 19062c6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

packages/gatsby-remark-autolink-headers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
11-
"github-slugger": "^1.3.0",
11+
"github-slugger": "^1.5.0",
1212
"lodash": "^4.17.21",
1313
"mdast-util-to-string": "^2.0.0",
1414
"unist-util-visit": "^2.0.3"

yarn.lock

+4-6
Original file line numberDiff line numberDiff line change
@@ -11601,12 +11601,10 @@ [email protected]:
1160111601
dependencies:
1160211602
emoji-regex ">=6.0.0 <=6.1.1"
1160311603

11604-
github-slugger@^1.0.0, github-slugger@^1.2.1, github-slugger@^1.3.0:
11605-
version "1.3.0"
11606-
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.3.0.tgz#9bd0a95c5efdfc46005e82a906ef8e2a059124c9"
11607-
integrity sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q==
11608-
dependencies:
11609-
emoji-regex ">=6.0.0 <=6.1.1"
11604+
github-slugger@^1.0.0, github-slugger@^1.2.1, github-slugger@^1.5.0:
11605+
version "1.5.0"
11606+
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.5.0.tgz#17891bbc73232051474d68bd867a34625c955f7d"
11607+
integrity sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==
1161011608

1161111609
gitlab@^10.0.1:
1161211610
version "10.2.1"

0 commit comments

Comments
 (0)