diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-13 18:45:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 18:45:53 +0000 |
commit | b638c2772329a74a3db642bbbc1bf312a475ae4c (patch) | |
tree | 0394940a3a9bef1eba89c20428afefdaa2b37bed | |
parent | d686cc7bcc75542b3b37e1d79b1a5869228dcd14 (diff) | |
parent | f4a305110d4ace46984e7d49e9bea7f6dd106b61 (diff) | |
download | nextcloud-server-b638c2772329a74a3db642bbbc1bf312a475ae4c.tar.gz nextcloud-server-b638c2772329a74a3db642bbbc1bf312a475ae4c.zip |
Merge pull request #50801 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.1
-rw-r--r-- | package-lock.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 754b8dd50af..b3281109752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11183,9 +11183,10 @@ "license": "ISC" }, "node_modules/elliptic": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", - "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", |