Skip to content

Commit ba149e9

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.27.0 to 5.30.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.30.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b3318b commit ba149e9

File tree

2 files changed

+90
-121
lines changed

2 files changed

+90
-121
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"core-js": "^3.22.8",
2525
"ionicons": "^6.0.1",
2626
"pinia": "^2.0.14",
27-
"vue": "^3.2.36",
27+
"vue": "^3.2.37",
2828
"vue-axios": "^3.4.1",
2929
"vue-router": "^4.0.16"
3030
},
@@ -38,7 +38,7 @@
3838
"@types/jest": "^27.4.1",
3939
"@types/node": "^18.0.0",
4040
"@types/webpack-env": "^1.17.0",
41-
"@typescript-eslint/eslint-plugin": "^5.27.0",
41+
"@typescript-eslint/eslint-plugin": "^5.30.0",
4242
"@typescript-eslint/parser": "^5.27.0",
4343
"@vitejs/plugin-vue": "^2.3.3",
4444
"@vue/cli-plugin-babel": "^5.0.4",
@@ -73,7 +73,7 @@
7373
"tailwindcss": "^3.1.4",
7474
"ts-jest": "^27.1.5",
7575
"typescript": "^4.7.4",
76-
"vite": "^2.9.12",
76+
"vite": "^2.9.13",
7777
"vue-eslint-parser": "^9.0.3",
7878
"vue-jest": "^3.0.7",
7979
"vue-tsc": "^0.38.1"

yarn.lock

Lines changed: 87 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,14 +1952,14 @@
19521952
semver "^7.3.5"
19531953
tsutils "^3.21.0"
19541954

1955-
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.27.0":
1956-
version "5.27.0"
1957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
1958-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
1959-
dependencies:
1960-
"@typescript-eslint/scope-manager" "5.27.0"
1961-
"@typescript-eslint/type-utils" "5.27.0"
1962-
"@typescript-eslint/utils" "5.27.0"
1955+
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.30.0":
1956+
version "5.30.0"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.0.tgz#524a11e15c09701733033c96943ecf33f55d9ca1"
1958+
integrity sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==
1959+
dependencies:
1960+
"@typescript-eslint/scope-manager" "5.30.0"
1961+
"@typescript-eslint/type-utils" "5.30.0"
1962+
"@typescript-eslint/utils" "5.30.0"
19631963
debug "^4.3.4"
19641964
functional-red-black-tree "^1.0.1"
19651965
ignore "^5.2.0"
@@ -2012,12 +2012,20 @@
20122012
"@typescript-eslint/types" "5.27.0"
20132013
"@typescript-eslint/visitor-keys" "5.27.0"
20142014

2015-
"@typescript-eslint/type-utils@5.27.0":
2016-
version "5.27.0"
2017-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
2018-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
2015+
"@typescript-eslint/scope-manager@5.30.0":
2016+
version "5.30.0"
2017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
2018+
integrity sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==
20192019
dependencies:
2020-
"@typescript-eslint/utils" "5.27.0"
2020+
"@typescript-eslint/types" "5.30.0"
2021+
"@typescript-eslint/visitor-keys" "5.30.0"
2022+
2023+
"@typescript-eslint/type-utils@5.30.0":
2024+
version "5.30.0"
2025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.0.tgz#98f3af926a5099153f092d4dad87148df21fbaae"
2026+
integrity sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==
2027+
dependencies:
2028+
"@typescript-eslint/utils" "5.30.0"
20212029
debug "^4.3.4"
20222030
tsutils "^3.21.0"
20232031

@@ -2030,6 +2038,11 @@
20302038
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
20312039
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
20322040

2041+
"@typescript-eslint/types@5.30.0":
2042+
version "5.30.0"
2043+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
2044+
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
2045+
20332046
"@typescript-eslint/typescript-estree@4.33.0":
20342047
version "4.33.0"
20352048
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -2055,15 +2068,28 @@
20552068
semver "^7.3.7"
20562069
tsutils "^3.21.0"
20572070

