build(deps-dev): apply updates
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Jan 2024 13:33:25 +0000 (14:33 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 13 Jan 2024 13:33:25 +0000 (14:33 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json
pnpm-lock.yaml
ui/web/package.json
ui/web/pnpm-lock.yaml

index 4b28903a03bf51d5574019ce0d357856c685aca1..8f45c24116a5585bdf3a6ecab48e7956b6eef07a 100644 (file)
     }
   },
   "dependencies": {
-    "@mikro-orm/core": "^6.0.2",
-    "@mikro-orm/mariadb": "^6.0.2",
-    "@mikro-orm/reflection": "^6.0.2",
-    "@mikro-orm/sqlite": "^6.0.2",
+    "@mikro-orm/core": "^6.0.3",
+    "@mikro-orm/mariadb": "^6.0.3",
+    "@mikro-orm/reflection": "^6.0.3",
+    "@mikro-orm/sqlite": "^6.0.3",
     "ajv": "^8.12.0",
     "ajv-formats": "^2.1.1",
     "basic-ftp": "^5.0.4",
   "devDependencies": {
     "@commitlint/cli": "^18.4.4",
     "@commitlint/config-conventional": "^18.4.4",
-    "@mikro-orm/cli": "^6.0.2",
+    "@mikro-orm/cli": "^6.0.3",
     "@release-it/bumper": "^6.0.1",
     "@types/node": "^20.11.0",
     "@types/tar": "^6.1.10",
index edd06537399a9a05ff2523952668abf6cfaf68b6..c02ce18b5066effb2107329d8f89ccea08802fc2 100644 (file)
@@ -15,17 +15,17 @@ overrides:
 
 dependencies:
   '@mikro-orm/core':
-    specifier: ^6.0.2
-    version: 6.0.2
+    specifier: ^6.0.3
+    version: 6.0.3
   '@mikro-orm/mariadb':
-    specifier: ^6.0.2
-    version: 6.0.2(@mikro-orm/core@6.0.2)
+    specifier: ^6.0.3
+    version: 6.0.3(@mikro-orm/core@6.0.3)
   '@mikro-orm/reflection':
-    specifier: ^6.0.2
-    version: 6.0.2(@mikro-orm/core@6.0.2)
+    specifier: ^6.0.3
+    version: 6.0.3(@mikro-orm/core@6.0.3)
   '@mikro-orm/sqlite':
-    specifier: ^6.0.2
-    version: 6.0.2(@mikro-orm/core@6.0.2)
+    specifier: ^6.0.3
+    version: 6.0.3(@mikro-orm/core@6.0.3)
   ajv:
     specifier: ^8.12.0
     version: 8.12.0
@@ -91,8 +91,8 @@ devDependencies:
     specifier: ^18.4.4
     version: 18.4.4
   '@mikro-orm/cli':
-    specifier: ^6.0.2
-    version: 6.0.2
+    specifier: ^6.0.3
+    version: 6.0.3
   '@release-it/bumper':
     specifier: ^6.0.1
     version: 6.0.1(release-it@17.0.1)
@@ -970,14 +970,14 @@ packages:
     resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==}
     dev: true
 
-  /@mikro-orm/cli@6.0.2:
-    resolution: {integrity: sha512-wd7qxjiduNBqCtRx7FhAYyXpLAriCWHfDt3b4wF4AjT5f7HOEMrvJX9uKXi07vLBIqFWmsdkd1bHKA482voz+w==}
+  /@mikro-orm/cli@6.0.3:
+    resolution: {integrity: sha512-tkOH5liljac4/lfTsj6RtkZuWXJeZPvjFrwtBbDj87DoEVGQ9rIhs/uOyzIT8wkA3QJsKv/XEer8wbf0Fk0uPg==}
     engines: {node: '>= 18.12.0'}
     hasBin: true
     dependencies:
       '@jercle/yargonaut': 1.1.5
-      '@mikro-orm/core': 6.0.2
-      '@mikro-orm/knex': 6.0.2(@mikro-orm/core@6.0.2)(sqlite3@5.1.7)
+      '@mikro-orm/core': 6.0.3
+      '@mikro-orm/knex': 6.0.3(@mikro-orm/core@6.0.3)(sqlite3@5.1.7)
       fs-extra: 11.2.0
       tsconfig-paths: 4.2.0
       yargs: 17.7.2
@@ -992,8 +992,8 @@ packages:
       - tedious
     dev: true
 
-  /@mikro-orm/core@6.0.2:
-    resolution: {integrity: sha512-jmHpG/H6++FzsVMHNMNJlRLJBtppaWfNaKhBrV5kbx/ltSgt/DrLswPG2tx7Dhia6MFh49k12sgJeacGz9bGqw==}
+  /@mikro-orm/core@6.0.3:
+    resolution: {integrity: sha512-tHPJRWWEqkXzHjKOyTygWzYhjiQtbkAMQ/OxB9458XSCuks70WiuB+n1iZjT8jozGlfpf/3qRqN/wS9ZMn/AAw==}
     engines: {node: '>= 18.12.0'}
     dependencies:
       dataloader: 2.2.2
@@ -1001,16 +1001,16 @@ packages:
       esprima: 4.0.1
       fs-extra: 11.2.0
       globby: 11.1.0
-      mikro-orm: 6.0.2
+      mikro-orm: 6.0.3
       reflect-metadata: 0.2.1
 
-  /@mikro-orm/knex@6.0.2(@mikro-orm/core@6.0.2)(sqlite3@5.1.7):
-    resolution: {integrity: sha512-OrW0JriZuo5o3AwjHDR4MP5RHoYuYNoluxXXLBBhfG/QhOiFJGt5TZRvygRwwkUVTATyrd386rB90y7wIOk07A==}
+  /@mikro-orm/knex@6.0.3(@mikro-orm/core@6.0.3)(sqlite3@5.1.7):
+    resolution: {integrity: sha512-dmP++nuGhCz+sm/32L3lgxXu2HZrR+0rKix4JYNzF8i3ait0oDym+6dV3I9bjdVKnu72nU6RlqgwTtDxfnnsEA==}
     engines: {node: '>= 18.12.0'}
     peerDependencies:
       '@mikro-orm/core': ^6.0.0
     dependencies:
-      '@mikro-orm/core': 6.0.2
+      '@mikro-orm/core': 6.0.3
       fs-extra: 11.2.0
       knex: 3.1.0(sqlite3@5.1.7)
       sqlstring: 2.3.3
@@ -1024,14 +1024,14 @@ packages:
       - supports-color
       - tedious
 
-  /@mikro-orm/mariadb@6.0.2(@mikro-orm/core@6.0.2):
-    resolution: {integrity: sha512-BjgJnKrqdzy9pmxlRIbd87N2vXYomIJkow2ojNrjW+hD8pQruyDl+rKoCVdRdCXb/CFv7zk0vouPiiwHcuYiMw==}
+  /@mikro-orm/mariadb@6.0.3(@mikro-orm/core@6.0.3):
+    resolution: {integrity: sha512-8fizg1iDEyen9MJEF37WTO8hGXzgneoBbbTW+Pwd5Gr9/5UNSNo36Kol2zVQQGua83Hoft7hD0zJL2sLnSoKaA==}
     engines: {node: '>= 18.12.0'}
     peerDependencies:
       '@mikro-orm/core': ^6.0.0
     dependencies:
-      '@mikro-orm/core': 6.0.2
-      '@mikro-orm/knex': 6.0.2(@mikro-orm/core@6.0.2)(sqlite3@5.1.7)
+      '@mikro-orm/core': 6.0.3
+      '@mikro-orm/knex': 6.0.3(@mikro-orm/core@6.0.3)(sqlite3@5.1.7)
       mariadb: 2.5.6
     transitivePeerDependencies:
       - better-sqlite3
@@ -1044,25 +1044,25 @@ packages:
       - tedious
     dev: false
 
-  /@mikro-orm/reflection@6.0.2(@mikro-orm/core@6.0.2):
-    resolution: {integrity: sha512-K+zwjm6UvMQAfBeniCwzzoSFRzt52jwWXWLYskIgHs1WsAyNWW0zu8QqMfSES1wqxWjCsrUI5px1bs6XjOWmxA==}
+  /@mikro-orm/reflection@6.0.3(@mikro-orm/core@6.0.3):
+    resolution: {integrity: sha512-Gpt9YdKn8tTxIBQ39QKouzsYwlBmNQT0XX6DJ027pJf8BQtYiKiKc6Sdeyc/cRV9wRt4sZgm56Sk4IGVDcuz4Q==}
     engines: {node: '>= 18.12.0'}
     peerDependencies:
       '@mikro-orm/core': ^6.0.0
     dependencies:
-      '@mikro-orm/core': 6.0.2
+      '@mikro-orm/core': 6.0.3
       globby: 11.1.0
       ts-morph: 21.0.1
     dev: false
 
-  /@mikro-orm/sqlite@6.0.2(@mikro-orm/core@6.0.2):
-    resolution: {integrity: sha512-kNTOpspNvN4K/4+hJocrIXC2Y2/K9hb1kbJ0EH2xWjmjGp6KpUhzb0W1ebDE0NqM8a0fpaSzA2J//xwc4wDdvw==}
+  /@mikro-orm/sqlite@6.0.3(@mikro-orm/core@6.0.3):
+    resolution: {integrity: sha512-8eO3Ks3In7HQ8IPoODbNYetNuWrA1/2lo2D1RUtRCoVvw9S2ncpaOcTAdfDh97cp1djB92biXfmUZEFXM91oRw==}
     engines: {node: '>= 18.12.0'}
     peerDependencies:
       '@mikro-orm/core': ^6.0.0
     dependencies:
-      '@mikro-orm/core': 6.0.2
-      '@mikro-orm/knex': 6.0.2(@mikro-orm/core@6.0.2)(sqlite3@5.1.7)
+      '@mikro-orm/core': 6.0.3
+      '@mikro-orm/knex': 6.0.3(@mikro-orm/core@6.0.3)(sqlite3@5.1.7)
       fs-extra: 11.2.0
       sqlite3: 5.1.7
       sqlstring-sqlite: 0.1.1
@@ -6416,8 +6416,8 @@ packages:
       braces: 3.0.2
       picomatch: 2.3.1
 
-  /mikro-orm@6.0.2:
-    resolution: {integrity: sha512-tq6d8zIzFpuRLe9rNqCRSw4LT9n844B4itM+SQNY7UB2t6UF3DlmpULQOsr8Msi28/hDXNeeDXtyZK86xlmk+A==}
+  /mikro-orm@6.0.3:
+    resolution: {integrity: sha512-o3tW5qrho+Zs2OY4Ku+zjMJLFjWY70qIkEGp7ZeHI8DUMAh4oCRrEFwKbyrAQqeWmroXnHA/qI935G2jjitw+Q==}
     engines: {node: '>= 18.12.0'}
 
   /miller-rabin@4.0.1:
index 6eabcb96919ae7ba9b5349d686455802b93c26a9..ca9b487e2176814898ee6db6fdc506fc7cf92053 100644 (file)
@@ -34,7 +34,7 @@
   "dependencies": {
     "finalhandler": "^1.2.0",
     "serve-static": "^1.15.0",
-    "vue": "^3.4.11",
+    "vue": "^3.4.13",
     "vue-router": "^4.2.5"
   },
   "devDependencies": {
@@ -56,7 +56,7 @@
     "eslint-define-config": "^2.1.0",
     "eslint-import-resolver-typescript": "^3.6.1",
     "eslint-plugin-import": "^2.29.1",
-    "eslint-plugin-vue": "^9.20.0",
+    "eslint-plugin-vue": "^9.20.1",
     "jsdom": "^23.2.0",
     "prettier": "^3.2.1",
     "rimraf": "^5.0.5",
index d99e6271c60e1bc497816a2101ebc689d66ab98d..e45cae2c3aa2414c29954e0c4980211e8b44cfae 100644 (file)
@@ -15,11 +15,11 @@ dependencies:
     specifier: ^1.15.0
     version: 1.15.0
   vue:
-    specifier: ^3.4.11
-    version: 3.4.11(typescript@5.3.3)
+    specifier: ^3.4.13
+    version: 3.4.13(typescript@5.3.3)
   vue-router:
     specifier: ^4.2.5
-    version: 4.2.5(vue@3.4.11)
+    version: 4.2.5(vue@3.4.13)
 
 devDependencies:
   '@rushstack/eslint-patch':
@@ -42,10 +42,10 @@ devDependencies:
     version: 6.18.1(eslint@8.56.0)(typescript@5.3.3)
   '@vitejs/plugin-vue':
     specifier: ^5.0.3
-    version: 5.0.3(vite@5.0.11)(vue@3.4.11)
+    version: 5.0.3(vite@5.0.11)(vue@3.4.13)
   '@vitejs/plugin-vue-jsx':
     specifier: ^3.1.0
-    version: 3.1.0(vite@5.0.11)(vue@3.4.11)
+    version: 3.1.0(vite@5.0.11)(vue@3.4.13)
   '@vitest/coverage-v8':
     specifier: ^1.2.0
     version: 1.2.0(vitest@1.2.0)
@@ -54,10 +54,10 @@ devDependencies:
     version: 9.0.0(eslint@8.56.0)(prettier@3.2.1)
   '@vue/eslint-config-typescript':
     specifier: ^12.0.0
-    version: 12.0.0(eslint-plugin-vue@9.20.0)(eslint@8.56.0)(typescript@5.3.3)
+    version: 12.0.0(eslint-plugin-vue@9.20.1)(eslint@8.56.0)(typescript@5.3.3)
   '@vue/test-utils':
     specifier: ^2.4.3
-    version: 2.4.3(vue@3.4.11)
+    version: 2.4.3(vue@3.4.13)
   '@vue/tsconfig':
     specifier: ^0.5.1
     version: 0.5.1
@@ -77,8 +77,8 @@ devDependencies:
     specifier: ^2.29.1
     version: 2.29.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
   eslint-plugin-vue:
-    specifier: ^9.20.0
-    version: 9.20.0(eslint@8.56.0)
+    specifier: ^9.20.1
+    version: 9.20.1(eslint@8.56.0)
   jsdom:
     specifier: ^23.2.0
     version: 23.2.0
@@ -1052,7 +1052,7 @@ packages:
     resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
     dev: true
 
-  /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.11)(vue@3.4.11):
+  /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.11)(vue@3.4.13):
     resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==}
     engines: {node: ^14.18.0 || >=16.0.0}
     peerDependencies:
