Skip to content

Commit

Permalink
fix npm dep
Browse files Browse the repository at this point in the history
Signed-off-by: David Huffman <dshuffma@us.ibm.com>
  • Loading branch information
dshuffma-ibm committed Sep 26, 2023
1 parent 9e39494 commit a441dbb
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 127 deletions.
1 change: 1 addition & 0 deletions .github/workflows/athena.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
with:
node-version: 18.x
- run: npm config set registry https://registry.npmjs.org/
- run: npm install js-yaml
- run: npm install -g swagger-cli
- run: npm install -g ibm-openapi-validator@0.56.0
- run: npm run validate:openapi:self
Expand Down
185 changes: 58 additions & 127 deletions packages/athena/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"express-rate-limit": "3.4.*",
"express-session": "1.15.*",
"http-proxy": "1.18.*",
"js-yaml": "^4.1.0",
"jsrsasign": "^10.5.25",
"node-cache": "5.1.*",
"owasp-password-strength-test": "^1.3.0",
Expand Down

0 comments on commit a441dbb

Please sign in to comment.