Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 20.8.2 to 20.8.4 (#337)
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.2 to 20.8.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 418ee54 commit ad67421
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@testing-library/user-event": "^14.5.1",
"@types/adm-zip": "^0.5.2",
"@types/compression": "^1.7.3",
"@types/node": "^20.8.2",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/eslint-plugin": "^6.7.5",
Expand Down
4 changes: 1 addition & 3 deletions packages/database/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ const credentialsSchema = z
const connection = connect({
...credentialsSchema.parse(process.env),
fetch: (url, init) => {
// eslint-disable-next-line
delete (init as any)['cache'] // Remove cache header
// @ts-expect-error missing fetch
delete init['cache'] // Remove cache header
return fetch(url, init)
},
})
Expand Down
39 changes: 22 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit ad67421

Please sign in to comment.