diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-13 17:24:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-13 17:24:19 +0000 |
commit | f4a305110d4ace46984e7d49e9bea7f6dd106b61 (patch) | |
tree | 0394940a3a9bef1eba89c20428afefdaa2b37bed | |
parent | d686cc7bcc75542b3b37e1d79b1a5869228dcd14 (diff) | |
download | nextcloud-server-f4a305110d4ace46984e7d49e9bea7f6dd106b61.tar.gz nextcloud-server-f4a305110d4ace46984e7d49e9bea7f6dd106b61.zip |
chore(deps): bump elliptic from 6.6.0 to 6.6.1dependabot/npm_and_yarn/elliptic-6.6.1
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.6.0 to 6.6.1.
- [Commits](https://github.com/indutny/elliptic/compare/v6.6.0...v6.6.1)
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
-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", |