ci: fix
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m13s

This commit is contained in:
Mihajlo Medjedovic 2024-05-30 15:49:46 +02:00
parent d14a4eaadd
commit 0a9e5dd834
3 changed files with 9 additions and 10 deletions

View File

@ -34,7 +34,7 @@ jobs:
npm ci
# Decrypt and Install sheet
echo ${{ secrets.SHEET_PWD }} | gpg --batch --yes --passphrase-fd 0 ./libraries/sheet-crypto.tgz.gpg
ls ./libraries
ls ./libraries -la
npm i ./libraries/sheet-crypto.tgz
# End

View File

@ -3427,9 +3427,9 @@
}
},
"node_modules/@clr/angular": {
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@clr/angular/-/angular-17.1.0.tgz",
"integrity": "sha512-coU+dvxejM3aSbPK8goStUXcioM4/GkT1Jl/w1sCOlbD8D/1uIfP0QmmigIl9zva45epRtDIUCnM5RKvZgqTXg==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/@clr/angular/-/angular-17.2.0.tgz",
"integrity": "sha512-Qc5h7EtP3pLfEQ2o+3FEchYFkBf69Gg8xYKEgMutXfxLyXy9yNDD71P/o9a4nX8h7wS1IXtPsvACypYCyCbP4g==",
"dependencies": {
"tslib": "^2.3.0"
},
@ -3438,7 +3438,7 @@
"@angular/common": "15 || 16 || 17",
"@angular/core": "15 || 16 || 17",
"@cds/core": ">= 6.9.2",
"@clr/ui": "17.1.0"
"@clr/ui": "17.2.0"
}
},
"node_modules/@clr/icons": {
@ -3450,9 +3450,9 @@
}
},
"node_modules/@clr/ui": {
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@clr/ui/-/ui-17.1.0.tgz",
"integrity": "sha512-t9uOahFw4GMYASvb/ym33Y1YO6QR9ARc+hg7D6Qts3TknR2GHvbuNbRoeOS1PRoptIMqHKRg/pFalJzBM/qkrA==",
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/@clr/ui/-/ui-17.2.0.tgz",
"integrity": "sha512-IztYQWF5Fsxg2dUtHUT0RbRUw38QD9YSTPb84Ne7BtrkkJzOUH4LRPg6foWrzXGtBvMD7FtH7qYmK2CsDU291w==",
"peerDependencies": {
"@cds/core": "^6.9.2"
}
@ -15848,7 +15848,6 @@
"version": "3.2.1",
"resolved": "file:libraries/ngx-json-viewer-3.2.1.tgz",
"integrity": "sha512-Qa24rEXam1gNr3pAg31Xb/ycs+yFcF0Y+woCcPET3XKaxQthpZ9T5VM7tPRRDWUFEWsTZuOQARsAdN9DAIPp8A==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
}

View File

@ -51,8 +51,8 @@
"@handsontable/angular": "^13.1.0",
"@sasjs/adapter": "4.10.2",
"@sasjs/utils": "^3.4.0",
"@sheet/crypto": "file:libraries/sheet-crypto.tgz",
"@types/d3-graphviz": "^2.6.7",
"@sheet/crypto": "file:libraries/sheet-crypto.tgz",
"@types/text-encoding": "0.0.35",
"base64-arraybuffer": "^0.2.0",
"buffer": "^5.4.3",