From d506fdf2c14e7cc669a0adce438b852b1f7f68c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:40:27 +0100 Subject: [PATCH] build(deps): bump pinia from 3.0.3 to 3.0.4 in /src/static/app (#1065) Bumps [pinia](https://github.com/vuejs/pinia) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: pinia dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/static/app/package-lock.json | 14 +++++++------- src/static/app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/static/app/package-lock.json b/src/static/app/package-lock.json index a8ff2aec..224fe406 100644 --- a/src/static/app/package-lock.json +++ b/src/static/app/package-lock.json @@ -25,7 +25,7 @@ "is-cidr": "^6.0.1", "npm": "^11.6.4", "ol": "^10.7.0", - "pinia": "^3.0.3", + "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", "qrcode": "^1.5.3", "qrcodejs": "^1.0.0", @@ -7108,19 +7108,19 @@ } }, "node_modules/pinia": { - "version": "3.0.3", - "resolved": "https://registry.npmmirror.com/pinia/-/pinia-3.0.3.tgz", - "integrity": "sha512-ttXO/InUULUXkMHpTdp9Fj4hLpD/2AoJdmAbAeW2yu1iy1k+pkFekQXw5VpC0/5p51IOR/jDaDRfRWRnMMsGOA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz", + "integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==", "license": "MIT", "dependencies": { - "@vue/devtools-api": "^7.7.2" + "@vue/devtools-api": "^7.7.7" }, "funding": { "url": "https://github.com/sponsors/posva" }, "peerDependencies": { - "typescript": ">=4.4.4", - "vue": "^2.7.0 || ^3.5.11" + "typescript": ">=4.5.0", + "vue": "^3.5.11" }, "peerDependenciesMeta": { "typescript": { diff --git a/src/static/app/package.json b/src/static/app/package.json index f75eba80..25d97959 100644 --- a/src/static/app/package.json +++ b/src/static/app/package.json @@ -29,7 +29,7 @@ "is-cidr": "^6.0.1", "npm": "^11.6.4", "ol": "^10.7.0", - "pinia": "^3.0.3", + "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", "qrcode": "^1.5.3", "qrcodejs": "^1.0.0",