@@ -1063,12 +1063,12 @@ packages:
       '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.23.7)
       '@vue/babel-plugin-jsx': 1.1.6(@babel/core@7.23.7)
       vite: 5.0.11(@types/node@20.11.0)
-      vue: 3.4.11(typescript@5.3.3)
+      vue: 3.4.13(typescript@5.3.3)
     transitivePeerDependencies:
       - supports-color
     dev: true
 
-  /@vitejs/plugin-vue@5.0.3(vite@5.0.11)(vue@3.4.11):
+  /@vitejs/plugin-vue@5.0.3(vite@5.0.11)(vue@3.4.13):
     resolution: {integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==}
     engines: {node: ^18.0.0 || >=20.0.0}
     peerDependencies:
@@ -1076,7 +1076,7 @@ packages:
       vue: ^3.2.25
     dependencies:
       vite: 5.0.11(@types/node@20.11.0)
-      vue: 3.4.11(typescript@5.3.3)
+      vue: 3.4.13(typescript@5.3.3)
     dev: true
 
   /@vitest/coverage-v8@1.2.0(vitest@1.2.0):
@@ -1167,39 +1167,39 @@ packages:
       - supports-color
     dev: true
 
-  /@vue/compiler-core@3.4.11:
-    resolution: {integrity: sha512-xFD+p14L4J0DkzHMdgLiQBU5g861fuOTzag30GsfPXBpghLZOvmd22lKiBMTRRpQRpp7qxPnBlFMoeiGMM4MBg==}
+  /@vue/compiler-core@3.4.13:
+    resolution: {integrity: sha512-zGUdmB3j3Irn9z51GXLJ5s0EAHxmsm5/eXl0y6MBaajMeOAaiT4+zaDoxui4Ets98dwIRr8BBaqXXHtHSfm+KA==}
     dependencies:
       '@babel/parser': 7.23.6
