Skip to content

Commit

Permalink
cherrypick(4.11): axios patches (#3184)
Browse files Browse the repository at this point in the history
* fix: axios dependeabot alert (#3172)

* fix: bump ms-rest-js for axios version bump (#3183)

Fixes #3181
  • Loading branch information
joshgummersall authored Jan 15, 2021
1 parent 11c17ee commit f430219
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@azure/cognitiveservices-luis-runtime": "2.0.0",
"@azure/ms-rest-js": "1.9.0",
"@azure/ms-rest-js": "1.9.1",
"@microsoft/recognizers-text-date-time": "1.1.4",
"adaptive-expressions": "4.1.6",
"botbuilder-core": "4.1.6",
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"dependencies": {
"@azure/ms-rest-js": "1.9.0",
"@azure/ms-rest-js": "1.9.1",
"@types/node": "^10.17.27",
"axios": "^0.19.0",
"axios": "^0.21.1",
"botbuilder-core": "4.1.6",
"botframework-connector": "4.1.6",
"botframework-streaming": "4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion libraries/botframework-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"browser": "lib/browser.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@azure/ms-rest-js": "1.9.0",
"@azure/ms-rest-js": "1.9.1",
"@types/jsonwebtoken": "7.2.8",
"adal-node": "0.2.1",
"base64url": "^3.0.0",
Expand Down

0 comments on commit f430219

Please sign in to comment.