diff --git a/package-lock.json b/package-lock.json index 31ae640..998e0b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6370,9 +6370,9 @@ } }, "classnames": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", - "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz", + "integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==" }, "clean-css": { "version": "4.2.3", @@ -9128,9 +9128,9 @@ } }, "feather-icons": { - "version": "4.28.0", - "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.28.0.tgz", - "integrity": "sha512-gRdqKESXRBUZn6Nl0VBq2wPHKRJgZz7yblrrc2lYsS6odkNFDnA4bqvrlEVRUPjE1tFax+0TdbJKZ31ziJuzjg==", + "version": "4.29.0", + "resolved": "https://registry.npmjs.org/feather-icons/-/feather-icons-4.29.0.tgz", + "integrity": "sha512-Y7VqN9FYb8KdaSF0qD1081HCkm0v4Eq/fpfQYQnubpqi0hXx14k+gF9iqtRys1SIcTEi97xDi/fmsPFZ8xo0GQ==", "requires": { "classnames": "^2.2.5", "core-js": "^3.1.3" diff --git a/package.json b/package.json index ea10ec0..fe38257 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@nuxtjs/axios": "^5.13.1", "core-js": "^3.10.1", - "feather-icons": "^4.28.0", + "feather-icons": "^4.29.0", "normalize.css": "^8.0.1", "nuxt": "^2.15.4", "tauri": "^0.14.1",