From 9cdfb780fd176fa115fc469b9da36d9a5555a5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 02:09:30 +0000 Subject: [PATCH] Bump elliptic from 6.5.6 to 6.6.0 in /examples/angular-app Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.6 to 6.6.0. - [Commits](https://github.com/indutny/elliptic/compare/v6.5.6...v6.6.0) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/angular-app/package-lock.json | 32 ++++++++++++++------------ 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/examples/angular-app/package-lock.json b/examples/angular-app/package-lock.json index 31a882e..2ca1b75 100644 --- a/examples/angular-app/package-lock.json +++ b/examples/angular-app/package-lock.json @@ -61,7 +61,8 @@ } }, "../..": { - "version": "20.0.0-alpha.1", + "name": "@toruslabs/customauth", + "version": "20.3.1", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.4", @@ -71,25 +72,26 @@ "@toruslabs/fetch-node-details": "^14.0.1", "@toruslabs/http-helpers": "^7.0.0", "@toruslabs/metadata-helpers": "^6.0.0", - "@toruslabs/session-manager": "^1.0.0", - "@toruslabs/torus.js": "15.0.0-alpha.1", + "@toruslabs/session-manager": "^3.1.0", + "@toruslabs/torus.js": "^15.1.1", "base64url": "^3.0.1", "bowser": "^2.11.0", "deepmerge": "^4.3.1", - "eventemitter3": "^5.0.1", - "loglevel": "^1.9.1" + "events": "^3.3.0", + "loglevel": "^1.9.2" }, "devDependencies": { - "@sentry/types": "^8.17.0", - "@toruslabs/config": "^2.1.0", - "@toruslabs/eslint-config-typescript": "^3.3.1", - "@toruslabs/torus-scripts": "^6.0.1", + "@sentry/types": "^8.35.0", + "@toruslabs/config": "^2.2.0", + "@toruslabs/eslint-config-typescript": "^3.3.4", + "@toruslabs/torus-scripts": "^6.1.5", "eslint": "^8.57.0", - "husky": "^9.0.11", - "lint-staged": "^15.2.7", + "husky": "^9.1.6", + "lint-staged": "^15.2.10", "prettier": "^3.3.3", "rimraf": "^6.0.1", - "typescript": "^5.5.3" + "typed-emitter": "^2.1.0", + "typescript": "^5.6.3" }, "engines": { "node": ">=18.x", @@ -7438,9 +7440,9 @@ "dev": true }, "node_modules/elliptic": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz", - "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==", + "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",