diff --git a/package-lock.json b/package-lock.json index e7b34645a..00a314750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/webpack-vue-config": "^7.0.2", - "@playwright/test": "^1.59.0", + "@playwright/test": "^1.59.1", "vue-loader": "^15.11.1" }, "engines": { @@ -4389,13 +4389,13 @@ } }, "node_modules/@playwright/test": { - "version": "1.59.0", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.0.tgz", - "integrity": "sha512-TOA5sTLd49rTDaZpYpvCQ9hGefHQq/OYOyCVnGqS2mjMfX+lGZv2iddIJd0I48cfxqSPttS9S3OuLKyylHcO1w==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.1.tgz", + "integrity": "sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright": "1.59.0" + "playwright": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -14536,13 +14536,13 @@ } }, "node_modules/playwright": { - "version": "1.59.0", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.0.tgz", - "integrity": "sha512-wihGScriusvATUxmhfENxg0tj1vHEFeIwxlnPFKQTOQVd7aG08mUfvvniRP/PtQOC+2Bs52kBOC/Up1jTXeIbw==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz", + "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.59.0" + "playwright-core": "1.59.1" }, "bin": { "playwright": "cli.js" @@ -14555,9 +14555,9 @@ } }, "node_modules/playwright-core": { - "version": "1.59.0", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.0.tgz", - "integrity": "sha512-PW/X/IoZ6BMUUy8rpwHEZ8Kc0IiLIkgKYGNFaMs5KmQhcfLILNx9yCQD0rnWeWfz1PNeqcFP1BsihQhDOBCwZw==", + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz", + "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index f80339322..ddcb446eb 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.2.1", "@nextcloud/webpack-vue-config": "^7.0.2", - "@playwright/test": "^1.59.0", + "@playwright/test": "^1.59.1", "vue-loader": "^15.11.1" }, "engines": {