mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
Fix compile errors introduced by typescript 4.4.2
4.4.2 introduces a breaking change that the variable in a catch clause is now `unknown` type. So, we need to cast the `e`, `err`, or `error` variables to type `Error`.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "normalize-url",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"description": "Normalize a URL",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/normalize-url",
|
||||
|
||||
Reference in New Issue
Block a user