Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 27, 2023
1 parent 93576b3 commit f7a53cb
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
Expand Down
52 changes: 35 additions & 17 deletions extension/package-lock.json

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

2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "3.0.3",
"proxyquire": "2.1.3",
"puppeteer": "21.4.0",
"sinon": "16.1.3",
"sinon": "17.0.0",
"c8": "8.0.1"
},
"dependencies": {
Expand Down
52 changes: 35 additions & 17 deletions notification/package-lock.json

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

2 changes: 1 addition & 1 deletion notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"nock": "13.3.6",
"p-map": "6.0.0",
"prettier": "3.0.3",
"sinon": "16.1.3",
"sinon": "17.0.0",
"c8": "8.0.1"
},
"husky": {
Expand Down

0 comments on commit f7a53cb

Please sign in to comment.