diff --git a/package-lock.json b/package-lock.json index 805d3f95cc..0b1cc17318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.16.0", "vue": "^2.7.16", - "vue-material-design-icons": "^5.3.0" + "vue-material-design-icons": "^5.3.1" }, "devDependencies": { "@cypress/browserify-preprocessor": "^3.0.2", @@ -18885,9 +18885,9 @@ } }, "node_modules/vue-material-design-icons": { - "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==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.3.1.tgz", + "integrity": "sha512-6UNEyhlTzlCeT8ZeX5WbpUGFTTPSbOoTQeoASTv7X4Ylh0pe8vltj+36VMK56KM0gG8EQVoMK/Qw/6evalg8lA==" }, "node_modules/vue-resize": { "version": "1.0.1", @@ -33442,9 +33442,9 @@ } }, "vue-material-design-icons": { - "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==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.3.1.tgz", + "integrity": "sha512-6UNEyhlTzlCeT8ZeX5WbpUGFTTPSbOoTQeoASTv7X4Ylh0pe8vltj+36VMK56KM0gG8EQVoMK/Qw/6evalg8lA==" }, "vue-resize": { "version": "1.0.1", diff --git a/package.json b/package.json index adb4ce924f..18ec64c394 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.16.0", "vue": "^2.7.16", - "vue-material-design-icons": "^5.3.0" + "vue-material-design-icons": "^5.3.1" }, "browserslist": [ "extends @nextcloud/browserslist-config"