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 1b26f583c..1775758f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-plugin-promise": "^6.1.1", "markdownlint-cli": "^0.39.0", "rtlcss": "^4.1.1", - "sass": "^1.71.1", + "sass": "^1.72.0", "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.1.0", "stylelint-order": "^6.0.4", @@ -3923,9 +3923,9 @@ } }, "node_modules/sass": { - "version": "1.71.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", - "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", + "version": "1.72.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.72.0.tgz", + "integrity": "sha512-Gpczt3WA56Ly0Mn8Sl21Vj94s1axi9hDIzDFn9Ph9x3C3p4nNyvsqJoQyVXKou6cBlfFWEgRW4rT8Tb4i3XnVA==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index e8395febd..d99c56c8f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-promise": "^6.1.1", "markdownlint-cli": "^0.39.0", "rtlcss": "^4.1.1", - "sass": "^1.71.1", + "sass": "^1.72.0", "stylelint": "^15.11.0", "stylelint-config-recommended-scss": "^13.1.0", "stylelint-order": "^6.0.4", |
