Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#116)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/zricethezav/gitleaks: v8.12.0 → v8.13.0](gitleaks/gitleaks@v8.12.0...v8.13.0)
- [github.com/pre-commit/mirrors-eslint: v8.23.1 → v8.24.0](pre-commit/mirrors-eslint@v8.23.1...v8.24.0)

* Bump winston from 3.6.0 to 3.8.2

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: fabasoad <fabasoad@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and fabasoad authored Oct 2, 2022
1 parent c0491fe commit e163e34
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 217 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: detect-secrets
stages: ["commit", "push"]
- repo: https://github.com/zricethezav/gitleaks
rev: v8.12.0
rev: v8.13.0
hooks:
- id: gitleaks
stages: ["commit", "push"]
Expand All @@ -35,7 +35,7 @@ repos:
stages: ["push"]
# TypeScript
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.23.1
rev: v8.24.0
hooks:
- id: eslint
args: ['--fix']
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
},
"homepage": "https://github.com/fabasoad/setup-cobol-action#readme",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/exec": "1.1.0"
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@vercel/ncc": "0.33.3",
"@vercel/ncc": "0.34.0",
"chai": "4.3.6",
"eslint": "8.9.0",
"eslint": "8.24.0",
"eslint-config-google": "0.14.0",
"mocha": "9.2.0",
"mocha": "10.0.0",
"mocha-param": "2.0.1",
"nyc": "15.1.0",
"sinon": "13.0.1",
"winston": "3.6.0"
"sinon": "14.0.0",
"winston": "3.8.2"
}
}
Loading

0 comments on commit e163e34

Please sign in to comment.