From d5aa139c182c204afa1839bccee98cc5fdd81be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:28:03 +0000 Subject: [PATCH] build(deps): Bump gatsby-plugin-sass from 6.14.0 to 6.15.0 Bumps [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sass@6.15.0/packages/gatsby-plugin-sass) --- updated-dependencies: - dependency-name: gatsby-plugin-sass dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0139a5c..5643088e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "gatsby-plugin-feed": "^5.15.0", "gatsby-plugin-layout": "^4.14.0", "gatsby-plugin-matomo": "^0.17.0", - "gatsby-plugin-sass": "^6.14.0", + "gatsby-plugin-sass": "^6.15.0", "gatsby-plugin-sitemap": "^6.15.0", "gatsby-source-filesystem": "^5.15.0", "gatsby-source-graphql": "^5.15.0", @@ -12107,9 +12107,9 @@ } }, "node_modules/gatsby-plugin-sass": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-6.14.0.tgz", - "integrity": "sha512-3AirLeSpzGGqKDZNAGB33nfPXzPuQ6hGv3bYKhEeWMTapDAdaiF2BKLDSgcX+Dx30m2x8ZMlrDH3Krvsl5I5Vw==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-6.15.0.tgz", + "integrity": "sha512-F2oHwcSKK9yg5wjo3cQzRa0jQkxyU3/3Tei8eMaz49/UXuhkRQ0y0uBegcyPeqBe4anOZQVdtRENeK0VSfkWFw==", "dependencies": { "@babel/runtime": "^7.20.13", "resolve-url-loader": "^3.1.5", @@ -34836,9 +34836,9 @@ "requires": {} }, "gatsby-plugin-sass": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-6.14.0.tgz", - "integrity": "sha512-3AirLeSpzGGqKDZNAGB33nfPXzPuQ6hGv3bYKhEeWMTapDAdaiF2BKLDSgcX+Dx30m2x8ZMlrDH3Krvsl5I5Vw==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sass/-/gatsby-plugin-sass-6.15.0.tgz", + "integrity": "sha512-F2oHwcSKK9yg5wjo3cQzRa0jQkxyU3/3Tei8eMaz49/UXuhkRQ0y0uBegcyPeqBe4anOZQVdtRENeK0VSfkWFw==", "requires": { "@babel/runtime": "^7.20.13", "resolve-url-loader": "^3.1.5", diff --git a/package.json b/package.json index 4ce047fe..c2bb9f45 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby-plugin-feed": "^5.15.0", "gatsby-plugin-layout": "^4.14.0", "gatsby-plugin-matomo": "^0.17.0", - "gatsby-plugin-sass": "^6.14.0", + "gatsby-plugin-sass": "^6.15.0", "gatsby-plugin-sitemap": "^6.15.0", "gatsby-source-filesystem": "^5.15.0", "gatsby-source-graphql": "^5.15.0",