diff options
| -rw-r--r-- | package-lock.json | 9 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index fe06bd2b9..20d6374ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.0", "rtlcss": "^4.3.0", - "sass": "^1.83.0", + "sass": "^1.83.4", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4" @@ -5174,10 +5174,11 @@ } }, "node_modules/sass": { - "version": "1.83.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", - "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", + "version": "1.83.4", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", + "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index e811046f7..03d8f1dd0 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "markdownlint-cli": "^0.44.0", "neostandard": "^0.12.0", "rtlcss": "^4.3.0", - "sass": "^1.83.0", + "sass": "^1.83.4", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", "stylelint-order": "^6.0.4", |