-      '@vue/shared': 3.4.11
+      '@vue/shared': 3.4.13
       entities: 4.5.0
       estree-walker: 2.0.2
       source-map-js: 1.0.2
 
-  /@vue/compiler-dom@3.4.11:
-    resolution: {integrity: sha512-cRVLROlY7D72WK2xS91L126Dd6xHNTWDWPUBRh1Syk7+TahCk8Eown1/fSi+VX9c76sMMqEZROQSbwV0HSJnhg==}
+  /@vue/compiler-dom@3.4.13:
+    resolution: {integrity: sha512-XSNbpr5Rs3kCfVAmBqMu/HDwOS+RL6y28ZZjDlnDUuf146pRWt2sQkwhsOYc9uu2lxjjJy2NcyOkK7MBLVEc7w==}
     dependencies:
-      '@vue/compiler-core': 3.4.11
-      '@vue/shared': 3.4.11
+      '@vue/compiler-core': 3.4.13
+      '@vue/shared': 3.4.13
 
-  /@vue/compiler-sfc@3.4.11:
-    resolution: {integrity: sha512-1y5xHAD4a/AhK5+dgsZwFg145J6/rl1c8ILC7Gokca+ql51tTpduz/njCHeNmU15XiE7O62LjJFNOtSZ9vxKOQ==}
+  /@vue/compiler-sfc@3.4.13:
+    resolution: {integrity: sha512-SkpmQN8xIFBd5onT413DFSDdjxULJf6jmJg/t3w/DZ9I8ZzyNlLIBLO0qFLewVHyHCiAgpPZlWqSRZXYrawk3Q==}
     dependencies:
       '@babel/parser': 7.23.6
