Bump @nextcloud/axios from 1.6.0 to 1.7.0

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/axios"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-04 06:10:34 +00:00
committed by GitHub
parent 5d39a38b6f
commit 52ca67f22c
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", "@babel/runtime": "^7.15.4",
"@juliushaertl/vue-richtext": "^1.0.1", "@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^1.3.0", "@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.6.0", "@nextcloud/axios": "^1.7.0",
"@nextcloud/dialogs": "^3.1.2", "@nextcloud/dialogs": "^3.1.2",
"@nextcloud/event-bus": "^2.1.0", "@nextcloud/event-bus": "^2.1.0",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",
@@ -2751,8 +2751,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
}, },
"node_modules/@nextcloud/axios": { "node_modules/@nextcloud/axios": {
"version": "1.6.0", "version": "1.7.0",
"license": "GPL-3.0", "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.7.0.tgz",
"integrity": "sha512-zanV5laKNUg1LmMBeQFjdnYi+RsXWm+0VYDt/ZgNaEfqph0J03usY3nTO3/EVPLaCn4eXjhRhDI1yc8fkslEhg==",
"dependencies": { "dependencies": {
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0", "@babel/core": "^7.9.0",
@@ -21958,7 +21959,9 @@
} }
}, },
"@nextcloud/axios": { "@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": { "requires": {
"@babel/cli": "^7.8.4", "@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0", "@babel/core": "^7.9.0",

View File

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