Skip to content

Commit

Permalink
chore(deps): update external fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2023
1 parent 49b031c commit 8bc43f6
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
Expand All @@ -26,7 +26,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
Expand All @@ -43,7 +43,7 @@ jobs:
needs: [build, build_win]
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
persist-credentials: false
- name: Use Node.js 18.x
Expand Down
107 changes: 45 additions & 62 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"ignore": "5.2.4",
"ini": "4.1.1",
"isomorphic-git": "1.24.5",
"livereload-js": "4.0.1",
"livereload-js": "4.0.2",
"node-fetch": "3.3.2",
"open": "9.1.0",
"progress": "2.0.3",
Expand All @@ -80,16 +80,16 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"c8": "8.0.1",
"eslint": "8.51.0",
"esmock": "2.5.4",
"eslint": "8.52.0",
"esmock": "2.5.7",
"husky": "8.0.3",
"junit-report-builder": "3.1.0",
"lint-staged": "15.0.1",
"lint-staged": "15.0.2",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.3.4",
"nock": "13.3.6",
"semantic-release": "22.0.5",
"sinon": "16.1.0"
"sinon": "16.1.3"
},
"lint-staged": {
"*.js": "eslint"
Expand Down

0 comments on commit 8bc43f6

Please sign in to comment.