From dda1d6a16e9c7dbc9fbbd902195001a577539ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:18:13 +0000 Subject: [PATCH] build(deps): bump cipher-base in /examples/angular-app Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6. - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/cipher-base/compare/v1.0.4...v1.0.6) --- updated-dependencies: - dependency-name: cipher-base dependency-version: 1.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/angular-app/package-lock.json | 62 ++++++++++++++------------ 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/examples/angular-app/package-lock.json b/examples/angular-app/package-lock.json index 31a882e3..efbdc995 100644 --- a/examples/angular-app/package-lock.json +++ b/examples/angular-app/package-lock.json @@ -61,46 +61,48 @@ } }, "../..": { - "version": "20.0.0-alpha.1", + "name": "@toruslabs/customauth", + "version": "21.3.1", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.4", - "@toruslabs/broadcast-channel": "^11.0.0", - "@toruslabs/constants": "^14.0.0", - "@toruslabs/eccrypto": "^5.0.4", - "@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/broadcast-channel": "^12.0.0", + "@toruslabs/constants": "^15.0.0", + "@toruslabs/eccrypto": "^6.0.2", + "@toruslabs/fetch-node-details": "^15.0.0", + "@toruslabs/http-helpers": "^8.1.1", + "@toruslabs/metadata-helpers": "^7.0.2", + "@toruslabs/session-manager": "^4.0.2", + "@toruslabs/torus.js": "^16.0.0", "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", - "eslint": "^8.57.0", - "husky": "^9.0.11", - "lint-staged": "^15.2.7", - "prettier": "^3.3.3", + "@sentry/core": "^9.12.0", + "@toruslabs/config": "^3.1.0", + "@toruslabs/eslint-config-typescript": "^4.1.3", + "@toruslabs/torus-scripts": "^7.1.5", + "eslint": "^9.24.0", + "husky": "^9.1.7", + "lint-staged": "^15.5.0", + "prettier": "^3.5.3", "rimraf": "^6.0.1", - "typescript": "^5.5.3" + "typed-emitter": "^2.1.0", + "typescript": "^5.8.3" }, "engines": { - "node": ">=18.x", + "node": ">=20.x", "npm": ">=9.x" }, "peerDependencies": { "@babel/runtime": "^7.x", - "@sentry/types": "^8.x" + "@sentry/core": "^9.x" }, "peerDependenciesMeta": { - "@sentry/types": { + "@sentry/core": { "optional": true } } @@ -5620,12 +5622,16 @@ } }, "node_modules/cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.6.tgz", + "integrity": "sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==", + "license": "MIT", "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "^2.0.4", + "safe-buffer": "^5.2.1" + }, + "engines": { + "node": ">= 0.10" } }, "node_modules/circular-dependency-plugin": {