From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:49:47 +0000 (+0200) Subject: Build(deps-dev): Bump @astrojs/markdown-remark from 7.1.0 to 7.1.1 (#42374) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=87cf32e6fd97c8affb8965303f2cce55fa0fe209;p=thirdparty%2Fbootstrap.git Build(deps-dev): Bump @astrojs/markdown-remark from 7.1.0 to 7.1.1 (#42374) Bumps the development-dependencies group with 1 update in the / directory: [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark). Updates `@astrojs/markdown-remark` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.1.1/packages/markdown/remark) --- updated-dependencies: - dependency-name: "@astrojs/markdown-remark" dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index 4fb6b9ad55..426508e5d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "license": "MIT", "devDependencies": { "@astrojs/check": "^0.9.8", - "@astrojs/markdown-remark": "^7.1.0", + "@astrojs/markdown-remark": "^7.1.1", "@astrojs/mdx": "4.3.14", "@astrojs/prism": "^4.0.1", "@astrojs/sitemap": "^3.7.2", @@ -432,13 +432,13 @@ } }, "node_modules/@astrojs/markdown-remark": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.0.tgz", - "integrity": "sha512-P+HnCsu2js3BoTc8kFmu+E9gOcFeMdPris75g+Zl4sY8+bBRbSQV6xzcBDbZ27eE7yBGEGQoqjpChx+KJYIPYQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-7.1.1.tgz", + "integrity": "sha512-C6e9BnLGlbdv6bV8MYGeHpHxsUHrCrB4OuRLqi5LI7oiBVcBcqfUN06zpwFQdHgV48QCCrMmLpyqBr7VqC+swA==", "dev": true, "license": "MIT", "dependencies": { - "@astrojs/internal-helpers": "0.8.0", + "@astrojs/internal-helpers": "0.9.0", "@astrojs/prism": "4.0.1", "github-slugger": "^2.0.0", "hast-util-from-html": "^2.0.3", @@ -462,13 +462,13 @@ } }, "node_modules/@astrojs/markdown-remark/node_modules/@astrojs/internal-helpers": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.8.0.tgz", - "integrity": "sha512-J56GrhEiV+4dmrGLPNOl2pZjpHXAndWVyiVDYGDuw6MWKpBSEMLdFxHzeM/6sqaknw9M+HFfHZAcvi3OfT3D/w==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.9.0.tgz", + "integrity": "sha512-GdYkzR26re8izmyYlBqf4z2s7zNngmWLFuxw0UKiPNqHraZGS6GKWIwSHgS22RDlu2ePFJ8bzmpBcUszut/SDg==", "dev": true, "license": "MIT", "dependencies": { - "picomatch": "^4.0.3" + "picomatch": "^4.0.4" } }, "node_modules/@astrojs/markdown-remark/node_modules/@shikijs/core": { diff --git a/package.json b/package.json index 7d82d38594..2f6ef383c7 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ }, "devDependencies": { "@astrojs/check": "^0.9.8", - "@astrojs/markdown-remark": "^7.1.0", + "@astrojs/markdown-remark": "^7.1.1", "@astrojs/mdx": "4.3.14", "@astrojs/prism": "^4.0.1", "@astrojs/sitemap": "^3.7.2",