Skip to content

Commit 0d7f583

Browse files
Bump sass from 1.80.6 to 1.81.0 in the sass group
Bumps the sass group with 1 update: [sass](https://github.com/sass/dart-sass). Updates `sass` from 1.80.6 to 1.81.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.80.6...1.81.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sass ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4228362 commit 0d7f583

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"react-copy-to-clipboard": "^5.1.0",
195195
"react-dom": "^16.14.0",
196196
"rimraf": "^3.0.2",
197-
"sass": "~1.80.6",
197+
"sass": "~1.81.0",
198198
"sass-loader": "^12.6.0",
199199
"sass-resources-loader": "^2.2.5",
200200
"ts-node": "^8.10.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6457,6 +6457,11 @@ immutable@^4.0.0:
64576457
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381"
64586458
integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==
64596459

6460+
immutable@^5.0.2:
6461+
version "5.0.3"
6462+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.0.3.tgz#aa037e2313ea7b5d400cd9298fa14e404c933db1"
6463+
integrity sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==
6464+
64606465
import-fresh@^3.2.1, import-fresh@^3.3.0:
64616466
version "3.3.0"
64626467
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -9753,13 +9758,13 @@ sass@1.71.1:
97539758
immutable "^4.0.0"
97549759
source-map-js ">=0.6.2 <2.0.0"
97559760

9756-
sass@^1.25.0, sass@~1.80.6:
9757-
version "1.80.6"
9758-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.6.tgz#5d0aa55763984effe41e40019c9571ab73e6851f"
9759-
integrity sha512-ccZgdHNiBF1NHBsWvacvT5rju3y1d/Eu+8Ex6c21nHp2lZGLBEtuwc415QfiI1PJa1TpCo3iXwwSRjRpn2Ckjg==
9761+
sass@^1.25.0, sass@~1.81.0:
9762+
version "1.81.0"
9763+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.81.0.tgz#a9010c0599867909dfdbad057e4a6fbdd5eec941"
9764+
integrity sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==
97609765
dependencies:
97619766
chokidar "^4.0.0"
9762-
immutable "^4.0.0"
9767+
immutable "^5.0.2"
97639768
source-map-js ">=0.6.2 <2.0.0"
97649769
optionalDependencies:
97659770
"@parcel/watcher" "^2.4.1"

0 commit comments

Comments
 (0)