Bump @nextcloud/axios from 2.2.0 to 2.3.0

Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 2.2.0 to 2.3.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/v2.2.0...v2.3.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>
pull/1551/head
dependabot[bot] 2022-12-17 02:00:35 +00:00 zatwierdzone przez GitHub
rodzic 1909ad241e
commit 73aef49dc4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 8 usunięć

14
package-lock.json wygenerowano
Wyświetl plik

@ -10,7 +10,7 @@
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.2.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
@ -2923,9 +2923,9 @@
}
},
"node_modules/@nextcloud/axios": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz",
"integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.3.0.tgz",
"integrity": "sha512-C/M+1Rnh2RJwe9o5eqTDDSRbgLoD8UI0g+O1HszdQcAz+WizGiRzqnPdXYt7vWkorXvwwM0uu37pm6AlG4OmQQ==",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/router": "^2.0.0",
@ -17669,9 +17669,9 @@
}
},
"@nextcloud/axios": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz",
"integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.3.0.tgz",
"integrity": "sha512-C/M+1Rnh2RJwe9o5eqTDDSRbgLoD8UI0g+O1HszdQcAz+WizGiRzqnPdXYt7vWkorXvwwM0uu37pm6AlG4OmQQ==",
"requires": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/router": "^2.0.0",

Wyświetl plik

@ -29,7 +29,7 @@
},
"dependencies": {
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.2.0",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^3.2.0",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",