From 6c7b494a3a3a58c0481602e6645b8d5b0b023871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:19:33 +0000 Subject: [PATCH] build(deps): Bump vue-material-design-icons from 5.2.0 to 5.3.0 Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 5.2.0 to 5.3.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/5.2.0...5.3.0) --- updated-dependencies: - dependency-name: vue-material-design-icons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28a010c97..1cf07662b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-flip-move": "^3.0.5", "react-select": "^5.8.0", "vue": "^2.7.16", - "vue-material-design-icons": "^5.2.0", + "vue-material-design-icons": "^5.3.0", "vue-template-compiler": "^2.7.14", "webdav": "^5.3.0", "whatwg-fetch": "^3.6.20" @@ -21384,9 +21384,9 @@ } }, "node_modules/vue-material-design-icons": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.2.0.tgz", - "integrity": "sha512-fcdcJHQ9fQw2CAytuLAzWSELcxH138sCdMItVhvmO7Lu9afIgojB/UCWv7XHt/lURsnq/n6O+muM4AQgw8yfig==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.3.0.tgz", + "integrity": "sha512-wnbRh+48RwX/Gt+iqwCSdWpm0hPBwwv9F7MSouUzZ2PsphYVMJB9KkG9iGs+tgBiT57ZiurFEK07Y/rFKx+Ekg==" }, "node_modules/vue-resize": { "version": "1.0.1", diff --git a/package.json b/package.json index 2000fc792..17147bfcd 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-flip-move": "^3.0.5", "react-select": "^5.8.0", "vue": "^2.7.16", - "vue-material-design-icons": "^5.2.0", + "vue-material-design-icons": "^5.3.0", "vue-template-compiler": "^2.7.14", "webdav": "^5.3.0", "whatwg-fetch": "^3.6.20"