Skip to content

Commit 6ef9e2a

Browse files
committed
build: update sass to 1.49.9
Includes a fix where inspecting the Sass module in the Node.js console crashed on Node 16 and 17.
1 parent 3814df5 commit 6ef9e2a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"regenerator-runtime": "0.13.9",
197197
"resolve-url-loader": "5.0.0",
198198
"rxjs": "6.6.7",
199-
"sass": "1.49.0",
199+
"sass": "1.49.9",
200200
"sass-loader": "12.4.0",
201201
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
202202
"semver": "7.3.5",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"regenerator-runtime": "0.13.9",
5555
"resolve-url-loader": "5.0.0",
5656
"rxjs": "6.6.7",
57-
"sass": "1.49.0",
57+
"sass": "1.49.9",
5858
"sass-loader": "12.4.0",
5959
"semver": "7.3.5",
6060
"source-map-loader": "3.0.1",

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9740,6 +9740,15 @@ [email protected], sass@^1.32.8:
97409740
immutable "^4.0.0"
97419741
source-map-js ">=0.6.2 <2.0.0"
97429742

9743+
9744+
version "1.49.9"
9745+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9"
9746+
integrity sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==
9747+
dependencies:
9748+
chokidar ">=3.0.0 <4.0.0"
9749+
immutable "^4.0.0"
9750+
source-map-js ">=0.6.2 <2.0.0"
9751+
97439752
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
97449753
version "0.0.0"
97459754
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"

0 commit comments

Comments
 (0)