diff --git a/package.json b/package.json index f385afacb..56ab075cc 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gatsby-plugin-offline": "^5.25.0", "gatsby-plugin-react-helmet": "^5.25.0", "gatsby-plugin-robots-txt": "~1.8.0", - "gatsby-plugin-sass": "^5.25.0", + "gatsby-plugin-sass": "^6.13.1", "gatsby-plugin-sharp": "^4.25.1", "gatsby-plugin-sitemap": "^5.25.0", "gatsby-plugin-twitter": "^4.25.0", diff --git a/yarn.lock b/yarn.lock index 3726f3cf7..02e428239 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6463,14 +6463,14 @@ gatsby-plugin-robots-txt@~1.8.0: "@babel/runtime" "^7.17.9" generate-robotstxt "^8.0.3" -gatsby-plugin-sass@^5.25.0: - version "5.25.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-5.25.0.tgz#8aedec8d58f50826c1c25faa52f94175e69b8017" - integrity sha512-e+47Z24DI+Uh3KcUbj/WvTyH4ZPXcC4zlwqhzspv1Ye+xMS1ipTsIelvBuTwiiEWBs6cqdcYAPhn7HoXX/errw== +gatsby-plugin-sass@^6.13.1: + version "6.13.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-sass/-/gatsby-plugin-sass-6.13.1.tgz#13fa6a4b95aee7c1bf3e69c017ae9c8e1a0abf49" + integrity sha512-pHS1hJhOPMEaC1eLsuXgqskLBUxbpYR1lUb7yxL4jva0PX2HOQTYTczFYtueOWz/7RD0GjrDCHIWOzUIGauRsQ== dependencies: - "@babel/runtime" "^7.15.4" - resolve-url-loader "^3.1.4" - sass-loader "^10.1.1" + "@babel/runtime" "^7.20.13" + resolve-url-loader "^3.1.5" + sass-loader "^10.4.1" gatsby-plugin-sharp@^4.25.1: version "4.25.1" @@ -10709,7 +10709,7 @@ resolve-from@^5.0.0: resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== -resolve-url-loader@^3.1.4: +resolve-url-loader@^3.1.5: version "3.1.5" resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.5.tgz#1dce0847d4a2ef43c51f63c9fd30bf6dfbf26716" integrity sha512-mgFMCmrV/tA4738EsFmPFE5/MaqSgUMe8LK971kVEKA/RrNVb7+VqFsg/qmKyythf34eyq476qIobP/gfFBGSQ== @@ -10902,10 +10902,10 @@ safe-regex-test@^1.0.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass-loader@^10.1.1: - version "10.4.1" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.4.1.tgz#bea4e173ddf512c9d7f53e9ec686186146807cbf" - integrity sha512-aX/iJZTTpNUNx/OSYzo2KsjIUQHqvWsAhhUijFjAPdZTEhstjZI9zTNvkTTwsx+uNUJqUwOw5gacxQMx4hJxGQ== +sass-loader@^10.4.1: + version "10.5.2" + resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-10.5.2.tgz#1ca30534fff296417b853c7597ca3b0bbe8c37d0" + integrity sha512-vMUoSNOUKJILHpcNCCyD23X34gve1TS7Rjd9uXHeKqhvBG39x6XbswFDtpbTElj6XdMFezoWhkh5vtKudf2cgQ== dependencies: klona "^2.0.4" loader-utils "^2.0.0"