Bump axios from 1.3.2 to 1.6.0 in /samples/react-chatgpt-app
Bumps [axios](https://github.com/axios/axios) from 1.3.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.3.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
30d7ba054c
commit
5352736cfe
|
@ -22,7 +22,7 @@
|
|||
"@types/markdown-it": "^12.2.3",
|
||||
"adaptivecards": "^2.11.2",
|
||||
"adaptivecards-templating": "^2.3.1",
|
||||
"axios": "^1.3.2",
|
||||
"axios": "^1.6.0",
|
||||
"date-fns": "^2.29.3",
|
||||
"gpt3-tokenizer": "^1.1.5",
|
||||
"jotai": "^2.0.0",
|
||||
|
@ -14371,9 +14371,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/axios": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.2.tgz",
|
||||
"integrity": "sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
|
||||
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
@ -50464,9 +50464,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"axios": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.2.tgz",
|
||||
"integrity": "sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw==",
|
||||
"version": "1.6.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
|
||||
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.15.0",
|
||||
"form-data": "^4.0.0",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"@types/markdown-it": "^12.2.3",
|
||||
"adaptivecards": "^2.11.2",
|
||||
"adaptivecards-templating": "^2.3.1",
|
||||
"axios": "^1.3.2",
|
||||
"axios": "^1.6.0",
|
||||
"date-fns": "^2.29.3",
|
||||
"gpt3-tokenizer": "^1.1.5",
|
||||
"jotai": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue