Skip to content

Commit

Permalink
Update restify in JS yo templates to v10.0.0 (#4392)
Browse files Browse the repository at this point in the history
Co-authored-by: Anish Prasad <v-aniprasad@microsoft.com>
  • Loading branch information
anishprasad01 and Anish Prasad authored Jul 14, 2023
1 parent 7c478c7 commit 030bed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"botbuilder-ai": "~4.15.0",
"botbuilder-dialogs": "~4.15.0",
"dotenv": "~8.2.0",
"restify": "~8.5.1"
"restify": "~10.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"botbuilder": "~4.15.0",
"dotenv": "~8.2.0",
"restify": "~8.5.1"
"restify": "~10.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"botbuilder": "~4.15.0",
"restify": "~8.5.1"
"restify": "~10.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
Expand Down

0 comments on commit 030bed7

Please sign in to comment.