diff --git a/examples/vue-app/package-lock.json b/examples/vue-app/package-lock.json index 87f0bdd..e97e420 100644 --- a/examples/vue-app/package-lock.json +++ b/examples/vue-app/package-lock.json @@ -23,7 +23,7 @@ "elliptic": "^6.5.6", "enc-utils": "^3.0.0", "vue": "^3.4.21", - "vue-i18n": "^9.13.1", + "vue-i18n": "^9.14.2", "vue-router": "^4.3.0", "web3": "^4.6.0" }, @@ -44,7 +44,7 @@ }, "../..": { "name": "@toruslabs/customauth", - "version": "20.2.3", + "version": "20.3.1", "license": "MIT", "dependencies": { "@chaitanyapotti/register-service-worker": "^1.7.4", @@ -55,25 +55,25 @@ "@toruslabs/http-helpers": "^7.0.0", "@toruslabs/metadata-helpers": "^6.0.0", "@toruslabs/session-manager": "^3.1.0", - "@toruslabs/torus.js": "^15.1.0-0", + "@toruslabs/torus.js": "^15.1.1", "base64url": "^3.0.1", "bowser": "^2.11.0", "deepmerge": "^4.3.1", - "eventemitter3": "^5.0.1", + "events": "^3.3.0", "loglevel": "^1.9.2" }, "devDependencies": { - "@sentry/types": "^8.33.1", + "@sentry/types": "^8.35.0", "@toruslabs/config": "^2.2.0", - "@toruslabs/eslint-config-typescript": "^3.3.3", - "@toruslabs/torus-scripts": "^6.1.2", + "@toruslabs/eslint-config-typescript": "^3.3.4", + "@toruslabs/torus-scripts": "^6.1.5", "eslint": "^8.57.0", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", "rimraf": "^6.0.1", "typed-emitter": "^2.1.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "engines": { "node": ">=18.x", @@ -6178,11 +6178,11 @@ }, "../../node_modules/eventemitter3": { "version": "5.0.1", + "dev": true, "license": "MIT" }, "../../node_modules/events": { "version": "3.3.0", - "dev": true, "license": "MIT", "engines": { "node": ">=0.8.x" @@ -12657,11 +12657,12 @@ "license": "BSD-3-Clause" }, "node_modules/@intlify/core-base": { - "version": "9.13.1", - "license": "MIT", + "version": "9.14.2", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.14.2.tgz", + "integrity": "sha512-DZyQ4Hk22sC81MP4qiCDuU+LdaYW91A6lCjq8AWPvY3+mGMzhGDfOCzvyR6YBQxtlPjFqMoFk9ylnNYRAQwXtQ==", "dependencies": { - "@intlify/message-compiler": "9.13.1", - "@intlify/shared": "9.13.1" + "@intlify/message-compiler": "9.14.2", + "@intlify/shared": "9.14.2" }, "engines": { "node": ">= 16" @@ -12671,10 +12672,11 @@ } }, "node_modules/@intlify/message-compiler": { - "version": "9.13.1", - "license": "MIT", + "version": "9.14.2", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.14.2.tgz", + "integrity": "sha512-YsKKuV4Qv4wrLNsvgWbTf0E40uRv+Qiw1BeLQ0LAxifQuhiMe+hfTIzOMdWj/ZpnTDj4RSZtkXjJM7JDiiB5LQ==", "dependencies": { - "@intlify/shared": "9.13.1", + "@intlify/shared": "9.14.2", "source-map-js": "^1.0.2" }, "engines": { @@ -12685,8 +12687,9 @@ } }, "node_modules/@intlify/shared": { - "version": "9.13.1", - "license": "MIT", + "version": "9.14.2", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.14.2.tgz", + "integrity": "sha512-uRAHAxYPeF+G5DBIboKpPgC/Waecd4Jz8ihtkpJQD5ycb5PwXp0k/+hBGl5dAjwF7w+l74kz/PKA8r8OK//RUw==", "engines": { "node": ">= 16" }, @@ -20732,11 +20735,12 @@ } }, "node_modules/vue-i18n": { - "version": "9.13.1", - "license": "MIT", + "version": "9.14.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.14.2.tgz", + "integrity": "sha512-JK9Pm80OqssGJU2Y6F7DcM8RFHqVG4WkuCqOZTVsXkEzZME7ABejAUqUdA931zEBedc4thBgSUWxeQh4uocJAQ==", "dependencies": { - "@intlify/core-base": "9.13.1", - "@intlify/shared": "9.13.1", + "@intlify/core-base": "9.14.2", + "@intlify/shared": "9.14.2", "@vue/devtools-api": "^6.5.0" }, "engines": { diff --git a/examples/vue-app/package.json b/examples/vue-app/package.json index 0943ca7..a6f79ee 100644 --- a/examples/vue-app/package.json +++ b/examples/vue-app/package.json @@ -25,7 +25,7 @@ "elliptic": "^6.5.6", "enc-utils": "^3.0.0", "vue": "^3.4.21", - "vue-i18n": "^9.13.1", + "vue-i18n": "^9.14.2", "vue-router": "^4.3.0", "web3": "^4.6.0" },