Skip to content

Commit 44586c7

Browse files
chore: lock all package versions to match yarn.lock (#26204)
This commit pins all dependency versions in package.json files to exact versions matching the yarn.lock file, removing ^ and ~ prefixes. Changes: - Locked 427 dependencies across 47 package.json files - Versions now match exactly what is resolved in yarn.lock - Ensures reproducible builds and prevents unexpected version drift This change improves build reproducibility by ensuring that the versions specified in package.json files match exactly what yarn.lock resolves to. Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 38efed4 commit 44586c7

File tree

48 files changed

+1550
-1565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1550
-1565
lines changed

apps/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"connect": "^3.7.0",
14-
"http": "^0.0.1-security",
15-
"http-proxy-middleware": "^2.0.6"
13+
"connect": "3.7.0",
14+
"http": "0.0.1-security",
15+
"http-proxy-middleware": "2.0.6"
1616
},
1717
"devDependencies": {
1818
"@calcom/eslint-config": "workspace:*"

apps/api/v1/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
"@calcom/lib": "workspace:*",
3333
"@calcom/prisma": "workspace:*",
3434
"@calcom/trpc": "workspace:*",
35-
"@prisma/nextjs-monorepo-workaround-plugin": "^6.16.1",
36-
"@sentry/nextjs": "^9.15.0",
37-
"bcryptjs": "^2.4.3",
38-
"memory-cache": "^0.2.0",
35+
"@prisma/nextjs-monorepo-workaround-plugin": "6.16.1",
36+
"@sentry/nextjs": "9.15.0",
37+
"bcryptjs": "2.4.3",
38+
"memory-cache": "0.2.0",
3939
"next": "16.1.0",
40-
"next-api-middleware": "^1.0.1",
41-
"next-axiom": "^0.17.0",
42-
"next-swagger-doc": "^0.3.6",
43-
"next-validations": "^0.2.0",
44-
"tzdata": "^1.0.30",
45-
"uuid": "^8.3.2",
40+
"next-api-middleware": "1.0.1",
41+
"next-axiom": "0.17.0",
42+
"next-swagger-doc": "0.3.6",
43+
"next-validations": "0.2.1",
44+
"tzdata": "1.0.40",
45+
"uuid": "8.3.2",
4646
"zod": "3.25.76"
4747
}
4848
}

