From f3348c43df405bbf58129efd7bac67a77ae7c257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:14:38 +0000 Subject: [PATCH] build(deps): bump sass from 1.80.3 to 1.80.4 Bumps [sass](https://github.com/sass/dart-sass) from 1.80.3 to 1.80.4. - [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.80.3...1.80.4) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 25df4f1020a..be7e6859c94 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "reading-time": "^2.0.0-1", "rehype-katex": "7", "remark-math": "6", - "sass": "^1.80.3", + "sass": "^1.80.4", "unist-builder": "^4.0.0", "unist-util-visit": "^5.0.0" }, diff --git a/yarn.lock b/yarn.lock index 02dcf92f11f..57832f96def 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9177,10 +9177,10 @@ sass-loader@^10.1.1: schema-utils "^3.0.0" semver "^7.3.2" -sass@^1.80.3: - version "1.80.3" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.3.tgz#3f63dd527647d2b3de35f36acb971bda80517423" - integrity sha512-ptDWyVmDMVielpz/oWy3YP3nfs7LpJTHIJZboMVs8GEC9eUmtZTZhMHlTW98wY4aEorDfjN38+Wr/XjskFWcfA== +sass@^1.80.4: + version "1.80.4" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.4.tgz#bc0418fd796cad2f1a1309d8b4d7fe44b7027de0" + integrity sha512-rhMQ2tSF5CsuuspvC94nPM9rToiAFw2h3JTrLlgmNw1MH79v8Cr3DH6KF6o6r+8oofY3iYVPUf66KzC8yuVN1w== dependencies: "@parcel/watcher" "^2.4.1" chokidar "^4.0.0"