Browse Source

chore(deps): bump pinia from 2.0.18 to 2.0.19 in /frontend (#180)

Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.18...pinia@2.0.19)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
034c17f73f
2 changed files with 8 additions and 8 deletions
  1. 7 7
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 7 - 7
frontend/package-lock.json

@@ -19,7 +19,7 @@
         "lofig": "^1.3.4",
         "marked": "^4.0.18",
         "normalize.css": "^8.0.1",
-        "pinia": "^2.0.18",
+        "pinia": "^2.0.19",
         "sortablejs": "^1.15.0",
         "sortablejs-vue3": "^1.2.0",
         "toasters": "^2.3.1",
@@ -3779,9 +3779,9 @@
       }
     },
     "node_modules/pinia": {
-      "version": "2.0.18",
-      "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.18.tgz",
-      "integrity": "sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==",
+      "version": "2.0.19",
+      "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.19.tgz",
+      "integrity": "sha512-Q/UQrmFLDMdlCkLfM5rGw1Ug0A7dy0G7NtBusMQSK+TNjf3CV/pO0RqblNIfuurWl42byTjM6HIemCWOfo8KXA==",
       "dependencies": {
         "@vue/devtools-api": "^6.2.1",
         "vue-demi": "*"
@@ -7399,9 +7399,9 @@
       "optional": true
     },
     "pinia": {
-      "version": "2.0.18",
-      "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.18.tgz",
-      "integrity": "sha512-I5MW05UVX6a5Djka136oH3VzYFiZUgeOApBwFjMx6pL91eHtGVlE3adjNUKLgtwGnrxiBRuJ8+4R3LKJKwnyZg==",
+      "version": "2.0.19",
+      "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.0.19.tgz",
+      "integrity": "sha512-Q/UQrmFLDMdlCkLfM5rGw1Ug0A7dy0G7NtBusMQSK+TNjf3CV/pO0RqblNIfuurWl42byTjM6HIemCWOfo8KXA==",
       "requires": {
         "@vue/devtools-api": "^6.2.1",
         "vue-demi": "*"

+ 1 - 1
frontend/package.json

@@ -42,7 +42,7 @@
     "lofig": "^1.3.4",
     "marked": "^4.0.18",
     "normalize.css": "^8.0.1",
-    "pinia": "^2.0.18",
+    "pinia": "^2.0.19",
     "sortablejs": "^1.15.0",
     "sortablejs-vue3": "^1.2.0",
     "toasters": "^2.3.1",