Skip to content

Commit f5c8119

Browse files
authored
Merge pull request #15394 from HuihuiWu-Microsoft/fix-package-warning
fix: upgrade shx package to get rid of security warning
2 parents 90530f0 + f71fe49 commit f5c8119

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

templates/unused/ts/command-and-response/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/node": "^20.0.0",
3636
"env-cmd": "^10.1.0",
3737
"nodemon": "^3.1.7",
38-
"shx": "^0.3.4",
38+
"shx": "^0.4.0"",
3939
"ts-node": "^10.4.0",
4040
"typescript": "~5.8.3"
4141
}

templates/unused/ts/custom-copilot-assistant-assistants-api/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/unused/ts/custom-copilot-assistant-new/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/unused/ts/custom-copilot-rag-microsoft365/package.json.tpl

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

templates/unused/ts/link-unfurling/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^18.0.0",
3333
"env-cmd": "^10.1.0",
3434
"nodemon": "^3.1.7",
35-
"shx": "^0.3.3",
35+
"shx": "^0.4.0"",
3636
"ts-node": "^10.4.0",
3737
"typescript": "^4.4.4"
3838
}

templates/unused/ts/m365-message-extension/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": "^4.4.4",
4040
"nodemon": "^3.1.7",
41-
"shx": "^0.3.3"
41+
"shx": "^0.4.0""
4242
}
4343
}

templates/unused/ts/message-extension-action/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": "^4.4.4",
4040
"nodemon": "^3.1.7",
41-
"shx": "^0.3.3"
41+
"shx": "^0.4.0""
4242
}
4343
}

templates/unused/ts/message-extension/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": "^4.4.4",
4040
"nodemon": "^3.1.7",
41-
"shx": "^0.3.3"
41+
"shx": "^0.4.0""
4242
}
4343
}

templates/unused/ts/non-sso-tab-default-bot/bot/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"ts-node": "^10.4.0",
3535
"typescript": "^4.4.4",
3636
"nodemon": "^3.1.7",
37-
"shx": "^0.3.3"
37+
"shx": "^0.4.0""
3838
}
3939
}

templates/unused/ts/non-sso-tab/package.json.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"nodemon": "^3.1.7",
2020
"ts-node": "^10.9.1",
2121
"typescript": "^4.1.2",
22-
"shx": "^0.3.4",
22+
"shx": "^0.4.0"",
2323
"vite": "^6.0.2"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)