summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2020-06-25 21:06:46 -0100
committerGitHub <noreply@github.com>2020-06-25 21:06:46 -0100
commite030bef28e5bb02f25acba66e0bf8c177c9b6c25 (patch)
tree4e0185dce04b105bec3c46780024b4d4c6aa1727
parent600dc4a00886473cbffeb3a842f6cce894a5ecc1 (diff)
parent50e7eff1dd53c71fd38ef660d0d361821431753f (diff)
Merge pull request #918 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-1.3.2v0.3.1
Bump @nextcloud/axios from 0.5.0 to 1.3.2
-rw-r--r--package-lock.json47
-rw-r--r--package.json2
2 files changed, 15 insertions, 34 deletions
diff --git a/package-lock.json b/package-lock.json
index fd7c62ec..2ad7aba7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3109,36 +3109,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",
- "@nextcloud/auth": "^0.3.1",
- "axios": "^0.19.0",
- "core-js": "^3.2.1"
- },
- "dependencies": {
- "@nextcloud/auth": {
- "version": "0.3.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz",
- "integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==",
- "requires": {
- "@nextcloud/event-bus": "^0.2.0",
- "core-js": "3.2.1"
- }
- },
- "@nextcloud/event-bus": {
- "version": "0.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/event-bus/-/event-bus-0.2.1.tgz",
- "integrity": "sha512-yerEPTA5lnJ1JV8qYK6sHMWW8m6fxuMEtptVgv7WnGCy2l5rvxDh9vqwk72qX/Z9i2OrC7Jy382TMYbke8b2Qw==",
- "requires": {
- "core-js": "^3.1.4"
- }
- }
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-1.3.2.tgz",
+ "integrity": "sha512-7reGkM57t8yfASioui/Tg1JBJ0UNCwK0w5yGG/+itEBERAR8izV2lVKQglkwwfQnRXlk3qQC4iu3O9yT9dGyMw==",
+ "requires": {
+ "@babel/cli": "^7.8.4",
+ "@babel/core": "^7.8.7",
+ "@babel/preset-env": "^7.8.7",
+ "@babel/preset-typescript": "^7.8.3",
+ "@nextcloud/auth": "^1.2.2",
+ "axios": "^0.19.2",
+ "core-js": "^3.6.4"
}
},
"@nextcloud/browserslist-config": {
@@ -5392,9 +5373,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
- "version": "3.2.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
- "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw=="
+ "version": "3.6.5",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz",
+ "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA=="
},
"core-js-compat": {
"version": "3.6.5",
diff --git a/package.json b/package.json
index 4daa8b82..a002ed98 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"dependencies": {
"@babel/runtime": "^7.10.3",
"@nextcloud/auth": "^1.3.0",
- "@nextcloud/axios": "^0.5.0",
+ "@nextcloud/axios": "^1.3.2",
"@nextcloud/logger": "^0.1.0",
"@nextcloud/vue": "^2.1.0",
"he": "^1.2.0",