Skip to content

Commit

Permalink
Merge branch 'update-deps2' into flat-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Jun 28, 2024
2 parents 44d89bd + eaf6ebb commit 3f16cf3
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 144 deletions.
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
"@nestjs/core": "10.3.9",
"@nestjs/testing": "10.3.9",
"@peertube/http-signature": "1.7.0",
"@sentry/node": "8.10.0",
"@sentry/profiling-node": "8.10.0",
"@sentry/node": "8.13.0",
"@sentry/profiling-node": "8.13.0",
"@simplewebauthn/server": "10.0.0",
"@sinonjs/fake-timers": "11.2.2",
"@smithy/node-http-handler": "2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/misc/get-ip-hash.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/

import IPCIDR from 'ip-cidr';
import * as IPCIDR from 'ip-cidr';

export function getIpHash(ip: string): string {
try {
Expand Down
193 changes: 52 additions & 141 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 3f16cf3

Please sign in to comment.