Skip to content

Commit 664a344

Browse files
committed
fix: Update dependencies libraries
1 parent 13583d0 commit 664a344

7 files changed

Lines changed: 79 additions & 109 deletions

File tree

.npmrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
shamefully-hoist=false
2+
strict-peer-dependencies=false
3+
auto-install-peers=true
4+
5+
# Security override: cookie <0.7.0 CVE (via elastic-apm-node)
6+
# Deprecated subdep overrides: glob@7, inflight
7+
# These use pnpm's .npmrc override syntax:
8+
# override.<pkg>.<version-range>=<replacement>
9+
# Forcing cookie to 0.7.2, glob@7 → glob@9+
10+

backend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@anthropic-ai/sdk": "^0.39.0",
17-
"@bull-board/api": "^6.20.3",
17+
"@bull-board/api": "^7.1.5",
1818
"@bull-board/express": "^7.1.5",
1919
"@clickhouse/client": "^1.14.0",
2020
"@google/generative-ai": "^0.21.0",
@@ -63,7 +63,6 @@
6363
"handlebars": "^4.7.8",
6464
"helmet": "^8.1.0",
6565
"ioredis": "^5.8.2",
66-
"nats": "^2.29.3",
6766
"nodemailer": "^8.0.5",
6867
"openai": "^6.39.0",
6968
"passport": "^0.7.0",

frontend/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@vicons/ionicons5": "^0.12.0",
2525
"@vueuse/core": "^12.8.2",
2626
"axios": "^1.16.1",
27-
"crypto": "^1.0.1",
2827
"dayjs": "^1.11.19",
2928
"dompurify": "^3.2.6",
3029
"echarts": "^5.6.0",
@@ -39,7 +38,6 @@
3938
"vue-router": "^4.6.4"
4039
},
4140
"devDependencies": {
42-
"@types/dompurify": "^3.2.0",
4341
"@types/lodash-es": "^4.17.12",
4442
"@types/node": "^22.19.7",
4543
"@typescript-eslint/eslint-plugin": "^8.53.0",

frontend/src/views/settings/api-keys/__tests__/ApiKeyDisplay.pbt.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import { describe, it, expect } from "vitest";
1515
import * as fc from "fast-check";
16-
import { createHash } from "crypto";
16+
import { createHash } from "node:crypto";
1717

1818
// ── Utilities under test ─────────────────────────────────────────────────────
1919

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
"test:cov": "jest --coverage"
4646
},
4747
"devDependencies": {
48-
"@eslint/js": "^9.39.2",
49-
"@nestjs/cli": "^11.0.14",
50-
"@types/node": "^25.0.6",
51-
"@typescript-eslint/eslint-plugin": "^8.51.0",
52-
"@typescript-eslint/parser": "^8.50.1",
53-
"eslint": "^9.39.2",
48+
"@eslint/js": "^9.39.4",
49+
"@nestjs/cli": "^11.0.21",
50+
"@types/node": "^25.9.1",
51+
"@typescript-eslint/eslint-plugin": "^8.59.4",
52+
"@typescript-eslint/parser": "^8.59.4",
53+
"eslint": "^9.39.4",
5454
"ts-node": "^10.9.2",
5555
"tsconfig-paths": "^4.2.0",
56-
"turbo": "^2.9.8",
56+
"turbo": "^2.9.14",
5757
"typescript": "5.9.3"
5858
}
5959
}

0 commit comments

Comments
 (0)