diff --git a/module.web/package-lock.json b/module.web/package-lock.json index 0e37773..dabc09c 100644 --- a/module.web/package-lock.json +++ b/module.web/package-lock.json @@ -12,7 +12,7 @@ "@dnncommunity/dnn-elements": "^0.15.2", "@stencil/core": "^2.19.2", "@stencil/eslint-plugin": "^0.4.0", - "@stencil/sass": "^1.5.2", + "@stencil/sass": "^2.0.1", "@stencil/store": "^1.5.0", "@types/jest": "^29.2.3", "@typescript-eslint/eslint-plugin": "^4.33.0", @@ -1195,12 +1195,12 @@ } }, "node_modules/@stencil/sass": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-1.5.2.tgz", - "integrity": "sha512-nJ93pUSylsGsMX0eLmhxh1oEljcUjj5mYjhB9ziCdoaydAdjukrUoqDCC7tdVbOcBo2hKptQyWqCtETnBGYsXQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-2.0.1.tgz", + "integrity": "sha512-66ZsqBIcK7B8Awjh7RfMVC6Q1OQPlQDNHqqBfMccH9iZiuUunDL9rzrIZAoUWHjjrxWocMMQR5YieTQSreC9DQ==", "dev": true, "peerDependencies": { - "@stencil/core": ">=1.0.2" + "@stencil/core": ">=2.0.0" } }, "node_modules/@stencil/store": { @@ -6857,9 +6857,9 @@ } }, "@stencil/sass": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-1.5.2.tgz", - "integrity": "sha512-nJ93pUSylsGsMX0eLmhxh1oEljcUjj5mYjhB9ziCdoaydAdjukrUoqDCC7tdVbOcBo2hKptQyWqCtETnBGYsXQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@stencil/sass/-/sass-2.0.1.tgz", + "integrity": "sha512-66ZsqBIcK7B8Awjh7RfMVC6Q1OQPlQDNHqqBfMccH9iZiuUunDL9rzrIZAoUWHjjrxWocMMQR5YieTQSreC9DQ==", "dev": true, "requires": {} }, diff --git a/module.web/package.json b/module.web/package.json index 3f927a4..04014f6 100644 --- a/module.web/package.json +++ b/module.web/package.json @@ -26,7 +26,7 @@ "@dnncommunity/dnn-elements": "^0.15.2", "@stencil/core": "^2.19.2", "@stencil/eslint-plugin": "^0.4.0", - "@stencil/sass": "^1.5.2", + "@stencil/sass": "^2.0.1", "@stencil/store": "^1.5.0", "@types/jest": "^29.2.3", "@typescript-eslint/eslint-plugin": "^4.33.0",