forked from saleor/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
145 lines (137 loc) 路 4.47 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
145 lines (137 loc) 路 4.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
blockExoticSubdeps: true
# Requires versions to be older than 21 days
# Follows recommendations from https://snyk.io/articles/npm-security-best-practices-shai-hulud-attack/
minimumReleaseAge: 30240 # in minutes
minimumReleaseAgeExclude:
- "@saleor/app-sdk"
- "@saleor/macaw-ui"
# Security fix for CVE-2026-33938
- "handlebars@4.7.9"
# Security fixes (https://vercel.com/changelog/next-js-may-2026-security-release)
- "next@15.5.18"
- "@next/env@15.5.18"
- "@next/swc-linux-arm64-gnu@15.5.18"
- "@next/swc-linux-arm64-musl@15.5.18"
- "@next/swc-linux-x64-musl@15.5.18"
- "@next/swc-linux-x64-gnu@15.5.18"
- "@next/swc-darwin-x64@15.5.18"
- "@next/swc-darwin-arm64@15.5.18"
- "@next/swc-win32-x64-msvc@15.5.18"
- "@next/swc-win32-arm64-msvc@15.5.18"
# protobufjs 7.5.6 and 8.0.2 fix CVE-2026-41242, CVE-2026-44290,
# CVE-2026-44291, CVE-2026-44292, CVE-2026-44293, CVE-2026-44294,
# CVE-2026-44295, CVE-2026-45740
- protobufjs@7.5.8 || 8.2.0
- "@protobufjs/inquire@1.1.1" # needed by 'protobufjs@7.5.8'
- "@protobufjs/utf8@1.1.1" # needed by 'protobufjs@7.5.8'
- "@protobufjs/codegen@2.0.5" # needed by 'protobufjs@7.5.8'
# Fixes CVE-2026-40175 and more
- axios@1.15.2
# Requires installing versions only with provenance (published via CI, not npm token)
# Allows installing "downgraded" deps, if they are older than 30 days
# This happens if package releases a patch for older major version,
# that might be missing release workflow which was added in future versions
trustPolicy: no-downgrade
trustPolicyIgnoreAfter: 43200 # 30 days (in minutes)
mergeGitBranchLockfilesBranchPattern:
- main
# We only allow pinned dependencies
saveExact: true
savePrefix: ""
cleanupUnusedCatalogs: true
packages:
- apps/*
- packages/*
- templates/*
onlyBuiltDependencies:
- "@sentry/cli"
- core-js
- esbuild
- highlight.js
- msw
- protobufjs
- sharp
overrides:
# form-data has vulnerability, fixed on 3.0.4
form-data@3.0.1: 3.0.4
# handlebars-helpers uses old version, fixed in 4.7.9: CVE-2026-33938
handlebars: 4.7.9
"form-data@>=4.0.0 <=4.0.0": ">=4.0.4"
# protobufjs 7.5.6 and 8.0.2 fix CVE-2026-41242, CVE-2026-44290,
# CVE-2026-44291, CVE-2026-44292, CVE-2026-44293, CVE-2026-44294,
# CVE-2026-44295, CVE-2026-45740
"protobufjs@<7.5.6": ">=7.5.8 <8"
"protobufjs@>=8 <8.2.0": ">=8.2.0"
# Fixes CVE-2026-40175 and more
"axios@<1.15.2": ">=1.15.2"
catalog:
"node-mocks-http": 1.16.1
"@opentelemetry/api": 1.9.0
"@opentelemetry/api-logs": 0.57.2
"@opentelemetry/exporter-trace-otlp-http": 0.57.2
"@opentelemetry/exporter-metrics-otlp-http": 0.57.2
"@opentelemetry/instrumentation": 0.57.2
"@opentelemetry/instrumentation-aws-sdk": 0.49.1
"@opentelemetry/instrumentation-http": 0.57.2
"@opentelemetry/resources": 1.30.1
"@opentelemetry/sdk-logs": 0.57.2
"@opentelemetry/sdk-trace-node": 1.30.1
"@opentelemetry/semantic-conventions": 1.30.0
"@opentelemetry/sdk-metrics": 1.30.1
"@vercel/otel": 1.10.1
"@sentry/cli": 1.77.3
"@sentry/nextjs": 9.8.0
eslint: 9.23.0
"@saleor/app-sdk": 1.11.0
urql: 4.0.4
next: 15.5.18
react: 18.2.0
react-dom: 18.2.0
"@saleor/macaw-ui": 2.0.0
lucide-react: 0.536.0
zod: 3.21.4
"@trpc/client": 10.45.3
"@trpc/next": 10.45.3
"@trpc/server": 10.45.3
"@trpc/react-query": 10.45.3
modern-errors: 7.0.1
modern-errors-serialize: 6.1.0
neverthrow: 6.2.1
dynamodb-toolbox: 2.8.0
"@aws-sdk/lib-dynamodb": 3.1004.0
"@aws-sdk/client-dynamodb": 3.1004.0
"@aws-sdk/util-dynamodb": 3.996.2
"@vercel/oidc-aws-credentials-provider": 3.0.7
"@vitest/coverage-v8": 3.1.1
"@t3-oss/env-nextjs": 0.11.1
react-hook-form: 7.43.9
zod-validation-error: 3.4.0
vite: 6.2.4
vite-tsconfig-paths: 5.1.4
vitest: 3.1.1
"@hookform/resolvers": 3.3.1
usehooks-ts: 2.9.1
tsx: 4.19.3
typescript: 5.8.2
eslint-plugin-n: 17.16.2
graphql: 16.7.1
graphql-tag: 2.12.6
json-schema-to-typescript: 15.0.4
next-test-api-route-handler: 5.0.4
decimal.js-light: 2.5.1
dotenv: 16.3.1
jsdom: 20.0.3
"@tanstack/react-query": 4.29.19
react-is: 18.2.0
"@types/node": 24.1.0
"@graphql-codegen/cli": 5.0.2
"@graphql-codegen/introspection": 4.0.3
"@graphql-codegen/typed-document-node": 5.0.5
"@graphql-codegen/typescript": 4.0.5
"@graphql-codegen/typescript-operations": 4.1.3
graphql-codegen-typescript-operation-types: 2.0.2
"@graphql-codegen/typescript-urql": 4.0.0
"@graphql-typed-document-node/core": 3.2.0
"@vitejs/plugin-react": 4.7.0
semver: 7.7.4
"@types/semver": 7.7.1