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"