diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 4fdc57695..742938514 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -749,6 +749,14 @@ "Blog" ] }, + { + "title": "glomyer.dev", + "url": "https://luizglomyer.github.io/", + "source": "https://github.com/LuizGlomyer/luizglomyer.github.io", + "tags": [ + "Personal site" + ] + }, { "title": "utrodus.com", "url": "https://utrodus.com", diff --git a/package-lock.json b/package-lock.json index 62b074d32..f00ba3004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2560,11 +2560,11 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": {