-      '@vue/compiler-core': 3.4.11
-      '@vue/compiler-dom': 3.4.11
-      '@vue/compiler-ssr': 3.4.11
-      '@vue/shared': 3.4.11
+      '@vue/compiler-core': 3.4.13
+      '@vue/compiler-dom': 3.4.13
+      '@vue/compiler-ssr': 3.4.13
+      '@vue/shared': 3.4.13
       estree-walker: 2.0.2
       magic-string: 0.30.5
       postcss: 8.4.33
       source-map-js: 1.0.2
 
-  /@vue/compiler-ssr@3.4.11:
-    resolution: {integrity: sha512-cP9Z2ArRgciYmNraqE0gQkuYInfdn66+LE4pR+16uyBiQeswcU4kEzGA+mF1MdhqYXuENpyGQsTkZapq4cy9YA==}
+  /@vue/compiler-ssr@3.4.13:
+    resolution: {integrity: sha512-rwnw9SVBgD6eGKh8UucnwztieQo/R3RQrEGpE0b0cxb2xxvJeLs/fe7DoYlhEfaSyzM/qD5odkK87hl3G3oW+A==}
     dependencies:
-      '@vue/compiler-dom': 3.4.11
-      '@vue/shared': 3.4.11
+      '@vue/compiler-dom': 3.4.13
+      '@vue/shared': 3.4.13
 
   /@vue/devtools-api@6.5.1:
     resolution: {integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==}
