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 eb7145f1a..00a9bbd9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.1", "rtlcss": "^4.3.0", - "sass": "^1.87.0", + "sass": "^1.89.1", "stylelint": "^16.19.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^7.0.0" @@ -5288,9 +5288,9 @@ } }, "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.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.1.tgz", + "integrity": "sha512-eMLLkl+qz7tx/0cJ9wI+w09GQ2zodTkcE/aVfywwdlRcI3EO19xGnbmJwg/JMIm+5MxVJ6outddLZ4Von4E++Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b38cba8d5..b06d04d7c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.1", "rtlcss": "^4.3.0", - "sass": "^1.87.0", + "sass": "^1.89.1", "stylelint": "^16.19.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^7.0.0", |
