Skip to content

Commit

Permalink
Bump simple-icons@13.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Dec 8, 2024
1 parent 85b073e commit 4180be2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
]
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.8",
"@std/http": "jsr:@std/http@^1.0.11",
"simple-icons": "npm:simple-icons@^13.19.0",
"@std/assert": "jsr:@std/assert@^1.0.9",
"@std/http": "jsr:@std/http@^1.0.12",
"simple-icons": "npm:simple-icons@^13.20.0",
"svg-path-bbox": "npm:svg-path-bbox@^2.1.0",
"svgpath": "npm:svgpath@^2.6.0"
}
Expand Down
30 changes: 15 additions & 15 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const faviconHandler: Handler = () => {
});
};

export const iconHandler: Handler = (request, _info, params) => {
export const iconHandler: Handler = (request, params) => {
const url = new URL(request.url);
const viewbox = url.searchParams.get('viewbox') || undefined;
const size = url.searchParams.get('size') || undefined;
Expand Down

0 comments on commit 4180be2

Please sign in to comment.