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 05:56:00 +0300
committerGitHub <noreply@github.com>2022-10-22 05:56:00 +0300
commit4e05a15e35692636009f53b907dca966904e3c80 (patch)
treedbbee780e6193b421ccbd1dff7a6987f52def39e
parent3801de072932cf32f661ee0b57c90d31753d86b3 (diff)
parent29523008c1df6b613e26c9c455da546f04ce7637 (diff)
Merge pull request #3073 from nextcloud/dependabot/npm_and_yarn/vue-virtual-scroller-1.1.2
-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 057bdf13..980cd1d1 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"
},
@@ -15652,8 +15652,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",
@@ -28114,8 +28115,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 e7dba014..3d6e62f6 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"
},