Merge pull request #3353 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/axios-1.7.0

Bump @nextcloud/axios from 1.6.0 to 1.7.0
This commit is contained in:
Julius Härtl
2021-10-04 08:31:47 +02:00
committed by GitHub
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@babel/runtime": "^7.15.4",
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/axios": "^1.7.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.0",
"@nextcloud/files": "^2.1.0",
@@ -2751,8 +2751,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@nextcloud/axios": {
"version": "1.6.0",
"license": "GPL-3.0",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.7.0.tgz",
"integrity": "sha512-zanV5laKNUg1LmMBeQFjdnYi+RsXWm+0VYDt/ZgNaEfqph0J03usY3nTO3/EVPLaCn4eXjhRhDI1yc8fkslEhg==",
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
@@ -21958,7 +21959,9 @@
}
},
"@nextcloud/axios": {
"version": "1.6.0",
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.7.0.tgz",
"integrity": "sha512-zanV5laKNUg1LmMBeQFjdnYi+RsXWm+0VYDt/ZgNaEfqph0J03usY3nTO3/EVPLaCn4eXjhRhDI1yc8fkslEhg==",
"requires": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",

View File

@@ -32,7 +32,7 @@
"@babel/runtime": "^7.15.4",
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0",
"@nextcloud/axios": "^1.7.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.0",
"@nextcloud/files": "^2.1.0",