summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-15 17:04:26 +0000
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-16 01:46:02 +0200
commitea87d40faefa6032b02ac2fc9b3c17df0ebce17a (patch)
tree455dd773db13c9087f85ad511d85941aee0e6cd2
parent6a3f9e3c4537a94ba4677e1207906c2856806738 (diff)
downloadgohugo-theme-ed-ea87d40faefa6032b02ac2fc9b3c17df0ebce17a.tar.gz
Bump @playwright/test from 1.43.0 to 1.43.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.0 to 1.43.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.43.0...v1.43.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... 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 4e75f00..e144feb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "0.7.0",
"license": "MIT",
"devDependencies": {
- "@playwright/test": "^1.43.0",
+ "@playwright/test": "^1.43.1",
"@types/node": "^20.12.7",
"editorconfig-checker": "^5.1.5",
"eslint": "^9.0.0",
@@ -157,12 +157,12 @@
}
},
"node_modules/@playwright/test": {
- "version": "1.43.0",
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.0.tgz",
- "integrity": "sha512-Ebw0+MCqoYflop7wVKj711ccbNlrwTBCtjY5rlbiY9kHL2bCYxq+qltK6uPsVBGGAOb033H2VO0YobcQVxoW7Q==",
+ "version": "1.43.1",
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz",
+ "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==",
"dev": true,
"dependencies": {
- "playwright": "1.43.0"
+ "playwright": "1.43.1"
},
"bin": {
"playwright": "cli.js"
@@ -1175,12 +1175,12 @@
}
},
"node_modules/playwright": {
- "version": "1.43.0",
- "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.0.tgz",
- "integrity": "sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==",
+ "version": "1.43.1",
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz",
+ "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==",
"dev": true,
"dependencies": {
- "playwright-core": "1.43.0"
+ "playwright-core": "1.43.1"
},
"bin": {
"playwright": "cli.js"
@@ -1193,9 +1193,9 @@
}
},
"node_modules/playwright-core": {
- "version": "1.43.0",
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.0.tgz",
- "integrity": "sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==",
+ "version": "1.43.1",
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
+ "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
"dev": true,
"bin": {
"playwright-core": "cli.js"
diff --git a/package.json b/package.json
index 8bc9b1a..dea1270 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
"netlify-preview": "node netlify-preview.js"
},
"devDependencies": {
- "@playwright/test": "^1.43.0",
+ "@playwright/test": "^1.43.1",
"@types/node": "^20.12.7",
"editorconfig-checker": "^5.1.5",
"eslint": "^9.0.0",