2058-
"@typescript-eslint/utils@5.27.0", "@typescript-eslint/utils@^5.10.0":
2059-
version "5.27.0"
2060-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
2061-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
2071+
"@typescript-eslint/typescript-estree@5.30.0":
2072+
version "5.30.0"
2073+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
2074+
integrity sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==
2075+
dependencies:
2076+
"@typescript-eslint/types" "5.30.0"
2077+
"@typescript-eslint/visitor-keys" "5.30.0"
2078+
debug "^4.3.4"
2079+
globby "^11.1.0"
2080+
is-glob "^4.0.3"
2081+
semver "^7.3.7"
2082+
tsutils "^3.21.0"
2083+
2084+
"@typescript-eslint/utils@5.30.0", "@typescript-eslint/utils@^5.10.0":
2085+
version "5.30.0"
2086+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.0.tgz#1dac771fead5eab40d31860716de219356f5f754"
2087+
integrity sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==
20622088
dependencies:
20632089
"@types/json-schema" "^7.0.9"
2064-
"@typescript-eslint/scope-manager" "5.27.0"
2065-
"@typescript-eslint/types" "5.27.0"
2066-
"@typescript-eslint/typescript-estree" "5.27.0"
2090+
"@typescript-eslint/scope-manager" "5.30.0"
2091+
"@typescript-eslint/types" "5.30.0"
2092+
"@typescript-eslint/typescript-estree" "5.30.0"
20672093
eslint-scope "^5.1.1"
20682094
eslint-utils "^3.0.0"
20692095

@@ -2082,6 +2108,14 @@
20822108
"@typescript-eslint/types" "5.27.0"
20832109
eslint-visitor-keys "^3.3.0"
20842110

2111+
"@typescript-eslint/visitor-keys@5.30.0":
2112+
version "5.30.0"
2113+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"
2114+
integrity sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==
2115+
dependencies:
2116+
"@typescript-eslint/types" "5.30.0"
2117+
eslint-visitor-keys "^3.3.0"
2118+
20852119
"@vitejs/plugin-vue@^2.3.3":
20862120
version "2.3.3"
20872121
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"
@@ -2381,16 +2415,6 @@
23812415
semver "^7.3.4"
23822416
strip-ansi "^6.0.0"
23832417

2384-
"@vue/compiler-core@3.2.36":
2385-
version "3.2.36"
2386-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.36.tgz#2fa44595308c95610602df54dcb69063ba2c8383"
2387-
integrity sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==
2388-
dependencies:
2389-
"@babel/parser" "^7.16.4"
2390-
"@vue/shared" "3.2.36"
2391-
estree-walker "^2.0.2"
2392-
source-map "^0.6.1"
2393-
23942418
"@vue/compiler-core@3.2.37", "@vue/compiler-core@^3.2.37":
23952419
version "3.2.37"
23962420
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.37.tgz#b3c42e04c0e0f2c496ff1784e543fbefe91e215a"
@@ -2401,14 +2425,6 @@
24012425
estree-walker "^2.0.2"
24022426
source-map "^0.6.1"
24032427

2404-
"@vue/compiler-dom@3.2.36":
2405-
version "3.2.36"
2406-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.36.tgz#16d911ff163ed5fc8087a01645bf14bb7f325401"
2407-
integrity sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==
2408-
dependencies:
2409-
"@vue/compiler-core" "3.2.36"
2410-
"@vue/shared" "3.2.36"
2411-
24122428
"@vue/compiler-dom@3.2.37", "@vue/compiler-dom@^3.2.37":
24132429
version "3.2.37"
24142430
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.37.tgz#10d2427a789e7c707c872da9d678c82a0c6582b5"
@@ -2417,23 +2433,7 @@
24172433
"@vue/compiler-core" "3.2.37"
24182434
"@vue/shared" "3.2.37"
24192435

