Skip to content

Commit c5da500

Browse files
Bump the npm group (#215)
Bumps the npm group in /demos/code-coverage-with-istanbul-via-webpack-babel-plugin with 2 updates: [@playwright/test](https://github.com/microsoft/playwright) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@playwright/test` from 1.41.1 to 1.41.2 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.41.1...v1.41.2) Updates `@types/node` from 20.11.15 to 20.11.16 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" 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>
1 parent 2ac7623 commit c5da500

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

demos/code-coverage-with-istanbul-via-webpack-babel-plugin/package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/code-coverage-with-istanbul-via-webpack-babel-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@angular/compiler-cli": "^17.1.2",
3434
"@istanbuljs/nyc-config-typescript": "^1.0.2",
3535
"@istanbuljs/schema": "^0.1.3",
36-
"@playwright/test": "^1.41.1",
37-
"@types/node": "^20.11.15",
36+
"@playwright/test": "^1.41.2",
37+
"@types/node": "^20.11.16",
3838
"babel-plugin-istanbul": "^6.1.1",
3939
"nyc": "^15.1.0",
4040
"open-cli": "^8.0.0",

0 commit comments

Comments
 (0)