From 681f9c0db38f4c71164c73a22795c0e7ba99d765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:47:32 +0000 Subject: [PATCH] Bump github-slugger from 1.4.0 to 2.0.0 Bumps [github-slugger](https://github.com/Flet/github-slugger) from 1.4.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.4.0...2.0.0) --- updated-dependencies: - dependency-name: github-slugger dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfba06d..d2adc7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "autoprefixer": "^10.4.13", "embla-carousel-react": "^7.0.9", "esbuild": "^0.13.13", - "github-slugger": "^1.3.0", + "github-slugger": "^2.0.0", "gray-matter": "^4.0.2", "image-size": "1.0.2", "mailchimp": "^1.2.1", @@ -8157,9 +8157,9 @@ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" }, "node_modules/github-slugger": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.4.0.tgz", - "integrity": "sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz", + "integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==" }, "node_modules/glob": { "version": "7.1.7", @@ -13291,6 +13291,11 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/rehype-slug/node_modules/github-slugger": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", + "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==" + }, "node_modules/rehype-sort-attribute-values": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/rehype-sort-attribute-values/-/rehype-sort-attribute-values-4.0.0.tgz", diff --git a/package.json b/package.json index f74c4dd..faaabdd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "autoprefixer": "^10.4.13", "embla-carousel-react": "^7.0.9", "esbuild": "^0.13.13", - "github-slugger": "^1.3.0", + "github-slugger": "^2.0.0", "gray-matter": "^4.0.2", "image-size": "1.0.2", "mailchimp": "^1.2.1",