diff --git a/deno.json b/deno.json index c9d0a47..fd7f332 100644 --- a/deno.json +++ b/deno.json @@ -20,7 +20,7 @@ "imports": { "@std/assert": "jsr:@std/assert@^1.0.10", "@std/http": "jsr:@std/http@^1.0.12", - "simple-icons": "npm:simple-icons@^14.0.0", + "simple-icons": "npm:simple-icons@^14.0.1", "svg-path-bbox": "npm:svg-path-bbox@^2.1.0", "svgpath": "npm:svgpath@^2.6.0" } diff --git a/deno.lock b/deno.lock index 751ab3e..4eba791 100644 --- a/deno.lock +++ b/deno.lock @@ -12,7 +12,7 @@ "jsr:@std/net@^1.0.4": "1.0.4", "jsr:@std/path@^1.0.8": "1.0.8", "jsr:@std/streams@^1.0.8": "1.0.8", - "npm:simple-icons@14": "14.0.0", + "npm:simple-icons@^14.0.1": "14.0.1", "npm:svg-path-bbox@^2.1.0": "2.1.0", "npm:svgpath@^2.6.0": "2.6.0" }, @@ -71,8 +71,8 @@ } }, "npm": { - "simple-icons@14.0.0": { - "integrity": "sha512-29qvtBEvo+xuGxMooUWHEgp7ZvaRrkgPwLdg/B909T1/uoYiUrekOqBRZywAvV2JRlxLUjB6e1gWgtWup7R18Q==" + "simple-icons@14.0.1": { + "integrity": "sha512-Pyd2vedjjYTGZCi8Y4a+BeG6ks2qoEwhtJL7t4l6C5DKFxQXRjpLzg7JLBCC44tsk96bXU1XDVEEp+sz58nYlw==" }, "svg-path-bbox@2.1.0": { "integrity": "sha512-PEoSQFbBvL7FOCE4cN8Knej6L7bXdNkjPcUYsfMMpq0HpnqiO0sE2mcXTd7LX160aOyh5HbaeN/SoY8thMk5Kg==", @@ -88,7 +88,7 @@ "dependencies": [ "jsr:@std/assert@^1.0.10", "jsr:@std/http@^1.0.12", - "npm:simple-icons@14", + "npm:simple-icons@^14.0.1", "npm:svg-path-bbox@^2.1.0", "npm:svgpath@^2.6.0" ]