1
0
Fork 0
mirror of https://github.com/imjasonh/govulncheck-action synced 2026-07-07 00:12:55 +00:00

chore(deps-dev): bump the npm-dependencies group with 3 updates (#81)

Bumps the npm-dependencies group with 3 updates: [esbuild](https://github.com/evanw/esbuild), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [lint-staged](https://github.com/lint-staged/lint-staged).


Updates `esbuild` from 0.27.3 to 0.27.4
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.3...v0.27.4)

Updates `jest` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest)

Updates `lint-staged` from 16.3.2 to 16.4.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.3.2...v16.4.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.27.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: lint-staged
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-16 21:36:45 +00:00 committed by GitHub
parent 71daeb1dbf
commit ce976b3cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 506 additions and 543 deletions

1043
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,12 +31,12 @@
"@actions/github": "^9.0.0"
},
"devDependencies": {
"esbuild": "^0.27.3",
"esbuild": "^0.27.4",
"eslint": "^10.0.3",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest": "^30.3.0",
"license-checker": "^25.0.1",
"lint-staged": "^16.3.2",
"lint-staged": "^16.4.0",
"prettier": "^3.7.4"
},
"jest": {