Skip to content

Commit ca8ef66

Browse files
fix(deps): update dependency vue to v3 [security]
1 parent b56d674 commit ca8ef66

2 files changed

Lines changed: 89 additions & 2 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"core-js": "3.24.1",
2828
"nuxt": "2.15.8",
2929
"vee-validate": "3",
30-
"vue": "2.7.8",
30+
"vue": "3.0.0",
3131
"vue-server-renderer": "2.7.8",
3232
"vue-template-compiler": "2.7.8",
3333
"vue-multiselect": "^2.1.6",

client/yarn.lock

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,21 @@
224224
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
225225
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
226226

227+
"@babel/helper-string-parser@^7.27.1":
228+
version "7.27.1"
229+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
230+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
231+
227232
"@babel/helper-validator-identifier@^7.15.7", "@babel/helper-validator-identifier@^7.18.6":
228233
version "7.18.6"
229234
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz"
230235
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
231236

237+
"@babel/helper-validator-identifier@^7.27.1":
238+
version "7.27.1"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
240+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
241+
232242
"@babel/helper-validator-option@^7.18.6":
233243
version "7.18.6"
234244
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -267,6 +277,13 @@
267277
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9"
268278
integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==
269279

280+
"@babel/parser@^7.11.5":
281+
version "7.28.3"
282+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
283+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
284+
dependencies:
285+
"@babel/types" "^7.28.2"
286+
270287
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
271288
version "7.18.6"
272289
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
@@ -965,6 +982,14 @@
965982
"@babel/helper-validator-identifier" "^7.18.6"
966983
to-fast-properties "^2.0.0"
967984

985+
"@babel/types@^7.11.5", "@babel/types@^7.28.2":
986+
version "7.28.2"
987+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
988+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
989+
dependencies:
990+
"@babel/helper-string-parser" "^7.27.1"
991+
"@babel/helper-validator-identifier" "^7.27.1"
992+
968993
"@bcoe/v8-coverage@^0.2.3":
969994
version "0.2.3"
970995
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -2198,6 +2223,25 @@
21982223
"@vue/babel-plugin-transform-vue-jsx" "^1.2.1"
21992224
camelcase "^5.0.0"
22002225

2226+
"@vue/compiler-core@3.0.0":
2227+
version "3.0.0"
2228+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2"
2229+
integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ==
2230+
dependencies:
2231+
"@babel/parser" "^7.11.5"
2232+
"@babel/types" "^7.11.5"
2233+
"@vue/shared" "3.0.0"
2234+
estree-walker "^2.0.1"
2235+
source-map "^0.6.1"
2236+
2237+
"@vue/compiler-dom@3.0.0":
2238+
version "3.0.0"
2239+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526"
2240+
integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog==
2241+
dependencies:
2242+
"@vue/compiler-core" "3.0.0"
2243+
"@vue/shared" "3.0.0"
2244+
22012245
"@vue/compiler-sfc@2.7.8":
22022246
version "2.7.8"
22032247
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.8.tgz#731aadd6beafdb9c72fd8614ce189ac6cee87612"
@@ -2223,6 +2267,35 @@
22232267
optionalDependencies:
22242268
prettier "^1.18.2 || ^2.0.0"
22252269

2270+
"@vue/reactivity@3.0.0":
2271+
version "3.0.0"
2272+
resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b"
2273+
integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ==
2274+
dependencies:
2275+
"@vue/shared" "3.0.0"
2276+
2277+
"@vue/runtime-core@3.0.0":
2278+
version "3.0.0"
2279+
resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2"
2280+
integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA==
2281+
dependencies:
2282+
"@vue/reactivity" "3.0.0"
2283+
"@vue/shared" "3.0.0"
2284+
2285+
"@vue/runtime-dom@3.0.0":
2286+
version "3.0.0"
2287+
resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11"
2288+
integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g==
2289+
dependencies:
2290+
"@vue/runtime-core" "3.0.0"
2291+
"@vue/shared" "3.0.0"
2292+
csstype "^2.6.8"
2293+
2294+
"@vue/shared@3.0.0":
2295+
version "3.0.0"
2296+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a"
2297+
integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA==
2298+
22262299
"@vue/test-utils@1.3.0":
22272300
version "1.3.0"
22282301
resolved "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.3.0.tgz"
@@ -4202,6 +4275,11 @@ cssstyle@^2.3.0:
42024275
dependencies:
42034276
cssom "~0.3.6"
42044277

4278+
csstype@^2.6.8:
4279+
version "2.6.21"
4280+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e"
4281+
integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==
4282+
42054283
csstype@^3.1.0:
42064284
version "3.1.0"
42074285
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz"
@@ -11908,7 +11986,16 @@ vue-template-es2015-compiler@^1.9.0:
1190811986
resolved "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz"
1190911987
integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
1191011988

11911-
vue@2.7.8, vue@^2.6.12:
11989+
vue@3.0.0:
11990+
version "3.0.0"
11991+
resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90"
11992+
integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw==
11993+
dependencies:
11994+
"@vue/compiler-dom" "3.0.0"
11995+
"@vue/runtime-dom" "3.0.0"
11996+
"@vue/shared" "3.0.0"
11997+
11998+
vue@^2.6.12:
1191211999
version "2.7.8"
1191312000
resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.8.tgz#34e06553137611d8cecc4b0cd78b7a59f80b1299"
1191412001
integrity sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ==

0 commit comments

Comments
 (0)