Skip to content

Commit a84ba1e

Browse files
fix(deps): Fix npm audit
Signed-off-by: GitHub <noreply@github.com>
1 parent a964b6a commit a84ba1e

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

pr-body.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Audit report
2+
No fixable problems found (7 unfixable)
3+
4+
## Full `npm audit` report
5+
6+
```
7+
# npm audit report
8+
9+
elliptic *
10+
Elliptic Uses a Cryptographic Primitive with a Risky Implementation - https://github.com/advisories/GHSA-848j-6mx2-7j84
11+
No fix available
12+
node_modules/elliptic
13+
browserify-sign >=2.4.0
14+
Depends on vulnerable versions of elliptic
15+
node_modules/browserify-sign
16+
crypto-browserify >=3.4.0
17+
Depends on vulnerable versions of browserify-sign
18+
Depends on vulnerable versions of create-ecdh
19+
node_modules/crypto-browserify
20+
node-stdlib-browser *
21+
Depends on vulnerable versions of crypto-browserify
22+
node_modules/node-stdlib-browser
23+
vite-plugin-node-polyfills >=0.3.0
24+
Depends on vulnerable versions of node-stdlib-browser
25+
node_modules/vite-plugin-node-polyfills
26+
@nextcloud/vite-config *
27+
Depends on vulnerable versions of vite-plugin-node-polyfills
28+
node_modules/@nextcloud/vite-config
29+
create-ecdh *
30+
Depends on vulnerable versions of elliptic
31+
node_modules/create-ecdh
32+
33+
7 low severity vulnerabilities
34+
35+
Some issues need review, and may require choosing
36+
a different dependency.
37+
```
38+
39+
**Node.js:** v24.15.0 | **npm:** 11.14.1 | **Branch:** master

0 commit comments

Comments
 (0)