Skip to content

Commit

Permalink
Mild dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Jan 2, 2025
1 parent fc51152 commit 20a26fa
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/backend/package-lock.json

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

1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@types/cors": "2.8.17",
"@types/crypto-js": "^4.0.2",
"@types/express": "^4.17.9",
"@types/get-port": "4.2.0",
"@types/jest": "28.1.8",
"@types/luxon": "^3.4.2",
"@types/mock-fs": "^4.13.1",
Expand Down
1 change: 0 additions & 1 deletion packages/backend/src/nest/common/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { UserData } from '@quiet/types'
import { HttpsProxyAgent } from 'https-proxy-agent'
import { generateKeyPair } from '@libp2p/crypto/keys'
import { peerIdFromPrivateKey } from '@libp2p/peer-id'
import { type PeerId } from '@libp2p/interface'
import tmp from 'tmp'
import crypto from 'crypto'
import { type PermsData } from '@quiet/types'
Expand Down
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"./packages/@types",
"./node_modules/@types",
"./3rd-party/auth/packages/**/src",
"./3rd-party/js-libp2p-noise/src/**/*",
],
"lib": [
"ES2020",
Expand Down

0 comments on commit 20a26fa

Please sign in to comment.