@@ -1219,7 +1219,7 @@ packages:
       - '@types/eslint'
     dev: true
 
-  /@vue/eslint-config-typescript@12.0.0(eslint-plugin-vue@9.20.0)(eslint@8.56.0)(typescript@5.3.3):
+  /@vue/eslint-config-typescript@12.0.0(eslint-plugin-vue@9.20.1)(eslint@8.56.0)(typescript@5.3.3):
     resolution: {integrity: sha512-StxLFet2Qe97T8+7L8pGlhYBBr8Eg05LPuTDVopQV6il+SK6qqom59BA/rcFipUef2jD8P2X44Vd8tMFytfvlg==}
     engines: {node: ^14.17.0 || >=16.0.0}
     peerDependencies:
@@ -1233,44 +1233,44 @@ packages:
       '@typescript-eslint/eslint-plugin': 6.18.1(@typescript-eslint/parser@6.18.1)(eslint@8.56.0)(typescript@5.3.3)
       '@typescript-eslint/parser': 6.18.1(eslint@8.56.0)(typescript@5.3.3)
       eslint: 8.56.0
-      eslint-plugin-vue: 9.20.0(eslint@8.56.0)
+      eslint-plugin-vue: 9.20.1(eslint@8.56.0)
       typescript: 5.3.3
       vue-eslint-parser: 9.4.0(eslint@8.56.0)
     transitivePeerDependencies:
       - supports-color
     dev: true
 
