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

chore(deps-dev): bump the npm-dependencies group with 2 updates (#30)

Bumps the npm-dependencies group with 2 updates: [eslint](https://github.com/eslint/eslint) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest).


Updates `eslint` from 9.30.0 to 9.32.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.30.0...v9.32.0)

Updates `jest` from 30.0.3 to 30.0.5
- [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.0.5/packages/jest)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: jest
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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] 2025-07-30 19:39:25 +00:00 committed by GitHub
parent 83275caf2a
commit 5cb6fb26c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 802 additions and 528 deletions

1326
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,9 +31,9 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"eslint": "^9.30.0",
"eslint": "^9.32.0",
"husky": "^9.1.7",
"jest": "^30.0.3",
"jest": "^30.0.5",
"lint-staged": "^16.1.2",
"prettier": "^3.6.2"
},