Skip to content

Commit f37b735

Browse files
BC-8781 - Bump elliptic from 6.5.4 to 6.6.1 (#3562)
* Bump elliptic from 6.5.4 to 6.6.1 Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1. - [Commits](indutny/elliptic@v6.5.4...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * allow elliptic due to issue in dependency-review-action: actions/dependency-review-action#868 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phillip <phillip.wirth@dataport.de>
1 parent 6b600a9 commit f37b735

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

.github/workflows/dependency-review.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,16 @@ jobs:
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4
1515
with:
16-
allow-licenses: AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, AGPL-3.0
16+
allow-licenses: >
17+
AGPL-3.0-only,
18+
LGPL-3.0,
19+
MIT,
20+
Apache-2.0,
21+
BSD-2-Clause,
22+
BSD-3-Clause,
23+
ISC,
24+
X11,
25+
0BSD,
26+
GPL-3.0,
27+
AGPL-3.0
28+
allow-dependencies-licenses: pkg:npm/indutny/elliptic@6.6.1

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)