From 13bd98b8426955547c30e7340b8f89b355546573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 03:03:12 +0000 Subject: [PATCH] Bump uiv from 1.4.0 to 1.4.1 in /frontend Bumps [uiv](https://github.com/uiv-lib/uiv) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/uiv-lib/uiv/releases) - [Commits](https://github.com/uiv-lib/uiv/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: uiv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0aef64ba61..a678d32ac5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -40,7 +40,7 @@ "localforage-memoryStorageDriver": "^0.9.2", "overlayscrollbars": "^1.13.1", "sortablejs": "^1.14.0", - "uiv": "^1.3.1", + "uiv": "^1.4.1", "v-calendar": "^2.3.2", "vue-typeahead-bootstrap": "^2.8.0", "vue2-leaflet": "^2.7.1" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9d8ee12233..2f4fc9e508 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6318,10 +6318,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -uiv@^1.3.1: - version "1.4.0" - resolved "https://registry.yarnpkg.com/uiv/-/uiv-1.4.0.tgz#286fa50b66ff6cda7ae7aa7e516c4f909db420cc" - integrity sha512-qFcRYFAqETZYNhxSkKd+MdnWmhtz1H9j2nhayoI/TyLATm6vg1RC8jHA0i+yOjQtsbht7Gmn9fpUqJrQr5Pscg== +uiv@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/uiv/-/uiv-1.4.1.tgz#793d90aa9fcba61f389626664ba54a4e86fdb848" + integrity sha512-3Tfg49lmSN0H75E+rKiZNN4yZfPeAP/GfTgkRweJNd59dCiY8fPRHwlCuFS3h81w87dvP6g+XFcfgig9DjjYQQ== dependencies: portal-vue "^2.1.7" vue-functional-data-merge "^3.0.0"