diff --git a/package-lock.json b/package-lock.json index be6b633d5..eb69b6177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.0.0", - "@testing-library/vue": "^5.8.2", + "@testing-library/vue": "^5.8.3", "@types/jest": "^27.4.1", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0", @@ -4147,9 +4147,9 @@ } }, "node_modules/@testing-library/vue": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.2.tgz", - "integrity": "sha512-evsQjLw3T/c92ZsXflZMzSN72P06VlgUZMIcrRKn5n9ZX7QgQyebB3DgdmPACf6JgNfP8Y3Lm2212FmeMnWlZw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.3.tgz", + "integrity": "sha512-M6+QqP1xuFHixKOeXF9pCLbtiyJZRKfJRP+unBf6Ljm7aS1V2CSS95oTetFoblaj0W1+AC9XJgwmUDtlLoaakQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", @@ -24907,9 +24907,9 @@ } }, "@testing-library/vue": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.2.tgz", - "integrity": "sha512-evsQjLw3T/c92ZsXflZMzSN72P06VlgUZMIcrRKn5n9ZX7QgQyebB3DgdmPACf6JgNfP8Y3Lm2212FmeMnWlZw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/@testing-library/vue/-/vue-5.8.3.tgz", + "integrity": "sha512-M6+QqP1xuFHixKOeXF9pCLbtiyJZRKfJRP+unBf6Ljm7aS1V2CSS95oTetFoblaj0W1+AC9XJgwmUDtlLoaakQ==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index 93ed8f97b..ca9b67cdd 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.0.0", - "@testing-library/vue": "^5.8.2", + "@testing-library/vue": "^5.8.3", "@types/jest": "^27.4.1", "@vue/test-utils": "^1.3.0", "babel-core": "^7.0.0-bridge.0",