summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-19 17:21:40 +0000
committerSerghei Iakovlev <git@serghei.pl>2025-06-29 09:04:21 +0200
commit170d56ea2e17f786e4f1bda7f736783b73a902b0 (patch)
treef2d67a249a2b88708754172f1355d287b5c39194
parentef943ec07e0c250f744eab4790b7baac7c1956bf (diff)
downloadgohugo-theme-ed-170d56ea2e17f786e4f1bda7f736783b73a902b0.tar.gz
Bump @playwright/test from 1.51.1 to 1.53.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.51.1 to 1.53.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.51.1...v1.53.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.53.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json24
-rw-r--r--package.json2
2 files changed, 13 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json
index f87846a..7600d56 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "0.8.0",
"license": "MIT",
"devDependencies": {
- "@playwright/test": "^1.51.1",
+ "@playwright/test": "^1.53.1",
"@types/node": "^24.0.1",
"eslint": "^9.29.0",
"jsdom": "^26.0.0"
@@ -349,13 +349,13 @@
}
},
"node_modules/@playwright/test": {
- "version": "1.51.1",
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.51.1.tgz",
- "integrity": "sha512-nM+kEaTSAoVlXmMPH10017vn3FSiFqr/bh4fKg9vmAdMfd9SDqRZNvPSiAHADc/itWak+qPvMPZQOPwCBW7k7Q==",
+ "version": "1.53.1",
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.53.1.tgz",
+ "integrity": "sha512-Z4c23LHV0muZ8hfv4jw6HngPJkbbtZxTkxPNIg7cJcTc9C28N/p2q7g3JZS2SiKBBHJ3uM1dgDye66bB7LEk5w==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
- "playwright": "1.51.1"
+ "playwright": "1.53.1"
},
"bin": {
"playwright": "cli.js"
@@ -1366,13 +1366,13 @@
}
},
"node_modules/playwright": {
- "version": "1.51.1",
- "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.1.tgz",
- "integrity": "sha512-kkx+MB2KQRkyxjYPc3a0wLZZoDczmppyGJIvQ43l+aZihkaVvmu/21kiyaHeHjiFxjxNNFnUncKmcGIyOojsaw==",
+ "version": "1.53.1",
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.1.tgz",
+ "integrity": "sha512-LJ13YLr/ocweuwxyGf1XNFWIU4M2zUSo149Qbp+A4cpwDjsxRPj7k6H25LBrEHiEwxvRbD8HdwvQmRMSvquhYw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
- "playwright-core": "1.51.1"
+ "playwright-core": "1.53.1"
},
"bin": {
"playwright": "cli.js"
@@ -1385,9 +1385,9 @@
}
},
"node_modules/playwright-core": {
- "version": "1.51.1",
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.1.tgz",
- "integrity": "sha512-/crRMj8+j/Nq5s8QcvegseuyeZPxpQCZb6HNk3Sos3BlZyAknRjoyJPFWkpNn8v0+P3WiwqFF8P+zQo4eqiNuw==",
+ "version": "1.53.1",
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.1.tgz",
+ "integrity": "sha512-Z46Oq7tLAyT0lGoFx4DOuB1IA9D1TPj0QkYxpPVUnGDqHHvDpCftu1J2hM2PiWsNMoZh8+LQaarAWcDfPBc6zg==",
"dev": true,
"license": "Apache-2.0",
"bin": {
diff --git a/package.json b/package.json
index 18a1ddb..718af10 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"netlify-preview": "node netlify-preview.js"
},
"devDependencies": {
- "@playwright/test": "^1.51.1",
+ "@playwright/test": "^1.53.1",
"@types/node": "^24.0.1",
"eslint": "^9.29.0",
"jsdom": "^26.0.0"