Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-22 12:59:46 +0300
committerGitHub <noreply@github.com>2019-12-22 12:59:46 +0300
commit2eb1ef673308508bcb54a10620959bcce5800fd7 (patch)
tree4c8e61e05f25642d4a29663c075c28794b6be692 /package-lock.json
parent0bf785ac4411fc4f385d1415a2afca67cc796588 (diff)
Bump @nextcloud/axios from 0.5.0 to 1.1.0
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.5.0 to 1.1.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/v0.5.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json46
1 files changed, 31 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json
index 49291a0b7..a25d36121 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.7.5",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.5.tgz",
- "integrity": "sha512-y2YrMGXM3NUyu1Myg0pxg+Lx6g8XhEyvLHYNRwTBV6fDek3H7Io6b7N/LXscLs4HWn4HxMdy7f2rM1rTMp2mFg==",
+ "version": "7.7.7",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.7.7.tgz",
+ "integrity": "sha512-XQw5KyCZyu/M8/0rYiZyuwbgIQNzOrJzs9dDLX+MieSgBwTLvTj4QVbLmxJACAIvQIDT7PtyHN2sC48EOWTgaA==",
"requires": {
"chokidar": "^2.1.8",
"commander": "^4.0.1",
@@ -780,9 +780,9 @@
}
},
"@babel/preset-typescript": {
- "version": "7.7.4",
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.7.4.tgz",
- "integrity": "sha512-rqrjxfdiHPsnuPur0jKrIIGQCIgoTWMTjlbWE69G4QJ6TIOVnnRnIJhUxNTL/VwDmEAVX08Tq3B1nirer5341w==",
+ "version": "7.7.7",
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.7.7.tgz",
+ "integrity": "sha512-Apg0sCTovsSA+pEaI8efnA44b9x4X/7z4P8vsWMiN8rSUaM4y4+Shl5NMWnMl6njvt96+CEb6jwpXAKYAVCSQA==",
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-transform-typescript": "^7.7.4"
@@ -1094,17 +1094,17 @@
}
},
"@nextcloud/axios": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.5.0.tgz",
- "integrity": "sha512-cnf/bgyOpiUty50VMfmtWYNvq0n2G4YJpNldUcY/LJrB5ENyuiv7vJbOl9R40pb6NztWkmDyTK8Ycl1VlzcYrA==",
- "requires": {
- "@babel/cli": "^7.6.2",
- "@babel/core": "^7.6.2",
- "@babel/preset-env": "^7.6.2",
- "@babel/preset-typescript": "^7.6.0",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.1.0.tgz",
+ "integrity": "sha512-J3V8XBJcrRZSiWIBpXF+fGZskNaMkV9cd8+gKh0kSJopm20jtlhiSkgG6CleOgJk99Aw+lAMuGS45PobTxyxeA==",
+ "requires": {
+ "@babel/cli": "^7.7.5",
+ "@babel/core": "^7.7.5",
+ "@babel/preset-env": "^7.7.6",
+ "@babel/preset-typescript": "^7.7.4",
"@nextcloud/auth": "^0.3.1",
"axios": "^0.19.0",
- "core-js": "^3.2.1"
+ "core-js": "^3.5.0"
}
},
"@nextcloud/browserslist-config": {
@@ -1170,6 +1170,22 @@
"vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0"
+ },
+ "dependencies": {
+ "@nextcloud/axios": {
+ "version": "0.5.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.5.0.tgz",
+ "integrity": "sha512-cnf/bgyOpiUty50VMfmtWYNvq0n2G4YJpNldUcY/LJrB5ENyuiv7vJbOl9R40pb6NztWkmDyTK8Ycl1VlzcYrA==",
+ "requires": {
+ "@babel/cli": "^7.6.2",
+ "@babel/core": "^7.6.2",
+ "@babel/preset-env": "^7.6.2",
+ "@babel/preset-typescript": "^7.6.0",
+ "@nextcloud/auth": "^0.3.1",
+ "axios": "^0.19.0",
+ "core-js": "^3.2.1"
+ }
+ }
}
},
"@nodelib/fs.stat": {