diff --git a/package-lock.json b/package-lock.json index 3212e7cd..5131e74e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@types/turndown": "5.0.5", "@types/unist": "3.0.3", "@vitejs/plugin-react": "4.3.1", - "boring-avatars": "1.10.2", + "boring-avatars": "1.11.0", "classnames": "2.5.1", "conventional-changelog-conventionalcommits": "8.0.0", "emoji-regex": "10.4.0", @@ -7392,10 +7392,11 @@ } }, "node_modules/boring-avatars": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/boring-avatars/-/boring-avatars-1.10.2.tgz", - "integrity": "sha512-uQyvmNeW6loz4Yytj7aDo0IhhuByW/YyOHtqwb3kQ/x48hum22hROA2Wn3qzrLR5JsoZ+FHjPO6z6LrXrWjegg==", - "dev": true + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/boring-avatars/-/boring-avatars-1.11.0.tgz", + "integrity": "sha512-hfMnbSRnQg7FaPDjUNo9i4mWfTAJ552GdDlshrHSuUTco+J8uOVR7r6wuOVtWztw2rhrPEngMHfqGq5yMFldJQ==", + "dev": true, + "license": "MIT" }, "node_modules/bottleneck": { "version": "2.19.5", diff --git a/package.json b/package.json index 0924e27b..f0c499f9 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@types/turndown": "5.0.5", "@types/unist": "3.0.3", "@vitejs/plugin-react": "4.3.1", - "boring-avatars": "1.10.2", + "boring-avatars": "1.11.0", "classnames": "2.5.1", "conventional-changelog-conventionalcommits": "8.0.0", "emoji-regex": "10.4.0",