mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-0000 Added fix for stylus ban (#11051)
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -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",
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user