diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d24cd7ae..6f9439e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -70,7 +70,7 @@ repos: # GitHub Actions etc. configuration validity checking - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: #- id: check-jsonschema - id: check-dependabot @@ -95,7 +95,7 @@ repos: # .editorconfig validity checking - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "2.7.3" + rev: "3.0.3" hooks: - id: editorconfig-checker alias: ec diff --git a/package.json b/package.json index ec7c0dba..03674bc9 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "devDependencies": { "@aminda/global-prettier-config": "2024.28.4" }, - "packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276", + "packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1", "prettier": "@aminda/global-prettier-config" }