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": {
|
"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",
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user