diff --git a/package-lock.json b/package-lock.json index c314c35db..f0275d095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "grunt-contrib-watch": "^1.1.0", "grunt-dart-sass": "^2.0.1", "matchdep": "^2.0.0", - "sass": "^1.83.4" + "sass": "^1.85.0" } }, "node_modules/@ampproject/remapping": { @@ -9575,9 +9575,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.83.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.4.tgz", - "integrity": "sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==", + "version": "1.85.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.85.0.tgz", + "integrity": "sha512-3ToiC1xZ1Y8aU7+CkgCI/tqyuPXEmYGJXO7H4uqp0xkLXUqp88rQQ4j1HmP37xSJLbCJPaIiv+cT1y+grssrww==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d534d5bd3..4238649ee 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "grunt-contrib-watch": "^1.1.0", "grunt-dart-sass": "^2.0.1", "matchdep": "^2.0.0", - "sass": "^1.83.4" + "sass": "^1.85.0" }, "scripts": { "start": "composer install --ignore-platform-reqs && npm install && npm run dist",