Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2023
1 parent 34e28ee commit 39362b7
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 101 deletions.
4 changes: 2 additions & 2 deletions .github/actions/codeql/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ runs:
using: composite
steps:
- name: Initialize CodeQL
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
uses: github/codeql-action/init@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2
with:
languages: ${{ inputs.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
uses: github/codeql-action/analyze@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2
169 changes: 80 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@
"devDependencies": {
"@actions/github": "6.0.0",
"@octokit/auth-app": "6.0.1",
"@types/conventional-changelog-writer": "4.0.7",
"@types/conventional-commits-parser": "3.0.5",
"@types/debug": "4.1.10",
"@types/git-raw-commits": "2.0.3",
"@types/jest": "29.5.7",
"@types/semver": "7.5.4",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@types/conventional-changelog-writer": "4.0.9",
"@types/conventional-commits-parser": "3.0.6",
"@types/debug": "4.1.12",
"@types/git-raw-commits": "2.0.4",
"@types/jest": "29.5.8",
"@types/semver": "7.5.5",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"conventional-changelog-angular": "7.0.0",
"eslint": "8.53.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.0.2",
"lint-staged": "15.1.0",
"octokit": "3.1.1",
"prettier": "3.0.3",
"prettier": "3.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2",
Expand Down

0 comments on commit 39362b7

Please sign in to comment.