AAE-0000 Added fix for stylus ban (#11051)

This commit is contained in:
Vito Albano
2025-07-23 17:04:35 +01:00
committed by GitHub
parent 5e6e2b5949
commit 0f9e4759ad
2 changed files with 4 additions and 2 deletions

3
package-lock.json generated
View File

@@ -37919,8 +37919,7 @@
}, },
"node_modules/stylus": { "node_modules/stylus": {
"version": "0.64.0", "version": "0.64.0",
"resolved": "https://registry.npmjs.org/stylus/-/stylus-0.64.0.tgz", "resolved": "git+ssh://git@github.com/stylus/stylus.git#1086c6c1fbd7a7fd0ce9ad94f6cf4a62fc79a6e9",
"integrity": "sha512-ZIdT8eUv8tegmqy1tTIdJv9We2DumkNZFdCF5mz/Kpq3OcTaxSuCAYZge6HKK2CmNC02G1eJig2RV7XTw5hQrA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@adobe/css-tools": "~4.3.3", "@adobe/css-tools": "~4.3.3",

View File

@@ -172,6 +172,9 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"
},
"overrides": {
"stylus": "github:stylus/stylus#0.64.0"
}, },
"module": "./index.js", "module": "./index.js",
"typings": "./index.d.ts" "typings": "./index.d.ts"