Files
slsa-verifier/package.json
T
dependabot[bot]andGitHub f5ec9b11df chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [openpgp](https://github.com/openpgpjs/openpgpjs) and [renovate](https://github.com/renovatebot/renovate).


Updates `openpgp` from 5.11.1 to 6.2.0
- [Release notes](https://github.com/openpgpjs/openpgpjs/releases)
- [Commits](https://github.com/openpgpjs/openpgpjs/compare/v5.11.1...v6.2.0)

Updates `renovate` from 37.374.1 to 41.43.5
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Changelog](https://github.com/renovatebot/renovate/blob/main/.releaserc.json)
- [Commits](https://github.com/renovatebot/renovate/compare/37.374.1...41.43.5)

---
updated-dependencies:
- dependency-name: openpgp
  dependency-version: 6.2.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: renovate
  dependency-version: 41.43.5
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-27 00:34:58 +00:00

14 lines
278 B
JSON

{
"scripts": {
"markdown-toc": "markdown-toc --bullets='-' -i",
"renovate-config-validator": "renovate-config-validator --strict"
},
"devDependencies": {
"markdown-toc": "1.2.0",
"renovate": "41.43.5"
},
"overrides": {
"autolinker": "^4.0.0"
}
}