From 0f9e4759ad5ced8a64a92073f9a679e84e1e3664 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Wed, 23 Jul 2025 17:04:35 +0100 Subject: [PATCH] AAE-0000 Added fix for stylus ban (#11051) --- package-lock.json | 3 +-- package.json | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0df1c6cdf5..51dcb1defe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37919,8 +37919,7 @@ }, "node_modules/stylus": { "version": "0.64.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.64.0.tgz", - "integrity": "sha512-ZIdT8eUv8tegmqy1tTIdJv9We2DumkNZFdCF5mz/Kpq3OcTaxSuCAYZge6HKK2CmNC02G1eJig2RV7XTw5hQrA==", + "resolved": "git+ssh://git@github.com/stylus/stylus.git#1086c6c1fbd7a7fd0ce9ad94f6cf4a62fc79a6e9", "license": "MIT", "dependencies": { "@adobe/css-tools": "~4.3.3", diff --git a/package.json b/package.json index cfaf3d4e08..486dcde0cc 100644 --- a/package.json +++ b/package.json @@ -172,6 +172,9 @@ "license": "Apache-2.0", "engines": { "node": ">=18.0.0" + }, + "overrides": { + "stylus": "github:stylus/stylus#0.64.0" }, "module": "./index.js", "typings": "./index.d.ts"