Skip to content

Commit 9d0a8bc

Browse files
fix: clear high npm dependency audit findings (#233)
* deps: bump the development-tooling group across 1 directory with 2 updates Bumps the development-tooling group with 2 updates in the / directory: [@playwright/test](https://github.com/microsoft/playwright) and [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html). Updates `@playwright/test` from 1.62.1 to 1.63.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.62.1...v1.63.0) Updates `eslint-plugin-html` from 8.1.4 to 8.2.0 - [Changelog](https://github.com/BenoitZugmeyer/eslint-plugin-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/BenoitZugmeyer/eslint-plugin-html/commits) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.63.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling - dependency-name: eslint-plugin-html dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling ... Signed-off-by: dependabot[bot] <support@github.com> * fix: patch vulnerable npm transitive dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8c7ec6 commit 9d0a8bc

2 files changed

Lines changed: 51 additions & 55 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"sync:tools": "npm run sync"
2929
},
3030
"devDependencies": {
31-
"@playwright/test": "^1.62.1",
31+
"@playwright/test": "^1.63.0",
3232
"eslint": "^9.39.5",
33-
"eslint-plugin-html": "^8.1.4",
33+
"eslint-plugin-html": "^8.2.0",
3434
"htmlhint": "^1.9.2",
3535
"postcss-html": "^1.8.1",
3636
"prettier": "^3.9.6",

0 commit comments

Comments
 (0)