Merge pull request #4469 from pnp/dependabot/npm_and_yarn/samples/react-apim-tablestorage/axios-1.6.0
This commit is contained in:
commit
bc31d40f76
|
@ -19,7 +19,7 @@
|
||||||
"@microsoft/sp-property-pane": "1.17.4",
|
"@microsoft/sp-property-pane": "1.17.4",
|
||||||
"@microsoft/sp-webpart-base": "1.17.4",
|
"@microsoft/sp-webpart-base": "1.17.4",
|
||||||
"@pnp/spfx-controls-react": "3.15.0",
|
"@pnp/spfx-controls-react": "3.15.0",
|
||||||
"axios": "^1.5.0",
|
"axios": "^1.6.0",
|
||||||
"office-ui-fabric-react": "^7.199.1",
|
"office-ui-fabric-react": "^7.199.1",
|
||||||
"react": "17.0.1",
|
"react": "17.0.1",
|
||||||
"react-dom": "17.0.1",
|
"react-dom": "17.0.1",
|
||||||
|
@ -15221,9 +15221,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/axios": {
|
"node_modules/axios": {
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
|
||||||
"integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
|
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"follow-redirects": "^1.15.0",
|
"follow-redirects": "^1.15.0",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
|
@ -51585,9 +51585,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"axios": {
|
"axios": {
|
||||||
"version": "1.5.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz",
|
||||||
"integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==",
|
"integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"follow-redirects": "^1.15.0",
|
"follow-redirects": "^1.15.0",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
"@microsoft/sp-property-pane": "1.17.4",
|
"@microsoft/sp-property-pane": "1.17.4",
|
||||||
"@microsoft/sp-webpart-base": "1.17.4",
|
"@microsoft/sp-webpart-base": "1.17.4",
|
||||||
"@pnp/spfx-controls-react": "3.15.0",
|
"@pnp/spfx-controls-react": "3.15.0",
|
||||||
"axios": "^1.5.0",
|
"axios": "^1.6.0",
|
||||||
"office-ui-fabric-react": "^7.199.1",
|
"office-ui-fabric-react": "^7.199.1",
|
||||||
"react": "17.0.1",
|
"react": "17.0.1",
|
||||||
"react-dom": "17.0.1",
|
"react-dom": "17.0.1",
|
||||||
|
|
Loading…
Reference in New Issue