- upgrade all node dependencies

```
    "@octokit/rest": "^20.0.1",
    "node-fetch": "^3.3.2",
```
This commit is contained in:
Mike Penz
2023-07-28 11:47:20 +00:00
committed by GitHub
parent f0cbee5a3a
commit 240554bbf4
12 changed files with 8917 additions and 2047 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"lib": [ "ES2021.String" ], /* Enable custom `ES2021.String` extension in typescript for `replaceAll` */
"declaration": true
"declaration": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts", "lib"]
}