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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-10-14 10:03:16 +0300
committerGitHub <noreply@github.com>2019-10-14 10:03:16 +0300
commit87b067321f1e2b5b0964cde02f5c9f1e85e75b9a (patch)
tree3f75ccc2c896476e3518bf80ead297f59f38db95
parentc5b5aa59b8cb3bfde1f1b3f9b68b29250af79024 (diff)
parentab9c010372459843f2ecd0985305cfc626b732cb (diff)
Merge pull request #559 from nextcloud/dependabot/npm_and_yarn/nextcloud/axios-0.4.2
Bump @nextcloud/axios from 0.4.1 to 0.4.2
-rw-r--r--package-lock.json33
-rw-r--r--package.json2
2 files changed, 13 insertions, 22 deletions
diff --git a/package-lock.json b/package-lock.json
index 0baa2d2..14725a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@babel/cli": {
- "version": "7.6.2",
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.2.tgz",
- "integrity": "sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==",
+ "version": "7.6.4",
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.4.tgz",
+ "integrity": "sha512-tqrDyvPryBM6xjIyKKUwr3s8CzmmYidwgdswd7Uc/Cv0ogZcuS1TYQTLx/eWKP3UbJ6JxZAiYlBZabXm/rtRsQ==",
"requires": {
"chokidar": "^2.1.8",
"commander": "^2.8.1",
@@ -1790,9 +1790,9 @@
}
},
"@babel/plugin-transform-typescript": {
- "version": "7.6.0",
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz",
- "integrity": "sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog==",
+ "version": "7.6.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.3.tgz",
+ "integrity": "sha512-aiWINBrPMSC3xTXRNM/dfmyYuPNKY/aexYqBgh0HBI5Y+WO5oRAqW/oROYeYHrF4Zw12r9rK4fMk/ZlAmqx/FQ==",
"requires": {
"@babel/helper-create-class-features-plugin": "^7.6.0",
"@babel/helper-plugin-utils": "^7.0.0",
@@ -1821,9 +1821,9 @@
}
},
"@babel/types": {
- "version": "7.6.1",
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.1.tgz",
- "integrity": "sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==",
+ "version": "7.6.3",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz",
+ "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==",
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.13",
@@ -2210,9 +2210,9 @@
}
},
"@nextcloud/axios": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.4.1.tgz",
- "integrity": "sha512-0msTPyegL9eam+j3jNtdSBEvf3MOzu7HgBN5r4UU5Vc9s8sPigfcj1y7FGoDEHs6sKe0JfFN7jGW6lvLp9gTpA==",
+ "version": "0.4.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.4.2.tgz",
+ "integrity": "sha512-HrViGxCX0qTE5uCQyMWD0BM5x0cj9VGLXN708zWsehgkTUnwt7qEnyrbuaGSOkdqlbQbf36+bRMxQI23a2mlIg==",
"requires": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
@@ -2225,15 +2225,6 @@
"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"
- }
- },
"core-js": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz",
diff --git a/package.json b/package.json
index d458058..231de41 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@nextcloud/auth": "^0.3.1",
- "@nextcloud/axios": "^0.4.1",
+ "@nextcloud/axios": "^0.4.2",
"@nextcloud/logger": "^0.1.0",
"@nextcloud/password-confirmation": "^0.6.0",
"@nextcloud/router": "^0.1.0",