⬆️ Update all non-major dependencies
All checks were successful
ci / docker (pull_request) Successful in 1m0s
All checks were successful
ci / docker (pull_request) Successful in 1m0s
This commit is contained in:
parent
900a10b507
commit
d836308142
14
package.json
14
package.json
@ -17,8 +17,8 @@
|
||||
"@mdi/font": "7.4.47",
|
||||
"@types/js-cookie": "3.0.6",
|
||||
"@types/uuid": "10.0.0",
|
||||
"axios": "1.7.4",
|
||||
"jose": "5.7.0",
|
||||
"axios": "1.7.5",
|
||||
"jose": "5.8.0",
|
||||
"js-cookie": "3.0.5",
|
||||
"pinia": "2.2.2",
|
||||
"pinia-plugin-persistedstate": "3.2.1",
|
||||
@ -26,23 +26,23 @@
|
||||
"uuid": "10.0.0",
|
||||
"vue": "3.4.38",
|
||||
"vue-router": "4.4.3",
|
||||
"vuetify": "3.7.0",
|
||||
"vuetify": "3.7.1",
|
||||
"webfontloader": "1.6.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "1.10.4",
|
||||
"@types/jsdom": "21.1.7",
|
||||
"@types/node": "20.16.1",
|
||||
"@types/node": "20.16.2",
|
||||
"@types/webfontloader": "1.6.38",
|
||||
"@vitejs/plugin-vue": "5.1.2",
|
||||
"@vue/eslint-config-prettier": "9.0.0",
|
||||
"@vue/eslint-config-typescript": "13.0.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"@vue/tsconfig": "0.5.1",
|
||||
"eslint": "9.9.0",
|
||||
"eslint": "9.9.1",
|
||||
"eslint-plugin-vue": "9.27.0",
|
||||
"husky": "9.1.5",
|
||||
"jsdom": "24.1.1",
|
||||
"jsdom": "24.1.3",
|
||||
"lint-staged": "15.2.9",
|
||||
"pinst": "3.0.0",
|
||||
"prettier": "3.3.3",
|
||||
@ -60,5 +60,5 @@
|
||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
|
||||
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
|
||||
},
|
||||
"packageManager": "pnpm@9.8.0"
|
||||
"packageManager": "pnpm@9.9.0"
|
||||
}
|
||||
|
229
pnpm-lock.yaml
229
pnpm-lock.yaml
@ -18,11 +18,11 @@ importers:
|
||||
specifier: 10.0.0
|
||||
version: 10.0.0
|
||||
axios:
|
||||
specifier: 1.7.4
|
||||
version: 1.7.4
|
||||
specifier: 1.7.5
|
||||
version: 1.7.5
|
||||
jose:
|
||||
specifier: 5.7.0
|
||||
version: 5.7.0
|
||||
specifier: 5.8.0
|
||||
version: 5.8.0
|
||||
js-cookie:
|
||||
specifier: 3.0.5
|
||||
version: 3.0.5
|
||||
@ -45,8 +45,8 @@ importers:
|
||||
specifier: 4.4.3
|
||||
version: 4.4.3(vue@3.4.38(typescript@5.5.4))
|
||||
vuetify:
|
||||
specifier: 3.7.0
|
||||
version: 3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
specifier: 3.7.1
|
||||
version: 3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
webfontloader:
|
||||
specifier: 1.6.28
|
||||
version: 1.6.28
|
||||
@ -58,20 +58,20 @@ importers:
|
||||
specifier: 21.1.7
|
||||
version: 21.1.7
|
||||
'@types/node':
|
||||
specifier: 20.16.1
|
||||
version: 20.16.1
|
||||
specifier: 20.16.2
|
||||
version: 20.16.2
|
||||
'@types/webfontloader':
|
||||
specifier: 1.6.38
|
||||
version: 1.6.38
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: 5.1.2
|
||||
version: 5.1.2(vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))
|
||||
version: 5.1.2(vite@5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))
|
||||
'@vue/eslint-config-prettier':
|
||||
specifier: 9.0.0
|
||||
version: 9.0.0(@types/eslint@8.44.9)(eslint@9.9.0)(prettier@3.3.3)
|
||||
version: 9.0.0(@types/eslint@8.44.9)(eslint@9.9.1)(prettier@3.3.3)
|
||||
'@vue/eslint-config-typescript':
|
||||
specifier: 13.0.0
|
||||
version: 13.0.0(eslint-plugin-vue@9.27.0(eslint@9.9.0))(eslint@9.9.0)(typescript@5.5.4)
|
||||
version: 13.0.0(eslint-plugin-vue@9.27.0(eslint@9.9.1))(eslint@9.9.1)(typescript@5.5.4)
|
||||
'@vue/test-utils':
|
||||
specifier: 2.4.6
|
||||
version: 2.4.6
|
||||
@ -79,17 +79,17 @@ importers:
|
||||
specifier: 0.5.1
|
||||
version: 0.5.1
|
||||
eslint:
|
||||
specifier: 9.9.0
|
||||
version: 9.9.0
|
||||
specifier: 9.9.1
|
||||
version: 9.9.1
|
||||
eslint-plugin-vue:
|
||||
specifier: 9.27.0
|
||||
version: 9.27.0(eslint@9.9.0)
|
||||
version: 9.27.0(eslint@9.9.1)
|
||||
husky:
|
||||
specifier: 9.1.5
|
||||
version: 9.1.5
|
||||
jsdom:
|
||||
specifier: 24.1.1
|
||||
version: 24.1.1
|
||||
specifier: 24.1.3
|
||||
version: 24.1.3
|
||||
lint-staged:
|
||||
specifier: 15.2.9
|
||||
version: 15.2.9
|
||||
@ -110,13 +110,13 @@ importers:
|
||||
version: 5.5.4
|
||||
vite:
|
||||
specifier: 5.4.2
|
||||
version: 5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)
|
||||
version: 5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0)
|
||||
vite-plugin-vuetify:
|
||||
specifier: 2.0.4
|
||||
version: 2.0.4(vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0)
|
||||
version: 2.0.4(vite@5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1)
|
||||
vitest:
|
||||
specifier: 2.0.5
|
||||
version: 2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0)
|
||||
version: 2.0.5(@types/node@20.16.2)(jsdom@24.1.3)(sass@1.77.8)(terser@5.26.0)
|
||||
vue-cli-plugin-vuetify:
|
||||
specifier: 2.5.8
|
||||
version: 2.5.8(sass-loader@16.0.1(sass@1.77.8)(webpack@5.89.0))(vue@3.4.38(typescript@5.5.4))(webpack@5.89.0)
|
||||
@ -125,7 +125,7 @@ importers:
|
||||
version: 2.0.29(typescript@5.5.4)
|
||||
webpack-plugin-vuetify:
|
||||
specifier: 3.0.3
|
||||
version: 3.0.3(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0)(webpack@5.89.0)
|
||||
version: 3.0.3(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1)(webpack@5.89.0)
|
||||
|
||||
packages:
|
||||
|
||||
@ -298,24 +298,20 @@ packages:
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||
|
||||
'@eslint-community/regexpp@4.10.0':
|
||||
resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint-community/regexpp@4.11.0':
|
||||
resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==}
|
||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||
|
||||
'@eslint/config-array@0.17.1':
|
||||
resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==}
|
||||
'@eslint/config-array@0.18.0':
|
||||
resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/eslintrc@3.1.0':
|
||||
resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/js@9.9.0':
|
||||
resolution: {integrity: sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==}
|
||||
'@eslint/js@9.9.1':
|
||||
resolution: {integrity: sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@eslint/object-schema@2.1.4':
|
||||
@ -482,8 +478,8 @@ packages:
|
||||
'@types/json-schema@7.0.15':
|
||||
resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==}
|
||||
|
||||
'@types/node@20.16.1':
|
||||
resolution: {integrity: sha512-zJDo7wEadFtSyNz5QITDfRcrhqDvQI1xQNQ0VoizPjM/dVAODqqIUWbJPkvsxmTI0MYRGRikcdjMPhOssnPejQ==}
|
||||
'@types/node@20.16.2':
|
||||
resolution: {integrity: sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==}
|
||||
|
||||
'@types/semver@7.5.6':
|
||||
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
|
||||
@ -790,8 +786,8 @@ packages:
|
||||
asynckit@0.4.0:
|
||||
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
||||
|
||||
axios@1.7.4:
|
||||
resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==}
|
||||
axios@1.7.5:
|
||||
resolution: {integrity: sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==}
|
||||
|
||||
balanced-match@1.0.2:
|
||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||
@ -1091,8 +1087,8 @@ packages:
|
||||
resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
eslint@9.9.0:
|
||||
resolution: {integrity: sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==}
|
||||
eslint@9.9.1:
|
||||
resolution: {integrity: sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -1437,8 +1433,8 @@ packages:
|
||||
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
||||
engines: {node: '>= 10.13.0'}
|
||||
|
||||
jose@5.7.0:
|
||||
resolution: {integrity: sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==}
|
||||
jose@5.8.0:
|
||||
resolution: {integrity: sha512-E7CqYpL/t7MMnfGnK/eg416OsFCVUrU/Y3Vwe7QjKhu/BkS1Ms455+2xsqZQVN57/U2MHMBvEb5SrmAZWAIntA==}
|
||||
|
||||
js-beautify@1.14.11:
|
||||
resolution: {integrity: sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw==}
|
||||
@ -1453,8 +1449,8 @@ packages:
|
||||
resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==}
|
||||
hasBin: true
|
||||
|
||||
jsdom@24.1.1:
|
||||
resolution: {integrity: sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==}
|
||||
jsdom@24.1.3:
|
||||
resolution: {integrity: sha512-MyL55p3Ut3cXbeBEG7Hcv0mVM8pp8PBNWxRqchZnSfAiES1v1mRnMeFfaHWIPULpwsYfvO+ZmMZz5tGCnjzDUQ==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
canvas: ^2.11.2
|
||||
@ -2267,22 +2263,19 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
|
||||
vuetify@3.7.0:
|
||||
resolution: {integrity: sha512-x+UaU4SPYNcJSE/voCTBFrNn0q9Spzx2EMfDdUj0NYgHGKb59OqnZte+AjaJaoOXy1AHYIGEpm5Ryk2BEfgWuw==}
|
||||
vuetify@3.7.1:
|
||||
resolution: {integrity: sha512-N1XlczbgeGt/O+JUk72QPrqcDaRIXUdptUciJqGyTvZ9cfMoSlEWs6TZO+dOOfXbKvmIMFMycYg4dgSHDpCPhg==}
|
||||
engines: {node: ^12.20 || >=14.13}
|
||||
peerDependencies:
|
||||
typescript: '>=4.7'
|
||||
vite-plugin-vuetify: '>=1.0.0'
|
||||
vue: ^3.3.0
|
||||
vue-i18n: ^9.0.0
|
||||
webpack-plugin-vuetify: '>=2.0.0'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
vite-plugin-vuetify:
|
||||
optional: true
|
||||
vue-i18n:
|
||||
optional: true
|
||||
webpack-plugin-vuetify:
|
||||
optional: true
|
||||
|
||||
@ -2492,16 +2485,14 @@ snapshots:
|
||||
'@esbuild/win32-x64@0.21.5':
|
||||
optional: true
|
||||
|
||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.9.0)':
|
||||
'@eslint-community/eslint-utils@4.4.0(eslint@9.9.1)':
|
||||
dependencies:
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.10.0': {}
|
||||
|
||||
'@eslint-community/regexpp@4.11.0': {}
|
||||
|
||||
'@eslint/config-array@0.17.1':
|
||||
'@eslint/config-array@0.18.0':
|
||||
dependencies:
|
||||
'@eslint/object-schema': 2.1.4
|
||||
debug: 4.3.6
|
||||
@ -2523,7 +2514,7 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@eslint/js@9.9.0': {}
|
||||
'@eslint/js@9.9.1': {}
|
||||
|
||||
'@eslint/object-schema@2.1.4': {}
|
||||
|
||||
@ -2656,13 +2647,13 @@ snapshots:
|
||||
|
||||
'@types/jsdom@21.1.7':
|
||||
dependencies:
|
||||
'@types/node': 20.16.1
|
||||
'@types/node': 20.16.2
|
||||
'@types/tough-cookie': 4.0.5
|
||||
parse5: 7.1.2
|
||||
|
||||
'@types/json-schema@7.0.15': {}
|
||||
|
||||
'@types/node@20.16.1':
|
||||
'@types/node@20.16.2':
|
||||
dependencies:
|
||||
undici-types: 6.19.6
|
||||
|
||||
@ -2674,16 +2665,16 @@ snapshots:
|
||||
|
||||
'@types/webfontloader@1.6.38': {}
|
||||
|
||||
'@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.9.0)(typescript@5.5.4))(eslint@9.9.0)(typescript@5.5.4)':
|
||||
'@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.9.1)(typescript@5.5.4))(eslint@9.9.1)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.9.0)(typescript@5.5.4)
|
||||
'@eslint-community/regexpp': 4.11.0
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.9.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/scope-manager': 7.2.0
|
||||
'@typescript-eslint/type-utils': 7.2.0(eslint@9.9.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.9.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/type-utils': 7.2.0(eslint@9.9.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.9.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
debug: 4.3.6
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
graphemer: 1.4.0
|
||||
ignore: 5.3.0
|
||||
natural-compare: 1.4.0
|
||||
@ -2694,14 +2685,14 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/parser@7.2.0(eslint@9.9.0)(typescript@5.5.4)':
|
||||
'@typescript-eslint/parser@7.2.0(eslint@9.9.1)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 7.2.0
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4)
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
debug: 4.3.6
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
@ -2712,12 +2703,12 @@ snapshots:
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/visitor-keys': 7.2.0
|
||||
|
||||
'@typescript-eslint/type-utils@7.2.0(eslint@9.9.0)(typescript@5.5.4)':
|
||||
'@typescript-eslint/type-utils@7.2.0(eslint@9.9.1)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.9.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/utils': 7.2.0(eslint@9.9.1)(typescript@5.5.4)
|
||||
debug: 4.3.6
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
ts-api-utils: 1.0.3(typescript@5.5.4)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
@ -2741,15 +2732,15 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@typescript-eslint/utils@7.2.0(eslint@9.9.0)(typescript@5.5.4)':
|
||||
'@typescript-eslint/utils@7.2.0(eslint@9.9.1)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.9.1)
|
||||
'@types/json-schema': 7.0.15
|
||||
'@types/semver': 7.5.6
|
||||
'@typescript-eslint/scope-manager': 7.2.0
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
'@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4)
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
semver: 7.6.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -2760,9 +2751,9 @@ snapshots:
|
||||
'@typescript-eslint/types': 7.2.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@vitejs/plugin-vue@5.1.2(vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))':
|
||||
'@vitejs/plugin-vue@5.1.2(vite@5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))':
|
||||
dependencies:
|
||||
vite: 5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)
|
||||
vite: 5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0)
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
|
||||
'@vitest/expect@2.0.5':
|
||||
@ -2860,22 +2851,22 @@ snapshots:
|
||||
|
||||
'@vue/devtools-api@6.6.3': {}
|
||||
|
||||
'@vue/eslint-config-prettier@9.0.0(@types/eslint@8.44.9)(eslint@9.9.0)(prettier@3.3.3)':
|
||||
'@vue/eslint-config-prettier@9.0.0(@types/eslint@8.44.9)(eslint@9.9.1)(prettier@3.3.3)':
|
||||
dependencies:
|
||||
eslint: 9.9.0
|
||||
eslint-config-prettier: 9.1.0(eslint@9.9.0)
|
||||
eslint-plugin-prettier: 5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.9.0))(eslint@9.9.0)(prettier@3.3.3)
|
||||
eslint: 9.9.1
|
||||
eslint-config-prettier: 9.1.0(eslint@9.9.1)
|
||||
eslint-plugin-prettier: 5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.9.1))(eslint@9.9.1)(prettier@3.3.3)
|
||||
prettier: 3.3.3
|
||||
transitivePeerDependencies:
|
||||
- '@types/eslint'
|
||||
|
||||
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0(eslint@9.9.0))(eslint@9.9.0)(typescript@5.5.4)':
|
||||
'@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.27.0(eslint@9.9.1))(eslint@9.9.1)(typescript@5.5.4)':
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.9.0)(typescript@5.5.4))(eslint@9.9.0)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.9.0)(typescript@5.5.4)
|
||||
eslint: 9.9.0
|
||||
eslint-plugin-vue: 9.27.0(eslint@9.9.0)
|
||||
vue-eslint-parser: 9.4.2(eslint@9.9.0)
|
||||
'@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.9.1)(typescript@5.5.4))(eslint@9.9.1)(typescript@5.5.4)
|
||||
'@typescript-eslint/parser': 7.2.0(eslint@9.9.1)(typescript@5.5.4)
|
||||
eslint: 9.9.1
|
||||
eslint-plugin-vue: 9.27.0(eslint@9.9.1)
|
||||
vue-eslint-parser: 9.4.2(eslint@9.9.1)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
transitivePeerDependencies:
|
||||
@ -2927,11 +2918,11 @@ snapshots:
|
||||
|
||||
'@vue/tsconfig@0.5.1': {}
|
||||
|
||||
'@vuetify/loader-shared@2.0.3(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))':
|
||||
'@vuetify/loader-shared@2.0.3(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))':
|
||||
dependencies:
|
||||
upath: 2.0.1
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
vuetify: 3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
vuetify: 3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
|
||||
'@webassemblyjs/ast@1.11.6':
|
||||
dependencies:
|
||||
@ -3069,7 +3060,7 @@ snapshots:
|
||||
|
||||
asynckit@0.4.0: {}
|
||||
|
||||
axios@1.7.4:
|
||||
axios@1.7.5:
|
||||
dependencies:
|
||||
follow-redirects: 1.15.6
|
||||
form-data: 4.0.0
|
||||
@ -3313,30 +3304,30 @@ snapshots:
|
||||
|
||||
escape-string-regexp@4.0.0: {}
|
||||
|
||||
eslint-config-prettier@9.1.0(eslint@9.9.0):
|
||||
eslint-config-prettier@9.1.0(eslint@9.9.1):
|
||||
dependencies:
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
|
||||
eslint-plugin-prettier@5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.9.0))(eslint@9.9.0)(prettier@3.3.3):
|
||||
eslint-plugin-prettier@5.0.1(@types/eslint@8.44.9)(eslint-config-prettier@9.1.0(eslint@9.9.1))(eslint@9.9.1)(prettier@3.3.3):
|
||||
dependencies:
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
prettier: 3.3.3
|
||||
prettier-linter-helpers: 1.0.0
|
||||
synckit: 0.8.6
|
||||
optionalDependencies:
|
||||
'@types/eslint': 8.44.9
|
||||
eslint-config-prettier: 9.1.0(eslint@9.9.0)
|
||||
eslint-config-prettier: 9.1.0(eslint@9.9.1)
|
||||
|
||||
eslint-plugin-vue@9.27.0(eslint@9.9.0):
|
||||
eslint-plugin-vue@9.27.0(eslint@9.9.1):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0)
|
||||
eslint: 9.9.0
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.9.1)
|
||||
eslint: 9.9.1
|
||||
globals: 13.24.0
|
||||
natural-compare: 1.4.0
|
||||
nth-check: 2.1.1
|
||||
postcss-selector-parser: 6.0.15
|
||||
semver: 7.6.0
|
||||
vue-eslint-parser: 9.4.3(eslint@9.9.0)
|
||||
vue-eslint-parser: 9.4.3(eslint@9.9.1)
|
||||
xml-name-validator: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@ -3360,13 +3351,13 @@ snapshots:
|
||||
|
||||
eslint-visitor-keys@4.0.0: {}
|
||||
|
||||
eslint@9.9.0:
|
||||
eslint@9.9.1:
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.9.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@9.9.1)
|
||||
'@eslint-community/regexpp': 4.11.0
|
||||
'@eslint/config-array': 0.17.1
|
||||
'@eslint/config-array': 0.18.0
|
||||
'@eslint/eslintrc': 3.1.0
|
||||
'@eslint/js': 9.9.0
|
||||
'@eslint/js': 9.9.1
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
'@humanwhocodes/retry': 0.3.0
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
@ -3715,11 +3706,11 @@ snapshots:
|
||||
|
||||
jest-worker@27.5.1:
|
||||
dependencies:
|
||||
'@types/node': 20.16.1
|
||||
'@types/node': 20.16.2
|
||||
merge-stream: 2.0.0
|
||||
supports-color: 8.1.1
|
||||
|
||||
jose@5.7.0: {}
|
||||
jose@5.8.0: {}
|
||||
|
||||
js-beautify@1.14.11:
|
||||
dependencies:
|
||||
@ -3734,7 +3725,7 @@ snapshots:
|
||||
dependencies:
|
||||
argparse: 2.0.1
|
||||
|
||||
jsdom@24.1.1:
|
||||
jsdom@24.1.3:
|
||||
dependencies:
|
||||
cssstyle: 4.0.1
|
||||
data-urls: 5.0.0
|
||||
@ -4348,13 +4339,13 @@ snapshots:
|
||||
|
||||
uuid@10.0.0: {}
|
||||
|
||||
vite-node@2.0.5(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0):
|
||||
vite-node@2.0.5(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0):
|
||||
dependencies:
|
||||
cac: 6.7.14
|
||||
debug: 4.3.6
|
||||
pathe: 1.1.2
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)
|
||||
vite: 5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- less
|
||||
@ -4366,29 +4357,29 @@ snapshots:
|
||||
- supports-color
|
||||
- terser
|
||||
|
||||
vite-plugin-vuetify@2.0.4(vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0):
|
||||
vite-plugin-vuetify@2.0.4(vite@5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1):
|
||||
dependencies:
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))
|
||||
debug: 4.3.6
|
||||
upath: 2.0.1
|
||||
vite: 5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)
|
||||
vite: 5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0)
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
vuetify: 3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
vuetify: 3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0):
|
||||
vite@5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.4.41
|
||||
rollup: 4.21.0
|
||||
optionalDependencies:
|
||||
'@types/node': 20.16.1
|
||||
'@types/node': 20.16.2
|
||||
fsevents: 2.3.3
|
||||
sass: 1.77.8
|
||||
terser: 5.26.0
|
||||
|
||||
vitest@2.0.5(@types/node@20.16.1)(jsdom@24.1.1)(sass@1.77.8)(terser@5.26.0):
|
||||
vitest@2.0.5(@types/node@20.16.2)(jsdom@24.1.3)(sass@1.77.8)(terser@5.26.0):
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
'@vitest/expect': 2.0.5
|
||||
@ -4406,12 +4397,12 @@ snapshots:
|
||||
tinybench: 2.8.0
|
||||
tinypool: 1.0.0
|
||||
tinyrainbow: 1.2.0
|
||||
vite: 5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)
|
||||
vite-node: 2.0.5(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0)
|
||||
vite: 5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0)
|
||||
vite-node: 2.0.5(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0)
|
||||
why-is-node-running: 2.3.0
|
||||
optionalDependencies:
|
||||
'@types/node': 20.16.1
|
||||
jsdom: 24.1.1
|
||||
'@types/node': 20.16.2
|
||||
jsdom: 24.1.3
|
||||
transitivePeerDependencies:
|
||||
- less
|
||||
- lightningcss
|
||||
@ -4440,10 +4431,10 @@ snapshots:
|
||||
dependencies:
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
|
||||
vue-eslint-parser@9.4.2(eslint@9.9.0):
|
||||
vue-eslint-parser@9.4.2(eslint@9.9.1):
|
||||
dependencies:
|
||||
debug: 4.3.6
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
eslint-scope: 7.2.2
|
||||
eslint-visitor-keys: 3.4.3
|
||||
espree: 9.6.1
|
||||
@ -4453,10 +4444,10 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
vue-eslint-parser@9.4.3(eslint@9.9.0):
|
||||
vue-eslint-parser@9.4.3(eslint@9.9.1):
|
||||
dependencies:
|
||||
debug: 4.3.5
|
||||
eslint: 9.9.0
|
||||
eslint: 9.9.1
|
||||
eslint-scope: 7.2.2
|
||||
eslint-visitor-keys: 3.4.3
|
||||
espree: 9.6.1
|
||||
@ -4488,13 +4479,13 @@ snapshots:
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
|
||||
vuetify@3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3):
|
||||
vuetify@3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3):
|
||||
dependencies:
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
optionalDependencies:
|
||||
typescript: 5.5.4
|
||||
vite-plugin-vuetify: 2.0.4(vite@5.4.2(@types/node@20.16.1)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0)
|
||||
webpack-plugin-vuetify: 3.0.3(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0)(webpack@5.89.0)
|
||||
vite-plugin-vuetify: 2.0.4(vite@5.4.2(@types/node@20.16.2)(sass@1.77.8)(terser@5.26.0))(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1)
|
||||
webpack-plugin-vuetify: 3.0.3(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1)(webpack@5.89.0)
|
||||
|
||||
w3c-xmlserializer@5.0.0:
|
||||
dependencies:
|
||||
@ -4509,10 +4500,10 @@ snapshots:
|
||||
|
||||
webidl-conversions@7.0.0: {}
|
||||
|
||||
webpack-plugin-vuetify@3.0.3(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0)(webpack@5.89.0):
|
||||
webpack-plugin-vuetify@3.0.3(@vue/compiler-sfc@3.4.38)(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1)(webpack@5.89.0):
|
||||
dependencies:
|
||||
'@vue/compiler-sfc': 3.4.38
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))
|
||||
'@vuetify/loader-shared': 2.0.3(vue@3.4.38(typescript@5.5.4))(vuetify@3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3))
|
||||
decache: 4.6.2
|
||||
file-loader: 6.2.0(webpack@5.89.0)
|
||||
find-cache-dir: 5.0.0
|
||||
@ -4521,7 +4512,7 @@ snapshots:
|
||||
null-loader: 4.0.1(webpack@5.89.0)
|
||||
upath: 2.0.1
|
||||
vue: 3.4.38(typescript@5.5.4)
|
||||
vuetify: 3.7.0(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
vuetify: 3.7.1(typescript@5.5.4)(vite-plugin-vuetify@2.0.4)(vue@3.4.38(typescript@5.5.4))(webpack-plugin-vuetify@3.0.3)
|
||||
webpack: 5.89.0
|
||||
|
||||
webpack-sources@3.2.3: {}
|
||||
|
Loading…
Reference in New Issue
Block a user