Skip to content

Commit 81e8f16

Browse files
Bump Dependencies (#1629)
* Bump Dependencies > [email protected] bumpdependencies > ncu --upgrade --reject bootstrap Upgrading /home/runner/work/ungit/ungit/package.json @primer/octicons ~19.15.5 → ~19.16.0 dedent ~1.6.0 → ~1.7.0 electron ~37.3.1 → ~38.0.0 mocha ~11.7.1 → ~11.7.2 npm-check-updates ~18.0.2 → ~18.0.3 p-limit ~7.1.0 → ~7.1.1 puppeteer ~24.17.0 → ~24.18.0 Run npm install to install new versions. * bump actions/setup-node to v5 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: campersau <[email protected]>
1 parent c51d531 commit 81e8f16

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Use Node.js
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: '18'
2323

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020

2121
- name: Use Node.js ${{ matrix.node-version }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'

package-lock.json

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"0ungit-credentials-helper": "./bin/credentials-helper"
2929
},
3030
"dependencies": {
31-
"@primer/octicons": "~19.15.5",
31+
"@primer/octicons": "~19.16.0",
3232
"blueimp-md5": "~2.19.0",
3333
"body-parser": "~2.2.0",
3434
"bootstrap": "~3.4.1",
@@ -54,7 +54,7 @@
5454
"node-cache": "~5.1.2",
5555
"nprogress": "~0.2.0",
5656
"open": "~10.2.0",
57-
"p-limit": "~7.1.0",
57+
"p-limit": "~7.1.1",
5858
"passport": "~0.7.0",
5959
"passport-local": "~1.0.0",
6060
"raven-js": "~3.27.2",
@@ -76,8 +76,8 @@
7676
"@homer0/prettier-plugin-jsdoc": "~10.0.0",
7777
"archiver": "~7.0.1",
7878
"browserify": "~17.0.1",
79-
"dedent": "~1.6.0",
80-
"electron": "~37.3.1",
79+
"dedent": "~1.7.0",
80+
"electron": "~38.0.0",
8181
"electron-packager": "~17.1.2",
8282
"eslint": "~9.34.0",
8383
"eslint-plugin-mocha": "~11.1.0",
@@ -87,13 +87,13 @@
8787
"expect.js": "~0.3.1",
8888
"globals": "~16.3.0",
8989
"less": "~4.4.1",
90-
"mocha": "~11.7.1",
90+
"mocha": "~11.7.2",
9191
"nodemon": "~3.1.10",
92-
"npm-check-updates": "~18.0.2",
92+
"npm-check-updates": "~18.0.3",
9393
"nyc": "~17.1.0",
9494
"portfinder": "~1.0.37",
9595
"prettier": "~3.6.2",
96-
"puppeteer": "~24.17.0",
96+
"puppeteer": "~24.18.0",
9797
"superagent": "~10.2.3",
9898
"supertest": "~7.1.4"
9999
},

0 commit comments

Comments
 (0)