Skip to content

Commit a68148e

Browse files
test(deps): bump the npm group with 3 updates (#916)
Bumps the npm group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [dotenv](https://github.com/motdotla/dotenv) and [playwright-bdd](https://github.com/vitalets/playwright-bdd). Updates `@types/node` from 24.3.0 to 24.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `dotenv` from 17.2.1 to 17.2.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.1...v17.2.2) Updates `playwright-bdd` from 8.4.0 to 8.4.1 - [Release notes](https://github.com/vitalets/playwright-bdd/releases) - [Changelog](https://github.com/vitalets/playwright-bdd/blob/main/CHANGELOG.md) - [Commits](vitalets/playwright-bdd@v8.4.0...v8.4.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: dotenv dependency-version: 17.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: playwright-bdd dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <[email protected]>
1 parent d128c87 commit a68148e

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 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
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"devDependencies": {
55
"@playwright/test": "^1.55.0",
6-
"@types/node": "^24.3.0",
7-
"dotenv": "^17.2.1",
6+
"@types/node": "^24.3.1",
7+
"dotenv": "^17.2.2",
88
"nodemon": "^3.1.10",
99
"otpauth": "^9.4.1",
10-
"playwright-bdd": "^8.4.0"
10+
"playwright-bdd": "^8.4.1"
1111
},
1212
"scripts": {
1313
"test": "cd $INIT_CWD && npx bddgen && npx playwright test",

0 commit comments

Comments
 (0)