chore(deps): update dependency @vue/test-utils to v2.4.8 (#2875)
dancefinder-app / build (push) Successful in 1m55s
dancefinder-app / deploy-prod (push) Successful in 1m45s

This commit was merged in pull request #2875.
This commit is contained in:
2026-04-27 10:08:18 +00:00
parent ad64fff80e
commit fe263f55fa
2 changed files with 19 additions and 9 deletions
+18 -8
View File
@@ -35,7 +35,7 @@
"@nuxt/eslint": "1.15.2", "@nuxt/eslint": "1.15.2",
"@nuxtjs/i18n": "10.2.4", "@nuxtjs/i18n": "10.2.4",
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.8",
"esbuild": "0.28.0", "esbuild": "0.28.0",
"eslint": "10.2.1", "eslint": "10.2.1",
"eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-simple-import-sort": "13.0.0",
@@ -8950,14 +8950,24 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@vue/test-utils": { "node_modules/@vue/test-utils": {
"version": "2.4.6", "version": "2.4.8",
"resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.6.tgz", "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.4.8.tgz",
"integrity": "sha512-FMxEjOpYNYiFe0GkaHsnJPXFHxQ6m4t8vI/ElPGpMWxZKpmRvQ33OIrvRXemy6yha03RxhOlQuy+gZMC3CQSow==", "integrity": "sha512-cjAKFbSXFhtZ9Cj+ug60b21lW/BN737e+Syu2LPACIW6R0zVtj65Fnfe649KjfHor3Etx3ZavDFFBrZ+p21YNw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"js-beautify": "^1.14.9", "js-beautify": "^1.14.9",
"vue-component-type-helpers": "^2.0.0" "vue-component-type-helpers": "^3.0.0"
},
"peerDependencies": {
"@vue/compiler-dom": "3.x",
"@vue/server-renderer": "3.x",
"vue": "3.x"
},
"peerDependenciesMeta": {
"@vue/server-renderer": {
"optional": true
}
} }
}, },
"node_modules/@vuetify/loader-shared": { "node_modules/@vuetify/loader-shared": {
@@ -22063,9 +22073,9 @@
} }
}, },
"node_modules/vue-component-type-helpers": { "node_modules/vue-component-type-helpers": {
"version": "2.2.12", "version": "3.2.7",
"resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-2.2.12.tgz", "resolved": "https://registry.npmjs.org/vue-component-type-helpers/-/vue-component-type-helpers-3.2.7.tgz",
"integrity": "sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw==", "integrity": "sha512-+gPp5YGmhfsj1IN+xUo7y0fb4clfnOiiUA39y07yW1VzCRjzVgwLbtmdWlghh7mXrPsEaYc7rrIir/HT6C8vYQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },
+1 -1
View File
@@ -27,7 +27,7 @@
"@nuxt/eslint": "1.15.2", "@nuxt/eslint": "1.15.2",
"@nuxtjs/i18n": "10.2.4", "@nuxtjs/i18n": "10.2.4",
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.8",
"esbuild": "0.28.0", "esbuild": "0.28.0",
"eslint": "10.2.1", "eslint": "10.2.1",
"eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-simple-import-sort": "13.0.0",