From a4471f8ef46b9ac950d26c9670488d004baf592f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:22:00 +0000 Subject: [PATCH] chore(deps): bump vue-recaptcha-v3 from 1.9.0 to 2.0.1 Bumps [vue-recaptcha-v3](https://github.com/AurityLab/vue-recaptcha-v3) from 1.9.0 to 2.0.1. - [Release notes](https://github.com/AurityLab/vue-recaptcha-v3/releases) - [Commits](https://github.com/AurityLab/vue-recaptcha-v3/compare/v1.9.0...v2.0.1) --- updated-dependencies: - dependency-name: vue-recaptcha-v3 dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e908965f..7269b310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "core-js": "^3.48.0", "typeface-roboto": "1.1.13", "vue": "^2.6.14", - "vue-recaptcha-v3": "^1.9.0", + "vue-recaptcha-v3": "^2.0.1", "vue-router": "^3.5.2", "vuetify": "^2.6.13", "vuex": "^3.6.2" @@ -21995,13 +21995,15 @@ } }, "node_modules/vue-recaptcha-v3": { - "version": "1.9.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/vue-recaptcha-v3/-/vue-recaptcha-v3-2.0.1.tgz", + "integrity": "sha512-isEDtOfHU4wWRrZZuxciAELtQmPOeEEdicPNa0f1AOyLPy3sCcBEcpFt+FOcO3RQv5unJ3Yn5NlsWtXv9rXqjg==", "license": "Apache-2.0", "dependencies": { "recaptcha-v3": "^1.8.0" }, "peerDependencies": { - "vue": "^2.6.11" + "vue": "^3.0.11" } }, "node_modules/vue-router": { @@ -37650,7 +37652,9 @@ } }, "vue-recaptcha-v3": { - "version": "1.9.0", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/vue-recaptcha-v3/-/vue-recaptcha-v3-2.0.1.tgz", + "integrity": "sha512-isEDtOfHU4wWRrZZuxciAELtQmPOeEEdicPNa0f1AOyLPy3sCcBEcpFt+FOcO3RQv5unJ3Yn5NlsWtXv9rXqjg==", "requires": { "recaptcha-v3": "^1.8.0" } diff --git a/package.json b/package.json index 2506fd79..15d97eab 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "core-js": "^3.48.0", "typeface-roboto": "1.1.13", "vue": "^2.6.14", - "vue-recaptcha-v3": "^1.9.0", + "vue-recaptcha-v3": "^2.0.1", "vue-router": "^3.5.2", "vuetify": "^2.6.13", "vuex": "^3.6.2"