Skip to content

Commit e039ab8

Browse files
fix: eliminate security warning from package dependency (#15381)
1 parent 785ee1d commit e039ab8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/vsc/ts/custom-copilot-basic/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"ts-node": "^10.4.0",
3939
"typescript": "~5.8.3",
4040
"nodemon": "^3.1.7",
41-
"shx": "^0.3.3"
41+
"shx": "^0.4.0"
4242
}
4343
}

templates/vsc/ts/custom-copilot-rag-azure-ai-search/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"ts-node": "^10.4.0",
4242
"typescript": "~5.8.3",
4343
"nodemon": "^3.1.7",
44-
"shx": "^0.3.3"
44+
"shx": "^0.4.0"
4545
}
4646
}

templates/vsc/ts/custom-copilot-rag-custom-api/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"ts-node": "^10.4.0",
4747
"typescript": "~5.8.3",
4848
"nodemon": "^3.1.7",
49-
"shx": "^0.3.3"
49+
"shx": "^0.4.0"
5050
}
5151
}

templates/vsc/ts/custom-copilot-rag-customize/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"ts-node": "^10.4.0",
3939
"typescript": "~5.8.3",
4040
"nodemon": "^3.1.7",
41-
"shx": "^0.3.3"
41+
"shx": "^0.4.0"
4242
}
4343
}

0 commit comments

Comments
 (0)