Merge pull request #2726 from GSA/dependabot/npm_and_yarn/playwright-1.53.2

Bump playwright from 1.53.1 to 1.53.2
This commit is contained in:
Alex Janousek
2025-07-01 12:41:45 -04:00
committed by GitHub
2 changed files with 9 additions and 11 deletions

18
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"hogan": "1.0.2",
"jquery": "3.7.1",
"morphdom": "^2.7.5",
"playwright": "^1.53.1",
"playwright": "^1.53.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.89.2",
@@ -11606,12 +11606,11 @@
}
},
"node_modules/playwright": {
"version": "1.53.1",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.1.tgz",
"integrity": "sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw==",
"license": "Apache-2.0",
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.2.tgz",
"integrity": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==",
"dependencies": {
"playwright-core": "1.53.1"
"playwright-core": "1.53.2"
},
"bin": {
"playwright": "cli.js"
@@ -11624,10 +11623,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.53.1",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz",
"integrity": "sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==",
"license": "Apache-2.0",
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz",
"integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==",
"bin": {
"playwright-core": "cli.js"
},

View File

@@ -37,7 +37,7 @@
"hogan": "1.0.2",
"jquery": "3.7.1",
"morphdom": "^2.7.5",
"playwright": "^1.53.1",
"playwright": "^1.53.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.89.2",