diff --git a/package-lock.json b/package-lock.json index 0de5107a6..d349147a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gulp-merge": "^0.1.1", "jquery": "3.7.1", "morphdom": "^2.7.7", - "playwright": "^1.54.1", + "playwright": "^1.54.2", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.89.2", @@ -12171,12 +12171,12 @@ } }, "node_modules/playwright": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz", + "integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==", "license": "Apache-2.0", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.54.2" }, "bin": { "playwright": "cli.js" @@ -12189,9 +12189,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", + "version": "1.54.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz", + "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==", "license": "Apache-2.0", "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index fd4a545d8..ab682cf34 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gulp-merge": "^0.1.1", "jquery": "3.7.1", "morphdom": "^2.7.7", - "playwright": "^1.54.1", + "playwright": "^1.54.2", "python": "^0.0.4", "query-command-supported": "1.0.0", "sass-embedded": "^1.89.2",