apps/api/v2/package.json

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -36,79 +36,79 @@
3636
"snyk-protect": "snyk-protect"
3737
},
3838
"dependencies": {
39-
"@axiomhq/winston": "^1.2.0",
39+
"@axiomhq/winston": "1.2.0",
4040
"@calcom/platform-constants": "workspace:*",
4141
"@calcom/platform-enums": "workspace:*",
4242
"@calcom/platform-libraries": "workspace:*",
4343
"@calcom/platform-types": "workspace:*",
4444
"@calcom/platform-utils": "workspace:*",
4545
"@calcom/prisma": "workspace:*",
46-
"@microsoft/microsoft-graph-types-beta": "^0.42.0-preview",
46+
"@microsoft/microsoft-graph-types-beta": "0.42.0-preview",
4747
"@nest-lab/throttler-storage-redis": "1.0.0",
48-
"@nestjs/axios": "^4.0.0",
49-
"@nestjs/bull": "^10.1.1",
50-
"@nestjs/common": "^10.0.0",
51-
"@nestjs/config": "^3.1.1",
52-
"@nestjs/core": "^10.0.0",
53-
"@nestjs/jwt": "^10.2.0",
54-
"@nestjs/passport": "^10.0.2",
55-
"@nestjs/platform-express": "^10.0.0",
56-
"@nestjs/swagger": "^7.3.0",
48+
"@nestjs/axios": "4.0.0",
49+
"@nestjs/bull": "10.1.1",
50+
"@nestjs/common": "10.3.3",
51+
"@nestjs/config": "3.2.0",
52+
"@nestjs/core": "10.3.3",
53+
"@nestjs/jwt": "10.2.0",
54+
"@nestjs/passport": "10.0.3",
55+
"@nestjs/platform-express": "10.3.3",
56+
"@nestjs/swagger": "7.3.0",
5757
"@nestjs/throttler": "6.2.1",
58-
"@sentry/nestjs": "^9.15.0",
59-
"@sentry/node": "^9.15.0",
60-
"@sentry/profiling-node": "^9.15.0",
58+
"@sentry/nestjs": "9.46.0",
59+
"@sentry/node": "9.46.0",
60+
"@sentry/profiling-node": "9.46.0",
6161
"@snyk/protect": "latest",
62-
"axios": "^1.9.0",
63-
"body-parser": "^1.20.2",
64-
"bull": "^4.12.4",
65-
"class-transformer": "^0.5.1",
66-
"class-validator": "^0.14.3",
67-
"cookie-parser": "^1.4.6",
62+
"axios": "1.13.2",
63+
"body-parser": "1.20.2",
64+
"bull": "4.15.1",
65+
"class-transformer": "0.5.1",
66+
"class-validator": "0.14.3",
67+
"cookie-parser": "1.4.6",
6868
"dotenv": "16.6.1",
69-
"fs-extra": "^11.2.0",
70-
"googleapis": "^84.0.0",
71-
"helmet": "^7.1.0",
72-
"ioredis": "^5.3.2",
69+
"fs-extra": "11.3.2",
70+
"googleapis": "84.0.0",
71+
"helmet": "7.1.0",
72+
"ioredis": "5.3.2",
7373
"lodash": "4.17.21",
7474
"luxon": "3.4.4",
75-
"nest-winston": "^1.9.4",
76-
"passport": "^0.7.0",
77-
"passport-jwt": "^4.0.1",
78-
"qs-stringify": "^1.2.1",
79-
"querystring": "^0.2.1",
80-
"reflect-metadata": "^0.1.13",
75+
"nest-winston": "1.9.4",
76+
"passport": "0.7.0",
77+
"passport-jwt": "4.0.1",
78+
"qs-stringify": "1.2.1",
79+
"querystring": "0.2.1",
80+
"reflect-metadata": "0.1.14",
8181
"rxjs": "7.8.2",
82-
"stripe": "^15.3.0",
83-
"uuid": "^8.3.2",
84-
"winston": "^3.13.0",
82+
"stripe": "15.4.0",
83+
"uuid": "8.3.2",
84+
"winston": "3.17.0",
8585
"winston-transport": "4.9.0",
8686
"zod": "3.25.76"
8787
},
8888
"devDependencies": {
8989
"@calcom/eslint-config": "workspace:*",
90-
"@golevelup/ts-jest": "^0.4.0",
91-
"@nestjs/cli": "^10.0.0",
90+
"@golevelup/ts-jest": "0.4.0",
91+
"@nestjs/cli": "10.3.2",
9292
"@nestjs/schematics": "10.1.1",
93-
"@nestjs/testing": "^10.0.0",
94-
"@types/cookie-parser": "^1.4.6",
93+
"@nestjs/testing": "10.3.3",
94+
"@types/cookie-parser": "1.4.7",
9595
"@types/express": "4.17.21",
96-
"@types/fs-extra": "^11.0.4",
96+
"@types/fs-extra": "11.0.4",
9797
"@types/jest": "29.5.12",
9898
"@types/luxon": "3.4.2",
99-
"@types/passport-jwt": "^3.0.13",
100-
"@types/supertest": "^2.0.12",
101-
"@typescript-eslint/eslint-plugin": "^6",
102-
"@typescript-eslint/parser": "^6",
103-
"concurrently": "^9.1.2",
104-
"jest": "^29.7.0",
105-
"jest-date-mock": "^1.0.10",
106-
"node-mocks-http": "^1.16.2",
107-
"prettier": "^2.8.6",
99+
"@types/passport-jwt": "3.0.13",
100+
"@types/supertest": "2.0.16",
101+
"@typescript-eslint/eslint-plugin": "6.21.0",
102+
"@typescript-eslint/parser": "6.21.0",
103+
"concurrently": "9.1.2",
104+
"jest": "29.7.0",
105+
"jest-date-mock": "1.0.10",
106+
"node-mocks-http": "1.16.2",
107+
"prettier": "2.8.7",
108108
"source-map-support": "0.5.21",
109-
"supertest": "^6.3.3",
109+
"supertest": "6.3.4",
110110
"ts-jest": "29.1.4",
111-
"ts-loader": "^9.4.3",
111+
"ts-loader": "9.5.1",
112112
"ts-node": "10.9.2",
113113
"tsconfig-paths": "4.2.0",
114114
"typescript": "5.9.2"

0 commit comments

Comments
 (0)