-  /@vue/reactivity@3.4.11:
-    resolution: {integrity: sha512-KscADwKpSynT3S2iJEX8EfPqc9kPFR261sHIQnDh1xhOBf8qd4ait9tEgLt1/uVxyrAgFj/TNGmjDkcsytyA8w==}
+  /@vue/reactivity@3.4.13:
+    resolution: {integrity: sha512-/ZdUOrGKkGVONzVJkfDqNcn2fLMvaa5VlYx2KwTbnRbX06YZ4GJE0PVTmWzIxtBYdpSTLLXgw3pDggO+96KXzg==}
     dependencies:
-      '@vue/shared': 3.4.11
+      '@vue/shared': 3.4.13
 
-  /@vue/runtime-core@3.4.11:
-    resolution: {integrity: sha512-wduRf9w1OtSORFs5KVpKEQ1bRwW5D9/E8mB0I4m0f5Wrd53OZridzWWVZaowSKNMXXIF5Y/lYFP9GOM/IL5i2g==}
+  /@vue/runtime-core@3.4.13:
+    resolution: {integrity: sha512-Ov4d4At7z3goxqzSqQxdfVYEcN5HY4dM1uDYL6Hu/Es9Za9BEN602zyjWhhi2+BEki5F9NizRSvn02k/tqNWlg==}
     dependencies:
-      '@vue/reactivity': 3.4.11
-      '@vue/shared': 3.4.11
+      '@vue/reactivity': 3.4.13
+      '@vue/shared': 3.4.13
 
-  /@vue/runtime-dom@3.4.11:
-    resolution: {integrity: sha512-pWlCTzo6Ad3pSBjzgcZ9maPaz+N/SngLOMfkSKIx7rIWJgcHBoFp4GAbhnkR3jxT4BqIvti6EH3aNSC02VtgOg==}
+  /@vue/runtime-dom@3.4.13:
+    resolution: {integrity: sha512-ynde9p16eEV3u1VCxUre2e0nKzD0l3NzH0r599+bXeLT1Yhac8Atcot3iL9XNqwolxYCI89KBII+2MSVzfrz6w==}
     dependencies:
-      '@vue/runtime-core': 3.4.11
-      '@vue/shared': 3.4.11
+      '@vue/runtime-core': 3.4.13
+      '@vue/shared': 3.4.13
       csstype: 3.1.3
 
