Skip to content

Commit

Permalink
feat: add new package and update action
Browse files Browse the repository at this point in the history
  • Loading branch information
stayko-chalakov committed Mar 22, 2024
1 parent 0f05d8a commit 18e4bcb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read
pull-requests: write

jobs:
dependency-review:
Expand All @@ -12,3 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
fail-on-severity: low
deny-licenses: LGPL-2.0, BSD-2-Clause
comment-summary-in-pr: on-failure
6 changes: 6 additions & 0 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"helmet": "^4.0.0",
"html-entities": "^1.3.1",
"i18n": "^0.11.1",
"jose": "^4.15.4",
"js-yaml": "^3.14.0",
"jsonwebtoken": "0.4.0",
"jssha": "^3.1.1",
Expand Down

0 comments on commit 18e4bcb

Please sign in to comment.