Skip to content

Commit

Permalink
Merge pull request #2215 from zowe/chore/update-dev-scripts
Browse files Browse the repository at this point in the history
Update tsconfig and web help deps
  • Loading branch information
t1m0thyj committed Aug 9, 2024
2 parents 1e74449 + 1c357e6 commit 8fad1fa
Show file tree
Hide file tree
Showing 11 changed files with 151 additions and 150 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Check Node Vulnerabilities
run: npm audit --production --audit-level=moderate
run: |
npm install --package-lock-only --ignore-scripts --no-audit --save-prod --workspace=packages/imperative ./packages/imperative/web-help
npm audit --production --audit-level=moderate
# TODO Consider using actions-rs/audit-check after https://github.com/actions-rs/audit-check/issues/116 is fixed
- name: Check Daemon Vulnerabilities
Expand All @@ -35,4 +37,4 @@ jobs:

- name: Check Secrets SDK Vulnerabilities
working-directory: packages/secrets/src/keyring
run: cargo audit --deny warnings
run: cargo audit --deny warnings
1 change: 1 addition & 0 deletions __tests__/__packages__/cli-test-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"target": "es5",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"outDir": "./lib",
"rootDir": "./src",
"strict": true,
Expand Down
Loading

0 comments on commit 8fad1fa

Please sign in to comment.