diff --git a/tests/UI/package-lock.json b/tests/UI/package-lock.json index 5fe3f870..94042d02 100644 --- a/tests/UI/package-lock.json +++ b/tests/UI/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@playwright/test": "^1.40.1", - "@prestashop-core/ui-testing": "^0.0.4", + "@prestashop-core/ui-testing": "^0.0.5", "@types/node": "^20.11.5", "pwmochawesome": "^1.1.1", "typescript": "^5.3.3" @@ -51,9 +51,9 @@ } }, "node_modules/@prestashop-core/ui-testing": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.4.tgz", - "integrity": "sha512-L/zPCh9sNOJ1hQqqoOYhY0YE8Z+sk54gWJjwAsppFjKyuRRYhIRdNd62v0RvYHJnXcqjPckX784JyRN+krC6GQ==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.5.tgz", + "integrity": "sha512-7VLuCZNrqNiGZJncXYDYU1LpfFJg0irgi+5OFnXkrM3nGhTnrjSZWb9m/vSFjFNEYP+ewT2zl6SwFG6yMyM49g==", "dev": true, "dependencies": { "@faker-js/faker": "^8.3.1", @@ -601,9 +601,9 @@ } }, "@prestashop-core/ui-testing": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.4.tgz", - "integrity": "sha512-L/zPCh9sNOJ1hQqqoOYhY0YE8Z+sk54gWJjwAsppFjKyuRRYhIRdNd62v0RvYHJnXcqjPckX784JyRN+krC6GQ==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@prestashop-core/ui-testing/-/ui-testing-0.0.5.tgz", + "integrity": "sha512-7VLuCZNrqNiGZJncXYDYU1LpfFJg0irgi+5OFnXkrM3nGhTnrjSZWb9m/vSFjFNEYP+ewT2zl6SwFG6yMyM49g==", "dev": true, "requires": { "@faker-js/faker": "^8.3.1", diff --git a/tests/UI/package.json b/tests/UI/package.json index 1961a5af..9a4c827b 100644 --- a/tests/UI/package.json +++ b/tests/UI/package.json @@ -8,7 +8,7 @@ "license": "MIT", "devDependencies": { "@playwright/test": "^1.40.1", - "@prestashop-core/ui-testing": "^0.0.4", + "@prestashop-core/ui-testing": "^0.0.5", "@types/node": "^20.11.5", "pwmochawesome": "^1.1.1", "typescript": "^5.3.3"