From 0441410b68dc99f6528fc4597f5c758b9331392a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:03:13 +0000 Subject: [PATCH] chore(deps): bump @vue/reactivity from 3.5.22 to 3.5.23 in /web Bumps [@vue/reactivity](https://github.com/vuejs/core/tree/HEAD/packages/reactivity) from 3.5.22 to 3.5.23. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.23/packages/reactivity) --- updated-dependencies: - dependency-name: "@vue/reactivity" dependency-version: 3.5.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- web/pnpm-lock.yaml | 31 +++++++++++++++++++++++++++---- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 01b1cce..acec831 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@vue/reactivity": "^3.5.22", + "@vue/reactivity": "^3.5.23", "@vue/runtime-core": "^3.5.22", "axios": "^1.12.2", "core-js": "^3.46.0", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 80b28ac..85c2541 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -13,8 +13,8 @@ importers: .: dependencies: '@vue/reactivity': - specifier: ^3.5.22 - version: 3.5.22 + specifier: ^3.5.23 + version: 3.5.23 '@vue/runtime-core': specifier: ^3.5.22 version: 3.5.22 @@ -1019,6 +1019,9 @@ packages: '@vue/reactivity@3.5.22': resolution: {integrity: sha512-f2Wux4v/Z2pqc9+4SmgZC1p73Z53fyD90NFWXiX9AKVnVBEvLFOWCEgJD3GdGnlxPZt01PSlfmLqbLYzY/Fw4A==} + '@vue/reactivity@3.5.23': + resolution: {integrity: sha512-ji5w0qvrPyBmBx5Ldv4QGNsw0phgRreEvjt0iUf1lei2Sm8//9ZAi78uM2ZjsT5gk0YZilLuoRCIMvtuZlHMJw==} + '@vue/runtime-core@3.5.22': resolution: {integrity: sha512-EHo4W/eiYeAzRTN5PCextDUZ0dMs9I8mQ2Fy+OkzvRPUYQEyK9yAjbasrMCXbLNhF7P0OUyivLjIy0yc6VrLJQ==} @@ -1033,6 +1036,9 @@ packages: '@vue/shared@3.5.22': resolution: {integrity: sha512-F4yc6palwq3TT0u+FYf0Ns4Tfl9GRFURDN2gWG7L1ecIaS/4fCIuFOjMTnCyjsu/OK6vaDKLCrGAa+KvvH+h4w==} + '@vue/shared@3.5.23': + resolution: {integrity: sha512-0YZ1DYuC5o/YJPf6pFdt2KYxVGDxkDbH/1NYJnVJWUkzr8ituBEmFVQRNX2gCaAsFEjEDnLkWpgqlZA7htgS/g==} + '@vue/web-component-wrapper@1.3.0': resolution: {integrity: sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==} @@ -3678,6 +3684,11 @@ packages: engines: {node: '>= 0.4'} hasBin: true + resolve@1.22.11: + resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} + engines: {node: '>= 0.4'} + hasBin: true + resolve@2.0.0-next.5: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true @@ -5422,7 +5433,7 @@ snapshots: '@babel/types': 7.28.4 '@vue/babel-helper-vue-transform-on': 1.5.0 '@vue/babel-plugin-resolve-type': 1.5.0(@babel/core@7.28.4) - '@vue/shared': 3.5.22 + '@vue/shared': 3.5.23 optionalDependencies: '@babel/core': 7.28.4 transitivePeerDependencies: @@ -5828,6 +5839,10 @@ snapshots: dependencies: '@vue/shared': 3.5.22 + '@vue/reactivity@3.5.23': + dependencies: + '@vue/shared': 3.5.23 + '@vue/runtime-core@3.5.22': dependencies: '@vue/reactivity': 3.5.22 @@ -5848,6 +5863,8 @@ snapshots: '@vue/shared@3.5.22': {} + '@vue/shared@3.5.23': {} + '@vue/web-component-wrapper@1.3.0': {} '@webassemblyjs/ast@1.14.1': @@ -6884,7 +6901,7 @@ snapshots: dependencies: debug: 3.2.7 is-core-module: 2.16.1 - resolve: 1.22.10 + resolve: 1.22.11 transitivePeerDependencies: - supports-color @@ -8585,6 +8602,12 @@ snapshots: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + resolve@1.22.11: + dependencies: + is-core-module: 2.16.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + resolve@2.0.0-next.5: dependencies: is-core-module: 2.16.1