diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-10-13 01:14:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-13 01:14:10 +0000 |
commit | 116c9c41e1537c86acfae8abdf94afe273d74d74 (patch) | |
tree | dafe4ce848528a9975bb044423d340ee24a7eb7c /package-lock.json | |
parent | 24820e06e543dd91113a7f8190a16e9e24161c28 (diff) | |
download | nextcloud-server-116c9c41e1537c86acfae8abdf94afe273d74d74.tar.gz nextcloud-server-116c9c41e1537c86acfae8abdf94afe273d74d74.zip |
Bump @nextcloud/axios from 0.4.1 to 0.4.2
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v0.4.1...v0.4.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index 3011a4891fa..340561c27d6 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", @@ -659,9 +659,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", @@ -829,9 +829,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", |