From 6c1f1e67778ceee89e0e1a5528174d330cbbbe77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:44:18 +0000 Subject: [PATCH] Chore(deps): Bump vue-facing-decorator from 3.0.4 to 4.0.1 in /webroot Bumps [vue-facing-decorator](https://github.com/facing-dev/vue-facing-decorator) from 3.0.4 to 4.0.1. - [Release notes](https://github.com/facing-dev/vue-facing-decorator/releases) - [Commits](https://github.com/facing-dev/vue-facing-decorator/commits) --- updated-dependencies: - dependency-name: vue-facing-decorator dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webroot/package.json | 2 +- webroot/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/webroot/package.json b/webroot/package.json index 38a41f6d1..1ca4b5fb7 100644 --- a/webroot/package.json +++ b/webroot/package.json @@ -36,7 +36,7 @@ "text-encoding-shim": "^1.0.5", "uuid": "^8.3.2", "vue": "^3.1.0", - "vue-facing-decorator": "^3.0.4", + "vue-facing-decorator": "^4.0.1", "vue-i18n": "10.0.8", "vue-responsiveness": "^0.2.0", "vue-router": "^4.3.0", diff --git a/webroot/yarn.lock b/webroot/yarn.lock index 039445a2a..bd9f57088 100644 --- a/webroot/yarn.lock +++ b/webroot/yarn.lock @@ -6589,6 +6589,11 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= +facing-metadata@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/facing-metadata/-/facing-metadata-2.0.3.tgz#970935f95ecd4ef96d41ef2d091c119ecf153dc9" + integrity sha512-cznIFYEbjy5LCph7aolYr6+5B1PzJAPsW4q3xdsmJDdZgsepFCBq4vZkBgCGt2LZZKNwji0Qt1xU24JOqg/6xQ== + fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" @@ -12643,10 +12648,12 @@ vue-eslint-parser@^9.0.1: lodash "^4.17.21" semver "^7.3.6" -vue-facing-decorator@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/vue-facing-decorator/-/vue-facing-decorator-3.0.4.tgz#e005a8371aa4e3b4241fc20e7d8e8706dda209f6" - integrity sha512-Lk90PevJllB6qRRdLvLFjATZrv00nof1Ob6afavKL7Pc7V3eEin3vhdvEDRORdWKVvNoXhJbHejngWVuT0Pt0g== +vue-facing-decorator@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/vue-facing-decorator/-/vue-facing-decorator-4.0.1.tgz#63ead29b56ec51b1cb18f027ed8a8e7896020e2b" + integrity sha512-zBvPoiXVVCOSctoKmcYUHFu2qu0AGYAZOfT6LnPqcrSSOpElTJTd21cOIrGrnA1rYwzlp8jhQLmlcBKv1ETNRA== + dependencies: + facing-metadata "^2.0.0" vue-hot-reload-api@^2.3.0: version "2.3.4"