Skip to content

Commit 02c5e4c

Browse files
fix(security): resolve pnpm audit failures (firecrawl#4092)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent ece4309 commit 02c5e4c

16 files changed

Lines changed: 1554 additions & 1618 deletions

File tree

apps/api/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@emnapi/runtime": "^1.5.0",
56-
"@napi-rs/cli": "^3.4.1",
56+
"@napi-rs/cli": "^3.7.3",
5757
"@taplo/cli": "^0.7.0",
5858
"npm-run-all2": "^8.0.4",
5959
"oxlint": "^1.14.0",

apps/api/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"author": "",
4949
"license": "ISC",
5050
"devDependencies": {
51-
"@sentry/core": "^10.28.0",
51+
"@sentry/core": "^10.67.0",
5252
"@types/amqplib": "^0.10.7",
5353
"@types/body-parser": "^1.19.2",
5454
"@types/cors": "^2.8.13",
@@ -65,7 +65,7 @@
6565
"@types/supertest": "^6.0.2",
6666
"@types/tough-cookie": "^4.0.5",
6767
"husky": "^9.1.7",
68-
"knip": "^5.70.1",
68+
"knip": "^5.88.1",
6969
"lint-staged": "^16.1.6",
7070
"supertest": "^6.3.3",
7171
"tsc-watch": "^7.1.1",
@@ -78,19 +78,19 @@
7878
"@ai-sdk/deepinfra": "^2.0.54",
7979
"@ai-sdk/fireworks": "^2.0.56",
8080
"@ai-sdk/google": "^3.0.29",
81-
"@ai-sdk/google-vertex": "^4.0.145",
81+
"@ai-sdk/google-vertex": "^4.0.165",
8282
"@ai-sdk/groq": "^3.0.41",
8383
"@ai-sdk/openai": "3.0.71",
8484
"@ai-sdk/xai": "^3.0.83",
85-
"@bull-board/api": "^6.14.0",
86-
"@bull-board/express": "^6.14.0",
85+
"@bull-board/api": "^6.21.3",
86+
"@bull-board/express": "^6.21.3",
8787
"@clickhouse/client": "^1.8.1",
8888
"@dqbd/tiktoken": "^1.0.22",
8989
"@google-cloud/storage": "^7.21.0",
9090
"@mendable/firecrawl-rs": "workspace:*",
9191
"@openrouter/ai-sdk-provider": "^2.9.1",
9292
"@sentry/cli": "^2.58.2",
93-
"@sentry/node": "^10.27.0",
93+
"@sentry/node": "^10.67.0",
9494
"@types/ws": "^8.5.12",
9595
"ai": "6.0.86",
9696
"ajv": "^8.18.0",
@@ -99,7 +99,7 @@
9999
"async-mutex": "^0.5.0",
100100
"autumn-js": "1.2.30",
101101
"axios": "^1.18.0",
102-
"body-parser": "^1.20.3",
102+
"body-parser": "^1.20.6",
103103
"bullmq": "^5.56.7",
104104
"cacheable-lookup": "^6.1.0",
105105
"cheerio": "^1.0.0-rc.12",

0 commit comments

Comments
 (0)