Skip to content

Commit c284176

Browse files
fix(deps): lock file maintenance all non-major (#1516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5579db commit c284176

File tree

3 files changed

+38
-39
lines changed

3 files changed

+38
-39
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
node-version: '22'
3131
cache: 'npm'
32-
- uses: actions/cache@v4.2.1
32+
- uses: actions/cache@v4.2.2
3333
with:
3434
path: ${{ env.PKG_CACHE_PATH }}
3535
key: pkg-cache-${{ matrix.node-version }}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"ajv": "8.x.x",
28-
"axios": "1.7.9",
28+
"axios": "1.8.1",
2929
"base64url": "3.x.x",
3030
"camelcase": "6.x.x",
3131
"chalk": "4.x.x",

0 commit comments

Comments
 (0)