Merge pull request #4324 from nextcloud/dependabot/npm_and_yarn/master/nextcloud/axios-2.3.0

This commit is contained in:
dependabot[bot]
2022-12-17 07:09:56 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.20.6", "@babel/runtime": "^7.20.6",
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.2.0", "@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^3.2.0", "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.0.2", "@nextcloud/event-bus": "^3.0.2",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",
@@ -2925,9 +2925,9 @@
} }
}, },
"node_modules/@nextcloud/axios": { "node_modules/@nextcloud/axios": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.3.0.tgz",
"integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==", "integrity": "sha512-C/M+1Rnh2RJwe9o5eqTDDSRbgLoD8UI0g+O1HszdQcAz+WizGiRzqnPdXYt7vWkorXvwwM0uu37pm6AlG4OmQQ==",
"dependencies": { "dependencies": {
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",
@@ -20690,9 +20690,9 @@
} }
}, },
"@nextcloud/axios": { "@nextcloud/axios": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.2.0.tgz", "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.3.0.tgz",
"integrity": "sha512-HDEVi3htwLi46fISMWWoO43xwrN0IYE3ihcKIj2wXAWBsfF7hVnVZwXlknY51gODQstwTaR0BtHvksV9f070ew==", "integrity": "sha512-C/M+1Rnh2RJwe9o5eqTDDSRbgLoD8UI0g+O1HszdQcAz+WizGiRzqnPdXYt7vWkorXvwwM0uu37pm6AlG4OmQQ==",
"requires": { "requires": {
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",

View File

@@ -31,7 +31,7 @@
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.20.6", "@babel/runtime": "^7.20.6",
"@nextcloud/auth": "^2.0.0", "@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.2.0", "@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^3.2.0", "@nextcloud/dialogs": "^3.2.0",
"@nextcloud/event-bus": "^3.0.2", "@nextcloud/event-bus": "^3.0.2",
"@nextcloud/files": "^2.1.0", "@nextcloud/files": "^2.1.0",