diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-29 00:57:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 00:57:02 +0000 |
commit | 164a3b9a85b5a1d05342f4d2026f3c92738c1b35 (patch) | |
tree | 1895387c978f87c989f25b918021a1016998c91f /package-lock.json | |
parent | 6fa18c9a8aa7b9f21754a1db66278eeccde1f0eb (diff) | |
download | nextcloud-server-164a3b9a85b5a1d05342f4d2026f3c92738c1b35.tar.gz nextcloud-server-164a3b9a85b5a1d05342f4d2026f3c92738c1b35.zip |
build(deps): bump elliptic from 6.5.7 to 6.6.0dependabot/npm_and_yarn/elliptic-6.6.0
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0)
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index d7684f6958e..934106f4e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11134,9 +11134,9 @@ "license": "ISC" }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.0.tgz", + "integrity": "sha512-dpwoQcLc/2WLQvJvLRHKZ+f9FgOdjnq11rurqwekGQygGPsYSK29OMMD2WalatiqQ+XGFDglTNixpPfI+lpaAA==", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", |