mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ci:force] - Fixed vulnerabilities and removed custom scripts in favor of audit --critical
This commit is contained in:
+3
-12
@@ -73,7 +73,7 @@
|
||||
"raphael": "2.3.0",
|
||||
"rxjs": "7.8.2",
|
||||
"tslib": "2.8.1",
|
||||
"uuid": "8.3.2",
|
||||
"uuid": "11.1.1",
|
||||
"zone.js": "0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -104,8 +104,7 @@
|
||||
"@types/jsdom": "27.0.0",
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "25.9.1",
|
||||
"@types/uuid": "8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "8.59.4",
|
||||
"@typescript-eslint/eslint-plugin": "8.59.4",
|
||||
"@typescript-eslint/parser": "8.59.4",
|
||||
"@typescript-eslint/typescript-estree": "8.59.4",
|
||||
"@typescript-eslint/utils": "8.59.4",
|
||||
@@ -152,15 +151,7 @@
|
||||
"undici": "8.3.0",
|
||||
"webpack": "5.107.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@storybook/angular": {
|
||||
"webpack": "5.107.2"
|
||||
},
|
||||
"picomatch": "4.0.4",
|
||||
"path-to-regexp": "0.1.13",
|
||||
"serialize-javascript": "7.0.5"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"node": ">=24.14.0"
|
||||
},
|
||||
|
||||
Generated
+3943
-2253
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,16 @@
|
||||
packages:
|
||||
- 'lib/eslint-angular'
|
||||
|
||||
overrides:
|
||||
serialize-javascript: '>=7.0.5'
|
||||
picomatch: '>=4.0.4'
|
||||
tmp: '>=0.2.6'
|
||||
ws: '>=8.20.1'
|
||||
path-to-regexp: '>=0.1.13'
|
||||
postcss: '>=8.5.10'
|
||||
webpack-dev-server: '>=5.2.4'
|
||||
uuid: '>=11.1.1'
|
||||
|
||||
allowBuilds:
|
||||
'@parcel/watcher': true
|
||||
esbuild: true
|
||||
@@ -32,3 +42,4 @@ allowBuilds:
|
||||
'@nx/nx-linux-x64-musl': true
|
||||
'@nx/nx-win32-x64-msvc': true
|
||||
'@swc/core': true
|
||||
less: set this to true or false
|
||||
|
||||
Reference in New Issue
Block a user