Skip to content

Commit f102970

Browse files
chore(deps)(deps-dev): bump sass from 1.97.2 to 1.98.0 in /desktop (#701)
Bumps [sass](https://github.com/sass/dart-sass) from 1.97.2 to 1.98.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.97.2...1.98.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.98.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b38af2 commit f102970

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"patch-package": "^8.0.0",
6666
"postcss": "^8.5.6",
6767
"postcss-load-config": "^6.0.1",
68-
"sass": "^1.97.2",
68+
"sass": "^1.98.0",
6969
"svelte": "^5.47.1",
7070
"svelte-check": "^4.3.5",
7171
"svelte-preprocess": "^6.0.3",

desktop/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2695,10 +2695,10 @@ ignore@^5.2.0:
26952695
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
26962696
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
26972697

2698-
immutable@^5.0.2:
2699-
version "5.1.4"
2700-
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.4.tgz#e3f8c1fe7b567d56cf26698f31918c241dae8c1f"
2701-
integrity sha512-p6u1bG3YSnINT5RQmx/yRZBpenIl30kVxkTLDyHLIMk0gict704Q9n+thfDI7lTRm9vXdDYutVzXhzcThxTnXA==
2698+
immutable@^5.1.5:
2699+
version "5.1.5"
2700+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.1.5.tgz#93ee4db5c2a9ab42a4a783069f3c5d8847d40165"
2701+
integrity sha512-t7xcm2siw+hlUM68I+UEOK+z84RzmN59as9DZ7P1l0994DKUWV7UXBMQZVxaoMSRQ+PBZbHCOoBt7a2wxOMt+A==
27022702

27032703
import-fresh@^3.2.1:
27042704
version "3.3.1"
@@ -3930,13 +3930,13 @@ safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2:
39303930
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
39313931
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
39323932

3933-
sass@^1.97.2:
3934-
version "1.97.2"
3935-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.97.2.tgz#e515a319092fd2c3b015228e3094b40198bff0da"
3936-
integrity sha512-y5LWb0IlbO4e97Zr7c3mlpabcbBtS+ieiZ9iwDooShpFKWXf62zz5pEPdwrLYm+Bxn1fnbwFGzHuCLSA9tBmrw==
3933+
sass@^1.98.0:
3934+
version "1.98.0"
3935+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.98.0.tgz#924ce85a3745ccaccd976262fdc1bc0c13aa8e57"
3936+
integrity sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==
39373937
dependencies:
39383938
chokidar "^4.0.0"
3939-
immutable "^5.0.2"
3939+
immutable "^5.1.5"
39403940
source-map-js ">=0.6.2 <2.0.0"
39413941
optionalDependencies:
39423942
"@parcel/watcher" "^2.4.1"

0 commit comments

Comments
 (0)