-  /@vue/server-renderer@3.4.11(vue@3.4.11):
-    resolution: {integrity: sha512-19rLK9N0yNNzQ83ieyoO9ZT/iBt0S8IkxQ4eVmnqPLCbZgSRMm7GRXnjTFvo0n5vTVVeyaYosBzZ2559L/rP+w==}
+  /@vue/server-renderer@3.4.13(vue@3.4.13):
+    resolution: {integrity: sha512-hkw+UQyDZZtSn1q30nObMfc8beVEQv2pG08nghigxGw+iOWodR+tWSuJak0mzWAHlP/xt/qLc//dG6igfgvGEA==}
     peerDependencies:
-      vue: 3.4.11
+      vue: 3.4.13
     dependencies:
-      '@vue/compiler-ssr': 3.4.11
-      '@vue/shared': 3.4.11
-      vue: 3.4.11(typescript@5.3.3)
+      '@vue/compiler-ssr': 3.4.13
+      '@vue/shared': 3.4.13
+      vue: 3.4.13(typescript@5.3.3)
 
-  /@vue/shared@3.4.11:
-    resolution: {integrity: sha512-BtC+vE8kHf/jZoyJnTFd0PmY8NejyUeUkshXm8LriHs8KmQUmcZXIbrifjA3WDmvzg7C8D6gBSvdl49pOfU2lQ==}
+  /@vue/shared@3.4.13:
+    resolution: {integrity: sha512-56crFKLPpzk85WXX1L1c0QzPOuoapWlPVys8eMG8kkRmqdMjWUqK8KpFdE2d7BQA4CEbXwyyHPq6MpFr8H9rcg==}
 
-  /@vue/test-utils@2.4.3(vue@3.4.11):
+  /@vue/test-utils@2.4.3(vue@3.4.13):
     resolution: {integrity: sha512-F4K7mF+ad++VlTrxMJVRnenKSJmO6fkQt2wpRDiKDesQMkfpniGWsqEi/JevxGBo2qEkwwjvTUAoiGJLNx++CA==}
     peerDependencies:
       '@vue/server-renderer': ^3.0.1
@@ -1280,7 +1280,7 @@ packages:
         optional: true
     dependencies:
       js-beautify: 1.14.11
-      vue: 3.4.11(typescript@5.3.3)
+      vue: 3.4.13(typescript@5.3.3)
       vue-component-type-helpers: 1.8.27
     dev: true
 
@@ -2061,8 +2061,8 @@ packages:
       synckit: 0.8.8
     dev: true
 
-  /eslint-plugin-vue@9.20.0(eslint@8.56.0):
-    resolution: {integrity: sha512-9/DV5CM7ItfgWmXjL6j3zyDtVTrslYdnEm+rnYNajdElx17b3erxi/Wc6FY7t3BQ6dgo0t/UBpgiWCOKtJyN8Q==}
+  /eslint-plugin-vue@9.20.1(eslint@8.56.0):
+    resolution: {integrity: sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ==}
     engines: {node: ^14.17.0 || >=16.0.0}
     peerDependencies:
       eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
@@ -4037,28 +4037,28 @@ packages:
       - supports-color
     dev: true
 
-  /vue-router@4.2.5(vue@3.4.11):
+  /vue-router@4.2.5(vue@3.4.13):
     resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==}
     peerDependencies:
       vue: ^3.2.0
     dependencies:
       '@vue/devtools-api': 6.5.1
-      vue: 3.4.11(typescript@5.3.3)
+      vue: 3.4.13(typescript@5.3.3)
     dev: false
 
-  /vue@3.4.11(typescript@5.3.3):
-    resolution: {integrity: sha512-iaA98z14ZrrVJlclpHX/HCNeacbMOLdX5foYN7/vt4cHFhDkBRzojjbLQZ2UDRAeNV1v4V5I21+QpdCXWlpG5Q==}
+  /vue@3.4.13(typescript@5.3.3):
+    resolution: {integrity: sha512-FE3UZ0p+oUZTwz+SzlH/hDFg+XsVRFvwmx0LXjdD1pRK/cO4fu5v6ltAZji4za4IBih3dV78elUK3di8v3pWIg==}
     peerDependencies:
       typescript: '*'
     peerDependenciesMeta:
       typescript:
         optional: true
     dependencies:
-      '@vue/compiler-dom': 3.4.11
-      '@vue/compiler-sfc': 3.4.11
-      '@vue/runtime-dom': 3.4.11
-      '@vue/server-renderer': 3.4.11(vue@3.4.11)
-      '@vue/shared': 3.4.11
+      '@vue/compiler-dom': 3.4.13
+      '@vue/compiler-sfc': 3.4.13
+      '@vue/runtime-dom': 3.4.13
+      '@vue/server-renderer': 3.4.13(vue@3.4.13)
+      '@vue/shared': 3.4.13
       typescript: 5.3.3
 
   /w3c-xmlserializer@5.0.0: