diff --git a/package-lock.json b/package-lock.json index 9635e7a2c..765e72ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "csv-parse": "^5.5.6", "global": "^4.4.0", "lodash-es": "^4.17.21", - "pinia": "^2.2.2", + "pinia": "^2.2.4", "postcss": "^8.4.47", "swrv": "^1.0.4", "tailwindcss": "3.4.13", @@ -1108,12 +1108,6 @@ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "dev": true - }, "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", @@ -5753,9 +5747,9 @@ } }, "node_modules/pinia": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.2.tgz", - "integrity": "sha512-ja2XqFWZC36mupU4z1ZzxeTApV7DOw44cV4dhQ9sGwun+N89v/XP7+j7q6TanS1u1tdbK4r+1BUx7heMaIdagA==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.2.4.tgz", + "integrity": "sha512-K7ZhpMY9iJ9ShTC0cR2+PnxdQRuwVIsXDO/WIEV/RnMC/vmSoKDTKW/exNQYPI+4ij10UjXqdNiEHwn47McANQ==", "dependencies": { "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" diff --git a/package.json b/package.json index 18764676e..a0c7cb0b3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "csv-parse": "^5.5.6", "global": "^4.4.0", "lodash-es": "^4.17.21", - "pinia": "^2.2.2", + "pinia": "^2.2.4", "postcss": "^8.4.47", "swrv": "^1.0.4", "tailwindcss": "3.4.13",