From c8d972cf6da74b4fd612b824dcaf2ee379395b03 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 02:15:53 +0000 Subject: [PATCH] Bump @nextcloud/vue from 1.4.0 to 1.4.1 Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 989cede..fde17be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1645,24 +1645,24 @@ } }, "@nextcloud/router": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.0.tgz", - "integrity": "sha512-hOi6aYAkqK1YU+Asp7209CWQvB9xkC+rhsYfjnBxTGEXc9HCeMSdFP+d8zbMSeaECO9iIIgllB/AbfifoEEYuw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.0.2.tgz", + "integrity": "sha512-9cGPGZx9P3G/piM3vD8/W37DFcjj4UDUIb9BiKdAG3Ir+7+iI0O/kv7SzvVrEU74a1ohp+wmDUiEQjM02cSFRQ==", "requires": { - "core-js": "3.5.0" + "core-js": "3.6.4" }, "dependencies": { "core-js": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz", - "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" } } }, "@nextcloud/vue": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.4.0.tgz", - "integrity": "sha512-LwwAZGzFIGgILuVJ7o9mGzegucYkEg7FEPEebUac1FvT4ZqBl3LDufUWudY4ETIrNpKp1ij9QINza6fr4szdiw==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.4.1.tgz", + "integrity": "sha512-bZbHeM4II4gKZS+3KFJXYABsNyT6CHKQIqwWnnXtnLzd3iFsp2e4kehg/UNAGKKXOaTK0Ydfp/TefJYVJHc0Rw==", "requires": { "@nextcloud/axios": "^1.1.0", "@nextcloud/l10n": "^1.1.0", @@ -1682,9 +1682,9 @@ }, "dependencies": { "@nextcloud/l10n": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.0.tgz", - "integrity": "sha512-MywbaSb31JH5LNUsC98RrMwzHdsjDELf+nL5BVtHBQWq2r0cDP0nPd7Ve+knRVdGMegnigXW+F2VXbxFBLb6mQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.1.1.tgz", + "integrity": "sha512-aVGvOhXgBzGtgMTOIVov1T7jt35FjX2vCqWCT0C/t6T6VgRn6l2Wb3/jzQycyUgGe71VPqS/4TpSH21yyH99YA==", "requires": { "core-js": "3.6.4", "node-gettext": "^2.0.0" @@ -3567,9 +3567,9 @@ } }, "date-fns": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.10.0.tgz", - "integrity": "sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA==" + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.11.0.tgz", + "integrity": "sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA==" }, "date-format-parse": { "version": "0.2.5", diff --git a/package.json b/package.json index fa8c16f..7a4ec5e 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "dependencies": { "@nextcloud/axios": "^1.3.1", "@nextcloud/moment": "^1.1.0", - "@nextcloud/vue": "^1.4.0", + "@nextcloud/vue": "^1.4.1", "json2csv": "4.5.4", "vue": "^2.6.11", "vue-clipboard2": "^0.3.1",