From c908e9bdc26e49737702d8b748130da2235b0c17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2020 19:53:26 +0000 Subject: [PATCH] Bump vue2-smooth-scroll from 1.1.1 to 1.5.0 Bumps [vue2-smooth-scroll](https://github.com/Yuliang-Lee/vue2-smooth-scroll) from 1.1.1 to 1.5.0. - [Release notes](https://github.com/Yuliang-Lee/vue2-smooth-scroll/releases) - [Changelog](https://github.com/Yuliang-Lee/vue2-smooth-scroll/blob/master/History.md) - [Commits](https://github.com/Yuliang-Lee/vue2-smooth-scroll/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8849686..399ce32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12048,9 +12048,9 @@ "dev": true }, "vue2-smooth-scroll": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/vue2-smooth-scroll/-/vue2-smooth-scroll-1.1.1.tgz", - "integrity": "sha512-0883K8oV9Dpyx7FYGVXUI94xN5JvjACLfwr9TZoM68vqjxK17KLlYByY243K3ObPqeQmaTo38So4t9TvuZkCbA==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/vue2-smooth-scroll/-/vue2-smooth-scroll-1.5.0.tgz", + "integrity": "sha512-/htFv6TiXmxnnqSw/oslDodfsZ41so1mFt9s4dXE80RBTcyZH8P1R9SHNvWx5C+FQQ6pbfQdimf3OuS5KnHvCw==" }, "watchpack": { "version": "1.6.0", diff --git a/package.json b/package.json index eedcaa0..ae087c2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "vue-particles": "^1.0.9", "vue-router": "^3.1.3", "vue-scrollto": "^2.17.1", - "vue2-smooth-scroll": "^1.1.1" + "vue2-smooth-scroll": "^1.5.0" }, "devDependencies": { "autoprefixer": "^9.7.2",