Skip to content

Commit 1b0c55f

Browse files
Priyanshu AgrawalPriyanshu Agrawal
authored andcommitted
Merge remote-tracking branch 'origin/main' into users/priyanshuag/actions-hub-clone-site
2 parents 205bf59 + 322f4f4 commit 1b0c55f

3 files changed

Lines changed: 26 additions & 16 deletions

File tree

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async function snapshot() {
352352
}
353353
}
354354

355-
const cliVersion = '2.5.1';
355+
const cliVersion = '2.6.3';
356356

357357
const recompile = gulp.series(
358358
clean,

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1870,7 +1870,8 @@
18701870
"utf-8-validate": "^5.0.9"
18711871
},
18721872
"overrides": {
1873-
"axios": "1.13.5",
1873+
"axios": "1.15.0",
1874+
"basic-ftp": "5.2.2",
18741875
"tmp": "^0.2.4",
18751876
"@octokit/request": "^8.4.1",
18761877
"@octokit/plugin-paginate-rest": "^9.2.2",

0 commit comments

Comments
 (0)