kopia lustrzana https://github.com/nextcloud/social
Merge pull request #1542 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-2.2.0
Bump @nextcloud/axios from 2.0.0 to 2.2.0pull/1547/head
commit
90b25d3f52
|
@ -10,7 +10,7 @@
|
|||
"license": "agpl",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.2.0",
|
||||
"@nextcloud/dialogs": "^3.2.0",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
"@nextcloud/l10n": "^1.6.0",
|
||||
|
@ -2923,13 +2923,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/axios": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz",
|
||||
"integrity": "sha512-Pgg0QtA+phxYbe3kMWwhN03ltMZU3x2SfPLRbOPJGP29DgULKBS6YH3U4ev2M8T0drrwCcRnB7esb+FSrW+D5g==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz",
|
||||
"integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==",
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"axios": "^0.27.2",
|
||||
"tslib": "^2.4.0"
|
||||
"tslib": "^2.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
|
@ -2937,9 +2938,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/axios/node_modules/tslib": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
||||
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
|
||||
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
|
||||
},
|
||||
"node_modules/@nextcloud/babel-config": {
|
||||
"version": "1.0.0",
|
||||
|
@ -17668,19 +17669,20 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/axios": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.0.0.tgz",
|
||||
"integrity": "sha512-Pgg0QtA+phxYbe3kMWwhN03ltMZU3x2SfPLRbOPJGP29DgULKBS6YH3U4ev2M8T0drrwCcRnB7esb+FSrW+D5g==",
|
||||
"version": "2.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz",
|
||||
"integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==",
|
||||
"requires": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"axios": "^0.27.2",
|
||||
"tslib": "^2.4.0"
|
||||
"tslib": "^2.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
||||
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
|
||||
"version": "2.4.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz",
|
||||
"integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@nextcloud/auth": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/axios": "^2.2.0",
|
||||
"@nextcloud/dialogs": "^3.2.0",
|
||||
"@nextcloud/initial-state": "^2.0.0",
|
||||
"@nextcloud/l10n": "^1.6.0",
|
||||
|
|
Ładowanie…
Reference in New Issue