2420-
"@vue/compiler-sfc@3.2.36":
2421-
version "3.2.36"
2422-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.36.tgz#e5065e7c0e5170ffa750e3c3dd93a29db109d0f2"
2423-
integrity sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==
2424-
dependencies:
2425-
"@babel/parser" "^7.16.4"
2426-
"@vue/compiler-core" "3.2.36"
2427-
"@vue/compiler-dom" "3.2.36"
2428-
"@vue/compiler-ssr" "3.2.36"
2429-
"@vue/reactivity-transform" "3.2.36"
2430-
"@vue/shared" "3.2.36"
2431-
estree-walker "^2.0.2"
2432-
magic-string "^0.25.7"
2433-
postcss "^8.1.10"
2434-
source-map "^0.6.1"
2435-
2436-
"@vue/compiler-sfc@^3.2.37":
2436+
"@vue/compiler-sfc@3.2.37", "@vue/compiler-sfc@^3.2.37":
24372437
version "3.2.37"
24382438
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.37.tgz#3103af3da2f40286edcd85ea495dcb35bc7f5ff4"
24392439
integrity sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==
@@ -2449,14 +2449,6 @@
24492449
postcss "^8.1.10"
24502450
source-map "^0.6.1"
24512451

2452-
"@vue/compiler-ssr@3.2.36":
2453-
version "3.2.36"
2454-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.36.tgz#314f3a9424db58142c3608f48cbda7aa05fc66cb"
2455-
integrity sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==
2456-
dependencies:
2457-
"@vue/compiler-dom" "3.2.36"
2458-
"@vue/shared" "3.2.36"
2459-
24602452
"@vue/compiler-ssr@3.2.37":
24612453
version "3.2.37"
24622454
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.37.tgz#4899d19f3a5fafd61524a9d1aee8eb0505313cff"
@@ -2492,17 +2484,6 @@
24922484
"@typescript-eslint/parser" "^5.0.0"
24932485
vue-eslint-parser "^8.0.0"
24942486

2495-
"@vue/reactivity-transform@3.2.36":
2496-
version "3.2.36"
2497-
resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.36.tgz#8426a941b0b09d1b94fc162d4642758183b5d133"
2498-
integrity sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==
2499-
dependencies:
2500-
"@babel/parser" "^7.16.4"
2501-
"@vue/compiler-core" "3.2.36"
2502-
"@vue/shared" "3.2.36"
2503-
estree-walker "^2.0.2"
2504-
magic-string "^0.25.7"
2505-
25062487
"@vue/reactivity-transform@3.2.37":
25072488
version "3.2.37"
25082489
resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.37.tgz#0caa47c4344df4ae59f5a05dde2a8758829f8eca"
@@ -2514,49 +2495,37 @@
25142495
estree-walker "^2.0.2"
25152496
magic-string "^0.25.7"
25162497

2517-
"@vue/reactivity@3.2.36":
2518-
version "3.2.36"
2519-
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.36.tgz#026b14e716febffe80cd284fd8a2b33378968646"
2520-
integrity sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==
2521-
dependencies:
2522-
"@vue/shared" "3.2.36"
2523-
2524-
"@vue/reactivity@^3.2.37":
2498+
"@vue/reactivity@3.2.37", "@vue/reactivity@^3.2.37":
25252499
version "3.2.37"
25262500
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.37.tgz#5bc3847ac58828e2b78526e08219e0a1089f8848"
25272501
integrity sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==
25282502
dependencies:
25292503
"@vue/shared" "3.2.37"
25302504

2531-
"@vue/runtime-core@3.2.36":
2532-
version "3.2.36"
2533-
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.36.tgz#be5115e665679c26bf3807d2326675dc1d847134"
2534-
integrity sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==
2505+
"@vue/runtime-core@3.2.37":
2506+
version "3.2.37"
2507+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.37.tgz#7ba7c54bb56e5d70edfc2f05766e1ca8519966e3"
2508+
integrity sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==
25352509
dependencies:
2536-
"@vue/reactivity" "3.2.36"
2537-
"@vue/shared" "3.2.36"
2510+
"@vue/reactivity" "3.2.37"
2511+
"@vue/shared" "3.2.37"
25382512

