aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-17 08:02:17 +0000
committernextcloud-command <nextcloud-command@users.noreply.github.com>2024-08-17 16:38:49 +0000
commit2af0eb765ff9d06fd765695d0ea1cc85f194dc7c (patch)
tree24f30dae1b7578503772f5d2e232c75314e11b66 /package-lock.json
parent81b4ced07653e8d66004b76db659cbabe06e65b5 (diff)
downloadnextcloud-server-2af0eb765ff9d06fd765695d0ea1cc85f194dc7c.tar.gz
nextcloud-server-2af0eb765ff9d06fd765695d0ea1cc85f194dc7c.zip
chore(deps): bump elliptic from 6.5.6 to 6.5.7
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.6 to 6.5.7. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.6...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 7d8f704c955..52646ecb8b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12071,10 +12071,9 @@
"license": "ISC"
},
"node_modules/elliptic": {
- "version": "6.5.6",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz",
- "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==",
- "license": "MIT",
+ "version": "6.5.7",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz",
+ "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==",
"dependencies": {
"bn.js": "^4.11.9",
"brorand": "^1.1.0",