Skip to content

Commit 52155ac

Browse files
authored
build: update to latest version of sass (#24188)
We were behind on a few minor versions of Sass. These changes update us to the latest one.
1 parent ab91424 commit 52155ac

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"@types/node": "^14.14.22",
157157
"@types/node-fetch": "^2.5.5",
158158
"@types/parse5": "^6.0.0",
159-
"@types/sass": "^1.16.0",
159+
"@types/sass": "^1.43.1",
160160
"@types/selenium-webdriver": "^3.0.17",
161161
"@types/semver": "^7.3.4",
162162
"@types/send": "^0.14.5",
@@ -204,7 +204,7 @@
204204
"requirejs": "^2.3.6",
205205
"rollup": "^2.58.0",
206206
"rollup-plugin-sourcemaps": "^0.6.3",
207-
"sass": "^1.41.0",
207+
"sass": "^1.47.0",
208208
"selenium-webdriver": "^3.6.0",
209209
"semver": "^7.3.4",
210210
"send": "^0.17.1",

yarn.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -3726,10 +3726,10 @@
37263726
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
37273727
integrity sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==
37283728

3729-
"@types/sass@^1.16.0":
3730-
version "1.16.1"
3731-
resolved "https://registry.yarnpkg.com/@types/sass/-/sass-1.16.1.tgz#cf465bd1fea486d0331f760db023de14daf4980d"
3732-
integrity sha512-iZUcRrGuz/Tbg3loODpW7vrQJkUtpY2fFSf4ELqqkApcS2TkZ1msk7ie8iZPB86lDOP8QOTTmuvWjc5S0R9OjQ==
3729+
"@types/sass@^1.43.1":
3730+
version "1.43.1"
3731+
resolved "https://registry.yarnpkg.com/@types/sass/-/sass-1.43.1.tgz#86bb0168e9e881d7dade6eba16c9ed6d25dc2f68"
3732+
integrity sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==
37333733
dependencies:
37343734
"@types/node" "*"
37353735

@@ -14329,12 +14329,14 @@ [email protected]:
1432914329
immutable "^4.0.0"
1433014330
source-map-js ">=0.6.2 <2.0.0"
1433114331

14332-
sass@^1.41.0:
14333-
version "1.41.1"
14334-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.41.1.tgz#bca5bed2154192779c29f48fca9c644c60c38d98"
14335-
integrity sha512-vIjX7izRxw3Wsiez7SX7D+j76v7tenfO18P59nonjr/nzCkZuoHuF7I/Fo0ZRZPKr88v29ivIdE9BqGDgQD/Nw==
14332+
sass@^1.47.0:
14333+
version "1.47.0"
14334+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.47.0.tgz#c22dd0eed2e4a991430dae0b03c8e694bc41c2b4"
14335+
integrity sha512-GtXwvwgD7/6MLUZPnlA5/8cdRgC9SzT5kAnnJMRmEZQFRE3J56Foswig4NyyyQGsnmNvg6EUM/FP0Pe9Y2zywQ==
1433614336
dependencies:
1433714337
chokidar ">=3.0.0 <4.0.0"
14338+
immutable "^4.0.0"
14339+
source-map-js ">=0.6.2 <2.0.0"
1433814340

1433914341
saucelabs@^1.5.0:
1434014342
version "1.5.0"

0 commit comments

Comments
 (0)