2539-
"@vue/runtime-dom@3.2.36":
2540-
version "3.2.36"
2541-
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.36.tgz#cd5d403ea23c18ee7c17767103a1b2f8263c54bb"
2542-
integrity sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==
2513+
"@vue/runtime-dom@3.2.37":
2514+
version "3.2.37"
2515+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.37.tgz#002bdc8228fa63949317756fb1e92cdd3f9f4bbd"
2516+
integrity sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==
25432517
dependencies:
2544-
"@vue/runtime-core" "3.2.36"
2545-
"@vue/shared" "3.2.36"
2518+
"@vue/runtime-core" "3.2.37"
2519+
"@vue/shared" "3.2.37"
25462520
csstype "^2.6.8"
25472521

2548-
"@vue/server-renderer@3.2.36":
2549-
version "3.2.36"
2550-
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.36.tgz#1e7c1cf63bd17df7828d04e8c780ee6ca7a9ed7c"
2551-
integrity sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==
2522+
"@vue/server-renderer@3.2.37":
2523+
version "3.2.37"
2524+
resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.37.tgz#840a29c8dcc29bddd9b5f5ffa22b95c0e72afdfc"
2525+
integrity sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==
25522526
dependencies:
2553-
"@vue/compiler-ssr" "3.2.36"
2554-
"@vue/shared" "3.2.36"
2555-
2556-
"@vue/shared@3.2.36":
2557-
version "3.2.36"
2558-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.36.tgz#35e11200542cf29068ba787dad57da9bdb82f644"
2559-
integrity sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==
2527+
"@vue/compiler-ssr" "3.2.37"
2528+
"@vue/shared" "3.2.37"
25602529

25612530
"@vue/shared@3.2.37", "@vue/shared@^3.2.37":
25622531
version "3.2.37"
@@ -9484,10 +9453,10 @@ verror@1.10.0:
94849453
core-util-is "1.0.2"
94859454
extsprintf "^1.2.0"
94869455

9487-
vite@^2.9.12:
9488-
version "2.9.12"
9489-
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.12.tgz#b1d636b0a8ac636afe9d83e3792d4895509a941b"
9490-
integrity sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==
9456+
vite@^2.9.13:
9457+
version "2.9.13"
9458+
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.13.tgz#859cb5d4c316c0d8c6ec9866045c0f7858ca6abc"
9459+
integrity sha512-AsOBAaT0AD7Mhe8DuK+/kE4aWYFMx/i0ZNi98hJclxb4e0OhQcZYUrvLjIaQ8e59Ui7txcvKMiJC1yftqpQoDw==
94919460
dependencies:
94929461
esbuild "^0.14.27"
94939462
postcss "^8.4.13"
@@ -9582,16 +9551,16 @@ vue-tsc@^0.38.1:
95829551
dependencies:
95839552
"@volar/vue-typescript" "0.38.1"
95849553

9585-
vue@^3.2.36:
9586-
version "3.2.36"
9587-
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.36.tgz#8daa996e2ced521708de97d066c7c998e8bc3378"
9588-
integrity sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==
9554+
vue@^3.2.37:
9555+
version "3.2.37"
9556+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.37.tgz#da220ccb618d78579d25b06c7c21498ca4e5452e"
9557+
integrity sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==
95899558
dependencies:
9590-
"@vue/compiler-dom" "3.2.36"
9591-
"@vue/compiler-sfc" "3.2.36"
9592-
"@vue/runtime-dom" "3.2.36"
9593-
"@vue/server-renderer" "3.2.36"
9594-
"@vue/shared" "3.2.36"
9559+
"@vue/compiler-dom" "3.2.37"
9560+
"@vue/compiler-sfc" "3.2.37"
9561+
"@vue/runtime-dom" "3.2.37"
9562+
"@vue/server-renderer" "3.2.37"
9563+
"@vue/shared" "3.2.37"
95959564

95969565
w3c-hr-time@^1.0.2:
95979566
version "1.0.2"

0 commit comments

Comments
 (0)