From 7ae4ca106c785ca68c062c654d5bdfebc0588cfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 09:03:10 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) and [sass](https://github.com/sass/dart-sass). Updates `@astrojs/mdx` from 7.0.3 to 7.0.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@7.0.4/packages/integrations/mdx) Updates `sass` from 1.101.0 to 1.102.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.101.0...1.102.0) --- updated-dependencies: - dependency-name: "@astrojs/mdx" dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sass dependency-version: 1.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/docs/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22e7eddf..0092ee28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -374,9 +374,9 @@ } }, "node_modules/@astrojs/mdx": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-7.0.3.tgz", - "integrity": "sha512-RxyIwU0uFam5ftwqKOjpIdhnFxZ/kEikeimLyQy3eGXbHT8WgRGzzesOIHVU8+m9TY8ag5WVOyvV24/GyqPdPQ==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/@astrojs/mdx/-/mdx-7.0.4.tgz", + "integrity": "sha512-fH4ouVZCgmLOH5z+GYnJMDOSUohn9U2W3p79Ck7PDK3EdGpe/crZAtT6Sp1ziEurj5NSQh7TxP8MSR4NOcC6fQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.10.1", @@ -21788,9 +21788,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.101.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", - "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz", + "integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==", "license": "MIT", "dependencies": { "chokidar": "^5.0.0", @@ -25853,7 +25853,7 @@ "name": "@coreui/react-docs", "version": "0.0.0", "dependencies": { - "@astrojs/mdx": "^7.0.3", + "@astrojs/mdx": "^7.0.4", "@astrojs/react": "^6.0.1", "@coreui/astro-docs": "0.1.2", "@coreui/chartjs": "^4.2.0", @@ -25868,7 +25868,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-imask": "^7.6.1", - "sass": "^1.101.0" + "sass": "^1.102.0" }, "devDependencies": { "@coreui/astro-docs-api-generator": "0.2.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index e5fea5b8..d56186b1 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -11,7 +11,7 @@ "api": "node node_modules/@coreui/astro-docs-api-generator/bin/coreui-docs-api.mjs" }, "dependencies": { - "@astrojs/mdx": "^7.0.3", + "@astrojs/mdx": "^7.0.4", "@astrojs/react": "^6.0.1", "@coreui/astro-docs": "0.1.2", "@coreui/chartjs": "^4.2.0", @@ -26,7 +26,7 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-imask": "^7.6.1", - "sass": "^1.101.0" + "sass": "^1.102.0" }, "devDependencies": { "@coreui/astro-docs-api-generator": "0.2.0",