From 81b8bdf54d5a5259cc3a2f11ebaed2d3c0d07825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:03:17 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [sass](https://github.com/sass/dart-sass). Updates `astro` from 7.1.2 to 7.1.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.1.3/packages/astro) Updates `sass` from 1.101.0 to 1.101.3 - [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.101.3) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sass dependency-version: 1.101.3 dependency-type: direct:production update-type: version-update:semver-patch 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 58e881fe..cdc17bd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7606,9 +7606,9 @@ } }, "node_modules/astro": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.2.tgz", - "integrity": "sha512-rn7bsh2n2/Wm/blS7QO6+aKstNfEOygX35cACGQJP8tM2uLRfeNTTEawrUR6NpVr27mOMGnl6CSWQ0CNb8iGZA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.3.tgz", + "integrity": "sha512-4dhPyAAXthf3xLEYnG8SeL7yr/nTPPABfY7e9YF0yuO+vK9Xp+8Q5j4xzsmL3GueukQv4oNwGNTBepLOiDGeJA==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", @@ -21762,9 +21762,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.101.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.3.tgz", + "integrity": "sha512-Z1lLHhtAII+dyLNIQB6JQTZMy7sDxk3f5NzbINRc9ks1P0HCGvSuKev0wUhULFpLSaHBIMZrcTs9WDQUZerrgA==", "license": "MIT", "dependencies": { "chokidar": "^5.0.0", @@ -25836,13 +25836,13 @@ "@coreui/internal-links": "^5.2.0", "@coreui/utils": "^2.0.2", "@popperjs/core": "^2.11.8", - "astro": "^7.1.2", + "astro": "^7.1.3", "chart.js": "^4.5.1", "prop-types": "^15.8.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-imask": "^7.6.1", - "sass": "^1.101.0" + "sass": "^1.101.3" }, "devDependencies": { "@coreui/astro-docs-api-generator": "0.1.0", diff --git a/packages/docs/package.json b/packages/docs/package.json index 86099c37..4ea87b16 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -20,13 +20,13 @@ "@coreui/internal-links": "^5.2.0", "@coreui/utils": "^2.0.2", "@popperjs/core": "^2.11.8", - "astro": "^7.1.2", + "astro": "^7.1.3", "chart.js": "^4.5.1", "prop-types": "^15.8.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-imask": "^7.6.1", - "sass": "^1.101.0" + "sass": "^1.101.3" }, "devDependencies": { "@coreui/astro-docs-api-generator": "0.1.0",