Skip to content

Commit

Permalink
test(deps): bump the npm group with 3 updates (#587)
Browse files Browse the repository at this point in the history
Bumps the npm group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [otpauth](https://github.com/hectorm/otpauth) and [playwright-bdd](https://github.com/vitalets/playwright-bdd).


Updates `@types/node` from 22.5.5 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `otpauth` from 9.3.2 to 9.3.4
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](hectorm/otpauth@v9.3.2...v9.3.4)

Updates `playwright-bdd` from 7.2.2 to 7.4.2
- [Changelog](https://github.com/vitalets/playwright-bdd/blob/main/CHANGELOG.md)
- [Commits](vitalets/playwright-bdd@v7.2.2...v7.4.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: otpauth
  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-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b70c2ed commit bf51ad5
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 28 deletions.
101 changes: 76 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"devDependencies": {
"@playwright/test": "^1.47.2",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"dotenv": "^16.4.5",
"nodemon": "^3.1.7",
"otpauth": "^9.3.2",
"playwright-bdd": "^7.2.2"
"otpauth": "^9.3.4",
"playwright-bdd": "^7.4.2"
},
"scripts": {
"test": "cd $INIT_CWD && npx bddgen && npx playwright test",
Expand Down

0 comments on commit bf51ad5

Please sign in to comment.