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 35b55bfee..757f59364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "markdownlint-cli": "^0.43.0", "neostandard": "^0.11.9", "rtlcss": "^4.3.0", - "sass": "^1.81.1", + "sass": "^1.83.0", "stylelint": "^16.11.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4" @@ -4136,9 +4136,9 @@ } }, "node_modules/sass": { - "version": "1.81.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.1.tgz", - "integrity": "sha512-VNLgf4FC5yFyKwAumAAwwNh8X4SevlVREq3Y8aDZIkm0lI/zO1feycMXQ4hn+eB6FVhRbleSQ1Yb/q8juSldTA==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "dev": true, "dependencies": { "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 955454012..17e6f3208 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "markdownlint-cli": "^0.43.0", "neostandard": "^0.11.9", "rtlcss": "^4.3.0", - "sass": "^1.81.1", + "sass": "^1.83.0", "stylelint": "^16.11.0", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", |
