Skip to content

Commit 7720307

Browse files
test(deps): bump the npm group with 3 updates (#742)
Bumps the npm group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [playwright-bdd](https://github.com/vitalets/playwright-bdd). Updates `@playwright/test` from 1.50.1 to 1.51.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.1...v1.51.0) Updates `@types/node` from 22.13.8 to 22.13.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `playwright-bdd` from 8.2.0 to 8.2.1 - [Changelog](https://github.com/vitalets/playwright-bdd/blob/main/CHANGELOG.md) - [Commits](vitalets/playwright-bdd@v8.2.0...v8.2.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: playwright-bdd dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6d2fe3 commit 7720307

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "amp-devcontainer-tests",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"@playwright/test": "^1.50.1",
6-
"@types/node": "^22.13.8",
5+
"@playwright/test": "^1.51.0",
6+
"@types/node": "^22.13.10",
77
"dotenv": "^16.4.7",
88
"nodemon": "^3.1.9",
99
"otpauth": "^9.3.6",
10-
"playwright-bdd": "^8.2.0"
10+
"playwright-bdd": "^8.2.1"
1111
},
1212
"scripts": {
1313
"test": "cd $INIT_CWD && npx bddgen && npx playwright test",

0 commit comments

Comments
 (0)