diff options
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 530a13a199e..2677107e22b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "puppeteer": "^24.7.2", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.87.0", + "sass": "^1.89.0", "sinon": "<= 5.0.7", "stylelint": "^16.19.1", "stylelint-use-logical": "^2.1.2", @@ -21685,9 +21685,9 @@ "license": "BSD-3-Clause" }, "node_modules/sass": { - "version": "1.87.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz", - "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==", + "version": "1.89.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.0.tgz", + "integrity": "sha512-ld+kQU8YTdGNjOLfRWBzewJpU5cwEv/h5yyqlSeJcj6Yh8U4TDA9UA5FPicqDz/xgRPWRSYIQNiFks21TbA9KQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4f6e69a7d52..318a5e75434 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "puppeteer": "^24.7.2", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.87.0", + "sass": "^1.89.0", "sinon": "<= 5.0.7", "stylelint": "^16.19.1", "stylelint-use-logical": "^2.1.2", |