Skip to content

Commit 9286792

Browse files
authored
chore(security): pnpm minor upgrade, cleanup latest cves and update octokit to latest (#6526)
1 parent a8a2da5 commit 9286792

File tree

5 files changed

+173
-233
lines changed

5 files changed

+173
-233
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"license": "MIT",
1414
"private": true,
15-
"packageManager": "pnpm@10.0.0",
15+
"packageManager": "pnpm@10.4.0",
1616
"engines": {
1717
"node": ">=22",
18-
"pnpm": ">=10"
18+
"pnpm": ">=10.4.0"
1919
},
2020
"scripts": {
2121
"build": "pnpm turbo build --color",

packages/services/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@hive/webhooks": "workspace:*",
2828
"@nodesecure/i18n": "^4.0.1",
2929
"@nodesecure/js-x-ray": "8.0.0",
30-
"@octokit/app": "14.1.0",
31-
"@octokit/core": "5.2.0",
32-
"@octokit/plugin-retry": "6.1.0",
33-
"@octokit/request-error": "6.1.6",
30+
"@octokit/app": "15.1.4",
31+
"@octokit/core": "6.1.4",
32+
"@octokit/plugin-retry": "7.1.4",
33+
"@octokit/request-error": "6.1.7",
3434
"@sentry/node": "7.120.2",
3535
"@sentry/types": "7.120.2",
3636
"@slack/web-api": "7.8.0",

packages/web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"cmdk": "0.2.1",
8686
"crypto-js": "^4.2.0",
8787
"date-fns": "4.1.0",
88-
"dompurify": "3.2.3",
88+
"dompurify": "3.2.4",
8989
"dotenv": "16.4.7",
9090
"echarts": "5.6.0",
9191
"echarts-for-react": "3.0.2",

0 commit comments

Comments
 (0)