diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-11-07 02:28:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 02:28:03 +0000 |
commit | 074c04a4d9c7f9a47eb14230fc824cc8c4def764 (patch) | |
tree | 826293f76eb02452d802aafb514869d38d4cac2e | |
parent | 1a30e4d28f1fccae652c104f734a8f57b9efd4e4 (diff) | |
download | nextcloud-server-074c04a4d9c7f9a47eb14230fc824cc8c4def764.tar.gz nextcloud-server-074c04a4d9c7f9a47eb14230fc824cc8c4def764.zip |
Bump vue-material-design-icons from 4.9.0 to 4.10.0
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases)
- [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/robcresswell/vue-material-design-icons/compare/4.9.0...4.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 942bf47056c..7f4264aaf3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10794,9 +10794,9 @@ "integrity": "sha512-29YQVVkIdoS6BZBCJAyu9d0OR0eKSm5gk5OjsLssV1+NM4zJnf9cxhN1AVeXkUHJLqOonECweuaR8PZ2x307dw==" }, "vue-material-design-icons": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-4.9.0.tgz", - "integrity": "sha512-g+4dKL2Dk0oHljLoUoeeu41z1moHaUcjEIz5H+ml52KTzimPA86W/kj9/kfbI7Ex24lEMGFAxpD6jU3rEJvlwg==" + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-4.10.0.tgz", + "integrity": "sha512-BakM+52NYsU9uW/rWvpHJvs+B7kaEaaH0CQGWmpz/PDTUduzVyajrE5/zc+vQltD5EJvtKQ4LCUgkoQOnrcyzg==" }, "vue-multiselect": { "version": "2.1.6", diff --git a/package.json b/package.json index 6f06ac2985b..236ed63adfc 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "vue-clipboard2": "^0.3.1", "vue-infinite-loading": "^2.4.5", "vue-localstorage": "^0.6.2", - "vue-material-design-icons": "^4.9.0", + "vue-material-design-icons": "^4.10.0", "vue-multiselect": "^2.1.6", "vue-router": "^3.4.8", "vuedraggable": "^2.24.3", |