chore(deps): pin dependencies (maint/v5) (#511)
Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/511 Co-authored-by: Renovate Bot <bot@kriese.eu> Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
parent
5cfedf4f41
commit
8e16f709df
2 changed files with 18 additions and 16 deletions
16
package.json
16
package.json
|
@ -13,14 +13,14 @@
|
|||
"readme:parameters": "readme-generator -v values.yaml -r README.md"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@bitnami/readme-generator-for-helm": "^2.4.2",
|
||||
"clipanion": "^3.2.1",
|
||||
"conventional-changelog-conventionalcommits": "^7.0.0",
|
||||
"conventional-changelog-core": "^7.0.0",
|
||||
"husky": "^9.0.0",
|
||||
"lint-staged": "^15.2.0",
|
||||
"markdownlint-cli": "^0.39.0",
|
||||
"prettier": "^3.1.0"
|
||||
"@bitnami/readme-generator-for-helm": "2.6.1",
|
||||
"clipanion": "3.2.1",
|
||||
"conventional-changelog-conventionalcommits": "7.0.2",
|
||||
"conventional-changelog-core": "7.0.0",
|
||||
"husky": "9.0.11",
|
||||
"lint-staged": "15.2.2",
|
||||
"markdownlint-cli": "0.39.0",
|
||||
"prettier": "3.2.5"
|
||||
},
|
||||
"packageManager": "pnpm@9.0.5",
|
||||
"engines": {
|
||||
|
|
|
@ -9,28 +9,28 @@ importers:
|
|||
.:
|
||||
devDependencies:
|
||||
'@bitnami/readme-generator-for-helm':
|
||||
specifier: ^2.4.2
|
||||
specifier: 2.6.1
|
||||
version: 2.6.1
|
||||
clipanion:
|
||||
specifier: ^3.2.1
|
||||
specifier: 3.2.1
|
||||
version: 3.2.1(typanion@3.14.0)
|
||||
conventional-changelog-conventionalcommits:
|
||||
specifier: ^7.0.0
|
||||
specifier: 7.0.2
|
||||
version: 7.0.2
|
||||
conventional-changelog-core:
|
||||
specifier: ^7.0.0
|
||||
specifier: 7.0.0
|
||||
version: 7.0.0
|
||||
husky:
|
||||
specifier: ^9.0.0
|
||||
specifier: 9.0.11
|
||||
version: 9.0.11
|
||||
lint-staged:
|
||||
specifier: ^15.2.0
|
||||
specifier: 15.2.2
|
||||
version: 15.2.2
|
||||
markdownlint-cli:
|
||||
specifier: ^0.39.0
|
||||
specifier: 0.39.0
|
||||
version: 0.39.0
|
||||
prettier:
|
||||
specifier: ^3.1.0
|
||||
specifier: 3.2.5
|
||||
version: 3.2.5
|
||||
|
||||
packages:
|
||||
|
@ -299,6 +299,7 @@ packages:
|
|||
|
||||
glob@7.2.3:
|
||||
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
||||
deprecated: Glob versions prior to v9 are no longer supported
|
||||
|
||||
handlebars@4.7.8:
|
||||
resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==}
|
||||
|
@ -332,6 +333,7 @@ packages:
|
|||
|
||||
inflight@1.0.6:
|
||||
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
|
||||
deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
|
||||
|
||||
inherits@2.0.4:
|
||||
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
||||
|
|
Loading…
Reference in a new issue