diff --git a/ui/package.json b/ui/package.json index 9224db5..9a488ad 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,7 +52,7 @@ "yaml": "2.0.1" }, "devDependencies": { - "@testing-library/vue": "6.5.1", + "@testing-library/vue": "6.6.0", "@types/jest": "27.5.2", "@types/lodash": "4.14.182", "@types/vue-markdown": "2.2.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 0ff3d27..7681b33 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1362,10 +1362,10 @@ lz-string "^1.4.4" pretty-format "^27.0.2" -"@testing-library/vue@6.5.1": - version "6.5.1" - resolved "https://registry.yarnpkg.com/@testing-library/vue/-/vue-6.5.1.tgz#e312cb6fb59d2e0e1a3d62a13299a70cf9a95e56" - integrity sha512-zbh2cAJrFbNN9i30Ly6rhbxq7y1aD1Au8v4QjukOLWWHJj7WH6q051eBcHTxPFjKCU4sCH6w6Xn5Qj7B35vc0w== +"@testing-library/vue@6.6.0": + version "6.6.0" + resolved "https://registry.yarnpkg.com/@testing-library/vue/-/vue-6.6.0.tgz#5d5d1f5544969c6b0733b1b325c0df7e1ae3c5da" + integrity sha512-pVCYlXSc19TDe8h9KgZGRY9CrdrsN2wLOegWbyI53FDUEJOuk/3w/BeXPLTQPMYxIv4N3/ZKK2ZJcBsNCouajA== dependencies: "@babel/runtime" "^7.15.4" "@testing-library/dom" "^8.5.0"