mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
@@ -98,8 +98,8 @@ Options:
|
||||
const packageDir = path.dirname(packagePath);
|
||||
|
||||
// Use spawnSync with array arguments for safer command execution (prevents shell injection)
|
||||
// Cross-platform: npm is available on PATH on all platforms (Windows, macOS, Linux)
|
||||
const result = spawnSync('npm', ['audit', '--json', '--prod'], {
|
||||
// Cross-platform: pnpm is available on PATH on all platforms (Windows, macOS, Linux)
|
||||
const result = spawnSync('pnpm', ['audit', '--json', '--prod'], {
|
||||
cwd: packageDir,
|
||||
encoding: 'utf-8',
|
||||
// shell: false is the default and more secure (no shell interpretation)
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
"@angular/platform-browser": ">=20.3.25",
|
||||
"@angular/platform-browser-dynamic": ">=20.3.25",
|
||||
"@angular/router": ">=20.3.25",
|
||||
"@alfresco/js-api": ">=9.5.0",
|
||||
"@alfresco/js-api": ">=10.0.0",
|
||||
"@ngx-translate/core": ">=17.0.0",
|
||||
"@alfresco/adf-core": ">=8.5.0"
|
||||
"@alfresco/adf-core": ">=9.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"content-services",
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
"@angular/router": ">=20.3.25",
|
||||
"@mat-datetimepicker/core": ">=12.0.1",
|
||||
"@ngx-translate/core": ">=17.0.0",
|
||||
"@alfresco/js-api": ">=9.5.0",
|
||||
"@alfresco/adf-extensions": ">=8.5.0",
|
||||
"@alfresco/js-api": ">=10.0.0",
|
||||
"@alfresco/adf-extensions": ">=9.0.0",
|
||||
"minimatch": ">=10.0.0",
|
||||
"pdfjs-dist": ">=3.3.122",
|
||||
"rxjs": ">=7.8.0"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"peerDependencies": {
|
||||
"@angular/common": ">=20.3.25",
|
||||
"@angular/core": ">=20.3.25",
|
||||
"@alfresco/js-api": ">=9.5.0"
|
||||
"@alfresco/js-api": ">=10.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"extensions",
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"@angular/core": ">=20.3.25",
|
||||
"@angular/forms": ">=20.3.25",
|
||||
"@angular/material": ">=20.2.14",
|
||||
"@alfresco/adf-core": ">=8.5.0",
|
||||
"@alfresco/adf-content-services": ">=8.5.0",
|
||||
"@alfresco/adf-core": ">=9.0.0",
|
||||
"@alfresco/adf-content-services": ">=9.0.0",
|
||||
"@ngx-translate/core": ">=17.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
"@angular/platform-browser": ">=20.3.25",
|
||||
"@angular/platform-browser-dynamic": ">=20.3.25",
|
||||
"@angular/router": ">=20.3.25",
|
||||
"@alfresco/js-api": ">=9.5.0",
|
||||
"@alfresco/adf-core": ">=8.5.0",
|
||||
"@alfresco/adf-content-services": ">=8.5.0",
|
||||
"@alfresco/js-api": ">=10.0.0",
|
||||
"@alfresco/adf-core": ">=9.0.0",
|
||||
"@alfresco/adf-content-services": ">=9.0.0",
|
||||
"@apollo/client": ">=3.7.2",
|
||||
"@ngx-translate/core": ">=17.0.0",
|
||||
"apollo-angular": ">=4.0.1",
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
"@angular/platform-browser": ">=20.3.25",
|
||||
"@angular/platform-browser-dynamic": ">=20.3.25",
|
||||
"@angular/router": ">=20.3.25",
|
||||
"@alfresco/js-api": ">=9.5.0",
|
||||
"@alfresco/adf-core": ">=8.5.0",
|
||||
"@alfresco/adf-content-services": ">=8.5.0",
|
||||
"@alfresco/js-api": ">=10.0.0",
|
||||
"@alfresco/adf-core": ">=9.0.0",
|
||||
"@alfresco/adf-content-services": ">=9.0.0",
|
||||
"@ngx-translate/core": ">=17.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user