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

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-22 04:02:23 +0300
committerGitHub <noreply@github.com>2022-10-22 04:02:23 +0300
commit29523008c1df6b613e26c9c455da546f04ce7637 (patch)
tree9024de3ed6280720637c9c721c1447d678742f4b
parentd1f2ea1925678f8629dc0476139ca92c977f214c (diff)
Bump vue-virtual-scroller from 1.0.10 to 1.1.2
Bumps [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller) from 1.0.10 to 1.1.2. - [Release notes](https://github.com/Akryum/vue-virtual-scroller/releases) - [Changelog](https://github.com/Akryum/vue-virtual-scroller/blob/master/CHANGELOG.md) - [Commits](https://github.com/Akryum/vue-virtual-scroller/compare/v1.0.10...v1.1.2) --- updated-dependencies: - dependency-name: vue-virtual-scroller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 8 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index 4c46b044..7af22b1c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -43,7 +43,7 @@
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.5",
"vue-virtual-scroll-list": "^2.3.4",
- "vue-virtual-scroller": "^1.0.10",
+ "vue-virtual-scroller": "^1.1.2",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
@@ -15640,8 +15640,9 @@
"integrity": "sha512-a9bmmIhAdnKcp8NG0C9ZQ+pW9nAOrDv5SHqJfbbEpXxVVERCtbIgGeBnkwrGgmoILBoFz/WANIZgA22G44F0Yw=="
},
"node_modules/vue-virtual-scroller": {
- "version": "1.0.10",
- "integrity": "sha512-Hn4qSBDhRY4XdngPioYy/ykDjrLX/NMm1fQXm/4UQQ/Xv1x8JbHGFZNftQowTcfICgN7yc31AKnUk1UGLJ2ndA==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-1.1.2.tgz",
+ "integrity": "sha512-SkUyc7QHCJFB5h1Fya7LxVizlVzOZZuFVipBGHYoTK8dwLs08bIz/tclvRApYhksaJIm/nn51inzO2UjpGJPMQ==",
"dependencies": {
"scrollparent": "^2.0.1",
"vue-observe-visibility": "^0.4.4",
@@ -28094,8 +28095,9 @@
"integrity": "sha512-a9bmmIhAdnKcp8NG0C9ZQ+pW9nAOrDv5SHqJfbbEpXxVVERCtbIgGeBnkwrGgmoILBoFz/WANIZgA22G44F0Yw=="
},
"vue-virtual-scroller": {
- "version": "1.0.10",
- "integrity": "sha512-Hn4qSBDhRY4XdngPioYy/ykDjrLX/NMm1fQXm/4UQQ/Xv1x8JbHGFZNftQowTcfICgN7yc31AKnUk1UGLJ2ndA==",
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vue-virtual-scroller/-/vue-virtual-scroller-1.1.2.tgz",
+ "integrity": "sha512-SkUyc7QHCJFB5h1Fya7LxVizlVzOZZuFVipBGHYoTK8dwLs08bIz/tclvRApYhksaJIm/nn51inzO2UjpGJPMQ==",
"requires": {
"scrollparent": "^2.0.1",
"vue-observe-visibility": "^0.4.4",
diff --git a/package.json b/package.json
index 508c75cc..92f0086d 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.5",
"vue-virtual-scroll-list": "^2.3.4",
- "vue-virtual-scroller": "^1.0.10",
+ "vue-virtual-scroller": "^1.1.2",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},